Shades of Mai Tai #A85D2D
Tints of Mai Tai #A85D2D
RGB
CMYK
RGB Variations
Color information
#A85D2D (or 0xA85D2D) is known color: Mai Tai. HEX triplet: A8, 5D and 2D. RGB value is (168,93,45). Sum of RGB (Red+Green+Blue) = 168+93+45=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85D2D is #57A2D2. Grayscale: #6E6E6E. Windows color (decimal): -5743315 or 2973096. OLE color: 2973096.
HSL color Cylindrical-coordinate representation of color #A85D2D: hue angle of 23.41º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A85D2D is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 93 | 45 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.34 |
| HSL | 23.41º | 0.58% | 0.42% | - |
| HSV(B) | 23.41º | 0.73% | 0.66% | - |
| XYZ | 20.54 | 16.34 | 4.55 | - |
| YUV | 109.95 | 91.35 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 45 | 0 | 0.45 | 0.73 | 0.34 | 23.41 | 0.58 | 0.42 |
| Hex | A8 | 5D | 2D | 0 | 2D | 49 | 22 | 17 | 3A | 2A |
| Octal | 250 | 135 | 55 | 0 | 55 | 111 | 42 | 27 | 72 | 52 |
| Binary | 10101000 | 1011101 | 101101 | 0 | 101101 | 1001001 | 100010 | 10111 | 111010 | 101010 |
Color Harmonies of #A85D2D
Complementary color
Monochromatic Colors of #A85D2D
Black with #A85D2D
Text Example
Text Example
White with #A85D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85D2D; }
p { color: rgb(168,93,45); }
H1.HeaderClassName
{
color: #A85D2D;
}
.AnyTagClassName
{
color: #A85D2D;
}
</style>
background-color css
<style>
a { background-color: #A85D2D; }
a { background-color: rgb(168,93,45); }
div.DivClassName
{
background-color: #A85D2D;
}
.BgClassName
{
background-color: #A85D2D;
}
</style>
border-color css
<style>
span { border-color: #A85D2D; }
span { border-color: rgb(168,93,45); }
td.TdClassName
{
border-color: #A85D2D;
}
.TagClassName
{
border-color: #A85D2D;
}
</style>