Shades of Mai Tai #A06024
Tints of Mai Tai #A06024
RGB
CMYK
RGB Variations
Color information
#A06024 (or 0xA06024) is known color: Mai Tai. HEX triplet: A0, 60 and 24. RGB value is (160,96,36). Sum of RGB (Red+Green+Blue) = 160+96+36=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A06024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06024 is #5F9FDB. Grayscale: #6C6C6C. Windows color (decimal): -6266844 or 2384032. OLE color: 2384032.
HSL color Cylindrical-coordinate representation of color #A06024: hue angle of 29.03º 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 #A06024 is Cyan = 0, Magento = 0.4, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 36 | - |
| CMYK | 0 | 0.4 | 0.78 | 0.37 |
| HSL | 29.03º | 0.63% | 0.38% | - |
| HSV(B) | 29.03º | 0.78% | 0.63% | - |
| XYZ | 19 | 15.97 | 3.75 | - |
| YUV | 108.3 | 87.2 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 36 | 0 | 0.4 | 0.78 | 0.37 | 29.03 | 0.63 | 0.38 |
| Hex | A0 | 60 | 24 | 0 | 28 | 4E | 25 | 1D | 3F | 26 |
| Octal | 240 | 140 | 44 | 0 | 50 | 116 | 45 | 35 | 77 | 46 |
| Binary | 10100000 | 1100000 | 100100 | 0 | 101000 | 1001110 | 100101 | 11101 | 111111 | 100110 |
Color Harmonies of #A06024
Complementary color
Monochromatic Colors of #A06024
Black with #A06024
Text Example
Text Example
White with #A06024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06024; }
p { color: rgb(160,96,36); }
H1.HeaderClassName
{
color: #A06024;
}
.AnyTagClassName
{
color: #A06024;
}
</style>
background-color css
<style>
a { background-color: #A06024; }
a { background-color: rgb(160,96,36); }
div.DivClassName
{
background-color: #A06024;
}
.BgClassName
{
background-color: #A06024;
}
</style>
border-color css
<style>
span { border-color: #A06024; }
span { border-color: rgb(160,96,36); }
td.TdClassName
{
border-color: #A06024;
}
.TagClassName
{
border-color: #A06024;
}
</style>