Shades of Mai Tai #A06637
Tints of Mai Tai #A06637
RGB
CMYK
RGB Variations
Color information
#A06637 (or 0xA06637) is known color: Mai Tai. HEX triplet: A0, 66 and 37. RGB value is (160,102,55). Sum of RGB (Red+Green+Blue) = 160+102+55=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A06637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06637 is #5F99C8. Grayscale: #727272. Windows color (decimal): -6265289 or 3630752. OLE color: 3630752.
HSL color Cylindrical-coordinate representation of color #A06637: hue angle of 26.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A06637 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 55 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.37 |
| HSL | 26.86º | 0.49% | 0.42% | - |
| HSV(B) | 26.86º | 0.66% | 0.63% | - |
| XYZ | 19.94 | 17.25 | 5.89 | - |
| YUV | 113.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 55 | 0 | 0.36 | 0.66 | 0.37 | 26.86 | 0.49 | 0.42 |
| Hex | A0 | 66 | 37 | 0 | 24 | 42 | 25 | 1B | 31 | 2A |
| Octal | 240 | 146 | 67 | 0 | 44 | 102 | 45 | 33 | 61 | 52 |
| Binary | 10100000 | 1100110 | 110111 | 0 | 100100 | 1000010 | 100101 | 11011 | 110001 | 101010 |
Color Harmonies of #A06637
Complementary color
Monochromatic Colors of #A06637
Black with #A06637
Text Example
Text Example
White with #A06637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06637; }
p { color: rgb(160,102,55); }
H1.HeaderClassName
{
color: #A06637;
}
.AnyTagClassName
{
color: #A06637;
}
</style>
background-color css
<style>
a { background-color: #A06637; }
a { background-color: rgb(160,102,55); }
div.DivClassName
{
background-color: #A06637;
}
.BgClassName
{
background-color: #A06637;
}
</style>
border-color css
<style>
span { border-color: #A06637; }
span { border-color: rgb(160,102,55); }
td.TdClassName
{
border-color: #A06637;
}
.TagClassName
{
border-color: #A06637;
}
</style>