Shades of Mai Tai #A0612D
Tints of Mai Tai #A0612D
RGB
CMYK
RGB Variations
Color information
#A0612D (or 0xA0612D) is known color: Mai Tai. HEX triplet: A0, 61 and 2D. RGB value is (160,97,45). Sum of RGB (Red+Green+Blue) = 160+97+45=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A0612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0612D is #5F9ED2. Grayscale: #6E6E6E. Windows color (decimal): -6266579 or 2974112. OLE color: 2974112.
HSL color Cylindrical-coordinate representation of color #A0612D: hue angle of 27.13º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0612D is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 45 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.37 |
| HSL | 27.13º | 0.56% | 0.4% | - |
| HSV(B) | 27.13º | 0.72% | 0.63% | - |
| XYZ | 19.25 | 16.21 | 4.6 | - |
| YUV | 109.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 45 | 0 | 0.39 | 0.72 | 0.37 | 27.13 | 0.56 | 0.4 |
| Hex | A0 | 61 | 2D | 0 | 27 | 48 | 25 | 1B | 38 | 28 |
| Octal | 240 | 141 | 55 | 0 | 47 | 110 | 45 | 33 | 70 | 50 |
| Binary | 10100000 | 1100001 | 101101 | 0 | 100111 | 1001000 | 100101 | 11011 | 111000 | 101000 |
Color Harmonies of #A0612D
Complementary color
Monochromatic Colors of #A0612D
Black with #A0612D
Text Example
Text Example
White with #A0612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0612D; }
p { color: rgb(160,97,45); }
H1.HeaderClassName
{
color: #A0612D;
}
.AnyTagClassName
{
color: #A0612D;
}
</style>
background-color css
<style>
a { background-color: #A0612D; }
a { background-color: rgb(160,97,45); }
div.DivClassName
{
background-color: #A0612D;
}
.BgClassName
{
background-color: #A0612D;
}
</style>
border-color css
<style>
span { border-color: #A0612D; }
span { border-color: rgb(160,97,45); }
td.TdClassName
{
border-color: #A0612D;
}
.TagClassName
{
border-color: #A0612D;
}
</style>