Shades of Mai Tai #A16637
Tints of Mai Tai #A16637
RGB
CMYK
RGB Variations
Color information
#A16637 (or 0xA16637) is known color: Mai Tai. HEX triplet: A1, 66 and 37. RGB value is (161,102,55). Sum of RGB (Red+Green+Blue) = 161+102+55=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A16637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16637 is #5E99C8. Grayscale: #727272. Windows color (decimal): -6199753 or 3630753. OLE color: 3630753.
HSL color Cylindrical-coordinate representation of color #A16637: hue angle of 26.6º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A16637 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 55 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.37 |
| HSL | 26.6º | 0.49% | 0.42% | - |
| HSV(B) | 26.6º | 0.66% | 0.63% | - |
| XYZ | 20.14 | 17.36 | 5.9 | - |
| YUV | 114.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 55 | 0 | 0.37 | 0.66 | 0.37 | 26.6 | 0.49 | 0.42 |
| Hex | A1 | 66 | 37 | 0 | 25 | 42 | 25 | 1B | 31 | 2A |
| Octal | 241 | 146 | 67 | 0 | 45 | 102 | 45 | 33 | 61 | 52 |
| Binary | 10100001 | 1100110 | 110111 | 0 | 100101 | 1000010 | 100101 | 11011 | 110001 | 101010 |
Color Harmonies of #A16637
Complementary color
Monochromatic Colors of #A16637
Black with #A16637
Text Example
Text Example
White with #A16637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16637; }
p { color: rgb(161,102,55); }
H1.HeaderClassName
{
color: #A16637;
}
.AnyTagClassName
{
color: #A16637;
}
</style>
background-color css
<style>
a { background-color: #A16637; }
a { background-color: rgb(161,102,55); }
div.DivClassName
{
background-color: #A16637;
}
.BgClassName
{
background-color: #A16637;
}
</style>
border-color css
<style>
span { border-color: #A16637; }
span { border-color: rgb(161,102,55); }
td.TdClassName
{
border-color: #A16637;
}
.TagClassName
{
border-color: #A16637;
}
</style>