Shades of Mai Tai #A0612C
Tints of Mai Tai #A0612C
RGB
CMYK
RGB Variations
Color information
#A0612C (or 0xA0612C) is known color: Mai Tai. HEX triplet: A0, 61 and 2C. RGB value is (160,97,44). Sum of RGB (Red+Green+Blue) = 160+97+44=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0612C is #5F9ED3. Grayscale: #6E6E6E. Windows color (decimal): -6266580 or 2908576. OLE color: 2908576.
HSL color Cylindrical-coordinate representation of color #A0612C: hue angle of 27.41º 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 #A0612C is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 44 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.37 |
| HSL | 27.41º | 0.57% | 0.4% | - |
| HSV(B) | 27.41º | 0.73% | 0.63% | - |
| XYZ | 19.23 | 16.2 | 4.5 | - |
| YUV | 109.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 44 | 0 | 0.39 | 0.72 | 0.37 | 27.41 | 0.57 | 0.4 |
| Hex | A0 | 61 | 2C | 0 | 27 | 48 | 25 | 1B | 39 | 28 |
| Octal | 240 | 141 | 54 | 0 | 47 | 110 | 45 | 33 | 71 | 50 |
| Binary | 10100000 | 1100001 | 101100 | 0 | 100111 | 1001000 | 100101 | 11011 | 111001 | 101000 |
Color Harmonies of #A0612C
Complementary color
Monochromatic Colors of #A0612C
Black with #A0612C
Text Example
Text Example
White with #A0612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0612C; }
p { color: rgb(160,97,44); }
H1.HeaderClassName
{
color: #A0612C;
}
.AnyTagClassName
{
color: #A0612C;
}
</style>
background-color css
<style>
a { background-color: #A0612C; }
a { background-color: rgb(160,97,44); }
div.DivClassName
{
background-color: #A0612C;
}
.BgClassName
{
background-color: #A0612C;
}
</style>
border-color css
<style>
span { border-color: #A0612C; }
span { border-color: rgb(160,97,44); }
td.TdClassName
{
border-color: #A0612C;
}
.TagClassName
{
border-color: #A0612C;
}
</style>