Shades of Mai Tai #A86637
Tints of Mai Tai #A86637
RGB
CMYK
RGB Variations
Color information
#A86637 (or 0xA86637) is known color: Mai Tai. HEX triplet: A8, 66 and 37. RGB value is (168,102,55). Sum of RGB (Red+Green+Blue) = 168+102+55=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A86637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86637 is #5799C8. Grayscale: #747474. Windows color (decimal): -5741001 or 3630760. OLE color: 3630760.
HSL color Cylindrical-coordinate representation of color #A86637: hue angle of 24.96º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A86637 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 55 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.34 |
| HSL | 24.96º | 0.51% | 0.44% | - |
| HSV(B) | 24.96º | 0.67% | 0.66% | - |
| XYZ | 21.59 | 18.1 | 5.97 | - |
| YUV | 116.38 | 93.37 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 55 | 0 | 0.39 | 0.67 | 0.34 | 24.96 | 0.51 | 0.44 |
| Hex | A8 | 66 | 37 | 0 | 27 | 43 | 22 | 19 | 33 | 2C |
| Octal | 250 | 146 | 67 | 0 | 47 | 103 | 42 | 31 | 63 | 54 |
| Binary | 10101000 | 1100110 | 110111 | 0 | 100111 | 1000011 | 100010 | 11001 | 110011 | 101100 |
Color Harmonies of #A86637
Complementary color
Monochromatic Colors of #A86637
Black with #A86637
Text Example
Text Example
White with #A86637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86637; }
p { color: rgb(168,102,55); }
H1.HeaderClassName
{
color: #A86637;
}
.AnyTagClassName
{
color: #A86637;
}
</style>
background-color css
<style>
a { background-color: #A86637; }
a { background-color: rgb(168,102,55); }
div.DivClassName
{
background-color: #A86637;
}
.BgClassName
{
background-color: #A86637;
}
</style>
border-color css
<style>
span { border-color: #A86637; }
span { border-color: rgb(168,102,55); }
td.TdClassName
{
border-color: #A86637;
}
.TagClassName
{
border-color: #A86637;
}
</style>