Shades of Mai Tai #A0652A
Tints of Mai Tai #A0652A
RGB
CMYK
RGB Variations
Color information
#A0652A (or 0xA0652A) is known color: Mai Tai. HEX triplet: A0, 65 and 2A. RGB value is (160,101,42). Sum of RGB (Red+Green+Blue) = 160+101+42=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0652A is #5F9AD5. Grayscale: #707070. Windows color (decimal): -6265558 or 2778528. OLE color: 2778528.
HSL color Cylindrical-coordinate representation of color #A0652A: hue angle of 30º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0652A is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 42 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.37 |
| HSL | 30º | 0.58% | 0.4% | - |
| HSV(B) | 30º | 0.74% | 0.63% | - |
| XYZ | 19.57 | 16.95 | 4.43 | - |
| YUV | 111.92 | 88.55 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 42 | 0 | 0.37 | 0.74 | 0.37 | 30 | 0.58 | 0.4 |
| Hex | A0 | 65 | 2A | 0 | 25 | 4A | 25 | 1E | 3A | 28 |
| Octal | 240 | 145 | 52 | 0 | 45 | 112 | 45 | 36 | 72 | 50 |
| Binary | 10100000 | 1100101 | 101010 | 0 | 100101 | 1001010 | 100101 | 11110 | 111010 | 101000 |
Color Harmonies of #A0652A
Complementary color
Monochromatic Colors of #A0652A
Black with #A0652A
Text Example
Text Example
White with #A0652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0652A; }
p { color: rgb(160,101,42); }
H1.HeaderClassName
{
color: #A0652A;
}
.AnyTagClassName
{
color: #A0652A;
}
</style>
background-color css
<style>
a { background-color: #A0652A; }
a { background-color: rgb(160,101,42); }
div.DivClassName
{
background-color: #A0652A;
}
.BgClassName
{
background-color: #A0652A;
}
</style>
border-color css
<style>
span { border-color: #A0652A; }
span { border-color: rgb(160,101,42); }
td.TdClassName
{
border-color: #A0652A;
}
.TagClassName
{
border-color: #A0652A;
}
</style>