Shades of Mai Tai #A0622C
Tints of Mai Tai #A0622C
RGB
CMYK
RGB Variations
Color information
#A0622C (or 0xA0622C) is known color: Mai Tai. HEX triplet: A0, 62 and 2C. RGB value is (160,98,44). Sum of RGB (Red+Green+Blue) = 160+98+44=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A0622C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0622C is #5F9DD3. Grayscale: #6E6E6E. Windows color (decimal): -6266324 or 2908832. OLE color: 2908832.
HSL color Cylindrical-coordinate representation of color #A0622C: hue angle of 27.93º 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 #A0622C is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 44 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.37 |
| HSL | 27.93º | 0.57% | 0.4% | - |
| HSV(B) | 27.93º | 0.73% | 0.63% | - |
| XYZ | 19.32 | 16.39 | 4.53 | - |
| YUV | 110.38 | 90.54 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 44 | 0 | 0.39 | 0.72 | 0.37 | 27.93 | 0.57 | 0.4 |
| Hex | A0 | 62 | 2C | 0 | 27 | 48 | 25 | 1C | 39 | 28 |
| Octal | 240 | 142 | 54 | 0 | 47 | 110 | 45 | 34 | 71 | 50 |
| Binary | 10100000 | 1100010 | 101100 | 0 | 100111 | 1001000 | 100101 | 11100 | 111001 | 101000 |
Color Harmonies of #A0622C
Complementary color
Monochromatic Colors of #A0622C
Black with #A0622C
Text Example
Text Example
White with #A0622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0622C; }
p { color: rgb(160,98,44); }
H1.HeaderClassName
{
color: #A0622C;
}
.AnyTagClassName
{
color: #A0622C;
}
</style>
background-color css
<style>
a { background-color: #A0622C; }
a { background-color: rgb(160,98,44); }
div.DivClassName
{
background-color: #A0622C;
}
.BgClassName
{
background-color: #A0622C;
}
</style>
border-color css
<style>
span { border-color: #A0622C; }
span { border-color: rgb(160,98,44); }
td.TdClassName
{
border-color: #A0622C;
}
.TagClassName
{
border-color: #A0622C;
}
</style>