Shades of Mai Tai #A0612B
Tints of Mai Tai #A0612B
RGB
CMYK
RGB Variations
Color information
#A0612B (or 0xA0612B) is known color: Mai Tai. HEX triplet: A0, 61 and 2B. RGB value is (160,97,43). Sum of RGB (Red+Green+Blue) = 160+97+43=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0612B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0612B is #5F9ED4. Grayscale: #6D6D6D. Windows color (decimal): -6266581 or 2843040. OLE color: 2843040.
HSL color Cylindrical-coordinate representation of color #A0612B: hue angle of 27.69º degrees, saturation: 0.58, 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 #A0612B is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 43 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.37 |
| HSL | 27.69º | 0.58% | 0.4% | - |
| HSV(B) | 27.69º | 0.73% | 0.63% | - |
| XYZ | 19.21 | 16.2 | 4.4 | - |
| YUV | 109.68 | 90.37 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 43 | 0 | 0.39 | 0.73 | 0.37 | 27.69 | 0.58 | 0.4 |
| Hex | A0 | 61 | 2B | 0 | 27 | 49 | 25 | 1C | 3A | 28 |
| Octal | 240 | 141 | 53 | 0 | 47 | 111 | 45 | 34 | 72 | 50 |
| Binary | 10100000 | 1100001 | 101011 | 0 | 100111 | 1001001 | 100101 | 11100 | 111010 | 101000 |
Color Harmonies of #A0612B
Complementary color
Monochromatic Colors of #A0612B
Black with #A0612B
Text Example
Text Example
White with #A0612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0612B; }
p { color: rgb(160,97,43); }
H1.HeaderClassName
{
color: #A0612B;
}
.AnyTagClassName
{
color: #A0612B;
}
</style>
background-color css
<style>
a { background-color: #A0612B; }
a { background-color: rgb(160,97,43); }
div.DivClassName
{
background-color: #A0612B;
}
.BgClassName
{
background-color: #A0612B;
}
</style>
border-color css
<style>
span { border-color: #A0612B; }
span { border-color: rgb(160,97,43); }
td.TdClassName
{
border-color: #A0612B;
}
.TagClassName
{
border-color: #A0612B;
}
</style>