Shades of Mai Tai #A06424
Tints of Mai Tai #A06424
RGB
CMYK
RGB Variations
Color information
#A06424 (or 0xA06424) is known color: Mai Tai. HEX triplet: A0, 64 and 24. RGB value is (160,100,36). Sum of RGB (Red+Green+Blue) = 160+100+36=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A06424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06424 is #5F9BDB. Grayscale: #6E6E6E. Windows color (decimal): -6265820 or 2385056. OLE color: 2385056.
HSL color Cylindrical-coordinate representation of color #A06424: hue angle of 30.97º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A06424 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 36 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.37 |
| HSL | 30.97º | 0.63% | 0.38% | - |
| HSV(B) | 30.97º | 0.78% | 0.63% | - |
| XYZ | 19.37 | 16.72 | 3.87 | - |
| YUV | 110.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 36 | 0 | 0.38 | 0.78 | 0.37 | 30.97 | 0.63 | 0.38 |
| Hex | A0 | 64 | 24 | 0 | 26 | 4E | 25 | 1F | 3F | 26 |
| Octal | 240 | 144 | 44 | 0 | 46 | 116 | 45 | 37 | 77 | 46 |
| Binary | 10100000 | 1100100 | 100100 | 0 | 100110 | 1001110 | 100101 | 11111 | 111111 | 100110 |
Color Harmonies of #A06424
Complementary color
Monochromatic Colors of #A06424
Black with #A06424
Text Example
Text Example
White with #A06424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06424; }
p { color: rgb(160,100,36); }
H1.HeaderClassName
{
color: #A06424;
}
.AnyTagClassName
{
color: #A06424;
}
</style>
background-color css
<style>
a { background-color: #A06424; }
a { background-color: rgb(160,100,36); }
div.DivClassName
{
background-color: #A06424;
}
.BgClassName
{
background-color: #A06424;
}
</style>
border-color css
<style>
span { border-color: #A06424; }
span { border-color: rgb(160,100,36); }
td.TdClassName
{
border-color: #A06424;
}
.TagClassName
{
border-color: #A06424;
}
</style>