Shades of Mai Tai #A0602C
Tints of Mai Tai #A0602C
RGB
CMYK
RGB Variations
Color information
#A0602C (or 0xA0602C) is known color: Mai Tai. HEX triplet: A0, 60 and 2C. RGB value is (160,96,44). Sum of RGB (Red+Green+Blue) = 160+96+44=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0602C is #5F9FD3. Grayscale: #6D6D6D. Windows color (decimal): -6266836 or 2908320. OLE color: 2908320.
HSL color Cylindrical-coordinate representation of color #A0602C: hue angle of 26.9º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0602C is Cyan = 0, Magento = 0.4, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 44 | - |
| CMYK | 0 | 0.4 | 0.72 | 0.37 |
| HSL | 26.9º | 0.57% | 0.4% | - |
| HSV(B) | 26.9º | 0.73% | 0.63% | - |
| XYZ | 19.13 | 16.02 | 4.47 | - |
| YUV | 109.21 | 91.2 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 44 | 0 | 0.4 | 0.72 | 0.37 | 26.9 | 0.57 | 0.4 |
| Hex | A0 | 60 | 2C | 0 | 28 | 48 | 25 | 1B | 39 | 28 |
| Octal | 240 | 140 | 54 | 0 | 50 | 110 | 45 | 33 | 71 | 50 |
| Binary | 10100000 | 1100000 | 101100 | 0 | 101000 | 1001000 | 100101 | 11011 | 111001 | 101000 |
Color Harmonies of #A0602C
Complementary color
Monochromatic Colors of #A0602C
Black with #A0602C
Text Example
Text Example
White with #A0602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0602C; }
p { color: rgb(160,96,44); }
H1.HeaderClassName
{
color: #A0602C;
}
.AnyTagClassName
{
color: #A0602C;
}
</style>
background-color css
<style>
a { background-color: #A0602C; }
a { background-color: rgb(160,96,44); }
div.DivClassName
{
background-color: #A0602C;
}
.BgClassName
{
background-color: #A0602C;
}
</style>
border-color css
<style>
span { border-color: #A0602C; }
span { border-color: rgb(160,96,44); }
td.TdClassName
{
border-color: #A0602C;
}
.TagClassName
{
border-color: #A0602C;
}
</style>