Shades of Mai Tai #A85D2F
Tints of Mai Tai #A85D2F
RGB
CMYK
RGB Variations
Color information
#A85D2F (or 0xA85D2F) is known color: Mai Tai. HEX triplet: A8, 5D and 2F. RGB value is (168,93,47). Sum of RGB (Red+Green+Blue) = 168+93+47=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85D2F is #57A2D0. Grayscale: #6E6E6E. Windows color (decimal): -5743313 or 3104168. OLE color: 3104168.
HSL color Cylindrical-coordinate representation of color #A85D2F: hue angle of 22.81º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A85D2F is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 93 | 47 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.34 |
| HSL | 22.81º | 0.56% | 0.42% | - |
| HSV(B) | 22.81º | 0.72% | 0.66% | - |
| XYZ | 20.58 | 16.36 | 4.76 | - |
| YUV | 110.18 | 92.35 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 47 | 0 | 0.45 | 0.72 | 0.34 | 22.81 | 0.56 | 0.42 |
| Hex | A8 | 5D | 2F | 0 | 2D | 48 | 22 | 17 | 38 | 2A |
| Octal | 250 | 135 | 57 | 0 | 55 | 110 | 42 | 27 | 70 | 52 |
| Binary | 10101000 | 1011101 | 101111 | 0 | 101101 | 1001000 | 100010 | 10111 | 111000 | 101010 |
Color Harmonies of #A85D2F
Complementary color
Monochromatic Colors of #A85D2F
Black with #A85D2F
Text Example
Text Example
White with #A85D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85D2F; }
p { color: rgb(168,93,47); }
H1.HeaderClassName
{
color: #A85D2F;
}
.AnyTagClassName
{
color: #A85D2F;
}
</style>
background-color css
<style>
a { background-color: #A85D2F; }
a { background-color: rgb(168,93,47); }
div.DivClassName
{
background-color: #A85D2F;
}
.BgClassName
{
background-color: #A85D2F;
}
</style>
border-color css
<style>
span { border-color: #A85D2F; }
span { border-color: rgb(168,93,47); }
td.TdClassName
{
border-color: #A85D2F;
}
.TagClassName
{
border-color: #A85D2F;
}
</style>