Shades of Mai Tai #A06437
Tints of Mai Tai #A06437
RGB
CMYK
RGB Variations
Color information
#A06437 (or 0xA06437) is known color: Mai Tai. HEX triplet: A0, 64 and 37. RGB value is (160,100,55). Sum of RGB (Red+Green+Blue) = 160+100+55=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A06437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06437 is #5F9BC8. Grayscale: #717171. Windows color (decimal): -6265801 or 3630240. OLE color: 3630240.
HSL color Cylindrical-coordinate representation of color #A06437: hue angle of 25.71º 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 #A06437 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 55 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.37 |
| HSL | 25.71º | 0.49% | 0.42% | - |
| HSV(B) | 25.71º | 0.66% | 0.63% | - |
| XYZ | 19.74 | 16.86 | 5.83 | - |
| YUV | 112.81 | 95.38 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 55 | 0 | 0.38 | 0.66 | 0.37 | 25.71 | 0.49 | 0.42 |
| Hex | A0 | 64 | 37 | 0 | 26 | 42 | 25 | 1A | 31 | 2A |
| Octal | 240 | 144 | 67 | 0 | 46 | 102 | 45 | 32 | 61 | 52 |
| Binary | 10100000 | 1100100 | 110111 | 0 | 100110 | 1000010 | 100101 | 11010 | 110001 | 101010 |
Color Harmonies of #A06437
Complementary color
Monochromatic Colors of #A06437
Black with #A06437
Text Example
Text Example
White with #A06437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06437; }
p { color: rgb(160,100,55); }
H1.HeaderClassName
{
color: #A06437;
}
.AnyTagClassName
{
color: #A06437;
}
</style>
background-color css
<style>
a { background-color: #A06437; }
a { background-color: rgb(160,100,55); }
div.DivClassName
{
background-color: #A06437;
}
.BgClassName
{
background-color: #A06437;
}
</style>
border-color css
<style>
span { border-color: #A06437; }
span { border-color: rgb(160,100,55); }
td.TdClassName
{
border-color: #A06437;
}
.TagClassName
{
border-color: #A06437;
}
</style>