Shades of Mai Tai #A16229
Tints of Mai Tai #A16229
RGB
CMYK
RGB Variations
Color information
#A16229 (or 0xA16229) is known color: Mai Tai. HEX triplet: A1, 62 and 29. RGB value is (161,98,41). Sum of RGB (Red+Green+Blue) = 161+98+41=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A16229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16229 is #5E9DD6. Grayscale: #6E6E6E. Windows color (decimal): -6200791 or 2712225. OLE color: 2712225.
HSL color Cylindrical-coordinate representation of color #A16229: hue angle of 28.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A16229 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 41 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.37 |
| HSL | 28.5º | 0.59% | 0.4% | - |
| HSV(B) | 28.5º | 0.75% | 0.63% | - |
| XYZ | 19.47 | 16.47 | 4.25 | - |
| YUV | 110.34 | 88.87 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 41 | 0 | 0.39 | 0.75 | 0.37 | 28.5 | 0.59 | 0.4 |
| Hex | A1 | 62 | 29 | 0 | 27 | 4B | 25 | 1C | 3B | 28 |
| Octal | 241 | 142 | 51 | 0 | 47 | 113 | 45 | 34 | 73 | 50 |
| Binary | 10100001 | 1100010 | 101001 | 0 | 100111 | 1001011 | 100101 | 11100 | 111011 | 101000 |
Color Harmonies of #A16229
Complementary color
Monochromatic Colors of #A16229
Black with #A16229
Text Example
Text Example
White with #A16229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16229; }
p { color: rgb(161,98,41); }
H1.HeaderClassName
{
color: #A16229;
}
.AnyTagClassName
{
color: #A16229;
}
</style>
background-color css
<style>
a { background-color: #A16229; }
a { background-color: rgb(161,98,41); }
div.DivClassName
{
background-color: #A16229;
}
.BgClassName
{
background-color: #A16229;
}
</style>
border-color css
<style>
span { border-color: #A16229; }
span { border-color: rgb(161,98,41); }
td.TdClassName
{
border-color: #A16229;
}
.TagClassName
{
border-color: #A16229;
}
</style>