Shades of Mai Tai #A16424
Tints of Mai Tai #A16424
RGB
CMYK
RGB Variations
Color information
#A16424 (or 0xA16424) is known color: Mai Tai. HEX triplet: A1, 64 and 24. RGB value is (161,100,36). Sum of RGB (Red+Green+Blue) = 161+100+36=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A16424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16424 is #5E9BDB. Grayscale: #6F6F6F. Windows color (decimal): -6200284 or 2385057. OLE color: 2385057.
HSL color Cylindrical-coordinate representation of color #A16424: hue angle of 30.72º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A16424 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 36 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.37 |
| HSL | 30.72º | 0.63% | 0.39% | - |
| HSV(B) | 30.72º | 0.78% | 0.63% | - |
| XYZ | 19.57 | 16.82 | 3.88 | - |
| YUV | 110.94 | 85.71 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 36 | 0 | 0.38 | 0.78 | 0.37 | 30.72 | 0.63 | 0.39 |
| Hex | A1 | 64 | 24 | 0 | 26 | 4E | 25 | 1F | 3F | 27 |
| Octal | 241 | 144 | 44 | 0 | 46 | 116 | 45 | 37 | 77 | 47 |
| Binary | 10100001 | 1100100 | 100100 | 0 | 100110 | 1001110 | 100101 | 11111 | 111111 | 100111 |
Color Harmonies of #A16424
Complementary color
Monochromatic Colors of #A16424
Black with #A16424
Text Example
Text Example
White with #A16424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16424; }
p { color: rgb(161,100,36); }
H1.HeaderClassName
{
color: #A16424;
}
.AnyTagClassName
{
color: #A16424;
}
</style>
background-color css
<style>
a { background-color: #A16424; }
a { background-color: rgb(161,100,36); }
div.DivClassName
{
background-color: #A16424;
}
.BgClassName
{
background-color: #A16424;
}
</style>
border-color css
<style>
span { border-color: #A16424; }
span { border-color: rgb(161,100,36); }
td.TdClassName
{
border-color: #A16424;
}
.TagClassName
{
border-color: #A16424;
}
</style>