Shades of Mai Tai #A06937
Tints of Mai Tai #A06937
RGB
CMYK
RGB Variations
Color information
#A06937 (or 0xA06937) is known color: Mai Tai. HEX triplet: A0, 69 and 37. RGB value is (160,105,55). Sum of RGB (Red+Green+Blue) = 160+105+55=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A06937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06937 is #5F96C8. Grayscale: #737373. Windows color (decimal): -6264521 or 3631520. OLE color: 3631520.
HSL color Cylindrical-coordinate representation of color #A06937: hue angle of 28.57º 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 #A06937 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 55 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.37 |
| HSL | 28.57º | 0.49% | 0.42% | - |
| HSV(B) | 28.57º | 0.66% | 0.63% | - |
| XYZ | 20.24 | 17.85 | 5.99 | - |
| YUV | 115.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 55 | 0 | 0.34 | 0.66 | 0.37 | 28.57 | 0.49 | 0.42 |
| Hex | A0 | 69 | 37 | 0 | 22 | 42 | 25 | 1D | 31 | 2A |
| Octal | 240 | 151 | 67 | 0 | 42 | 102 | 45 | 35 | 61 | 52 |
| Binary | 10100000 | 1101001 | 110111 | 0 | 100010 | 1000010 | 100101 | 11101 | 110001 | 101010 |
Color Harmonies of #A06937
Complementary color
Monochromatic Colors of #A06937
Black with #A06937
Text Example
Text Example
White with #A06937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06937; }
p { color: rgb(160,105,55); }
H1.HeaderClassName
{
color: #A06937;
}
.AnyTagClassName
{
color: #A06937;
}
</style>
background-color css
<style>
a { background-color: #A06937; }
a { background-color: rgb(160,105,55); }
div.DivClassName
{
background-color: #A06937;
}
.BgClassName
{
background-color: #A06937;
}
</style>
border-color css
<style>
span { border-color: #A06937; }
span { border-color: rgb(160,105,55); }
td.TdClassName
{
border-color: #A06937;
}
.TagClassName
{
border-color: #A06937;
}
</style>