Shades of Mai Tai #A06A32
Tints of Mai Tai #A06A32
RGB
CMYK
RGB Variations
Color information
#A06A32 (or 0xA06A32) is known color: Mai Tai. HEX triplet: A0, 6A and 32. RGB value is (160,106,50). Sum of RGB (Red+Green+Blue) = 160+106+50=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06A32 is #5F95CD. Grayscale: #747474. Windows color (decimal): -6264270 or 3304096. OLE color: 3304096.
HSL color Cylindrical-coordinate representation of color #A06A32: hue angle of 30.55º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A06A32 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 50 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.37 |
| HSL | 30.55º | 0.52% | 0.41% | - |
| HSV(B) | 30.55º | 0.69% | 0.63% | - |
| XYZ | 20.23 | 18.01 | 5.43 | - |
| YUV | 115.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 50 | 0 | 0.34 | 0.69 | 0.37 | 30.55 | 0.52 | 0.41 |
| Hex | A0 | 6A | 32 | 0 | 22 | 45 | 25 | 1F | 34 | 29 |
| Octal | 240 | 152 | 62 | 0 | 42 | 105 | 45 | 37 | 64 | 51 |
| Binary | 10100000 | 1101010 | 110010 | 0 | 100010 | 1000101 | 100101 | 11111 | 110100 | 101001 |
Color Harmonies of #A06A32
Complementary color
Monochromatic Colors of #A06A32
Black with #A06A32
Text Example
Text Example
White with #A06A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A32; }
p { color: rgb(160,106,50); }
H1.HeaderClassName
{
color: #A06A32;
}
.AnyTagClassName
{
color: #A06A32;
}
</style>
background-color css
<style>
a { background-color: #A06A32; }
a { background-color: rgb(160,106,50); }
div.DivClassName
{
background-color: #A06A32;
}
.BgClassName
{
background-color: #A06A32;
}
</style>
border-color css
<style>
span { border-color: #A06A32; }
span { border-color: rgb(160,106,50); }
td.TdClassName
{
border-color: #A06A32;
}
.TagClassName
{
border-color: #A06A32;
}
</style>