Shades of Mai Tai #A06436
Tints of Mai Tai #A06436
RGB
CMYK
RGB Variations
Color information
#A06436 (or 0xA06436) is known color: Mai Tai. HEX triplet: A0, 64 and 36. RGB value is (160,100,54). Sum of RGB (Red+Green+Blue) = 160+100+54=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A06436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06436 is #5F9BC9. Grayscale: #707070. Windows color (decimal): -6265802 or 3564704. OLE color: 3564704.
HSL color Cylindrical-coordinate representation of color #A06436: hue angle of 26.04º degrees, saturation: 0.5, 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 #A06436 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 54 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.37 |
| HSL | 26.04º | 0.5% | 0.42% | - |
| HSV(B) | 26.04º | 0.66% | 0.63% | - |
| XYZ | 19.72 | 16.85 | 5.7 | - |
| YUV | 112.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 54 | 0 | 0.38 | 0.66 | 0.37 | 26.04 | 0.5 | 0.42 |
| Hex | A0 | 64 | 36 | 0 | 26 | 42 | 25 | 1A | 32 | 2A |
| Octal | 240 | 144 | 66 | 0 | 46 | 102 | 45 | 32 | 62 | 52 |
| Binary | 10100000 | 1100100 | 110110 | 0 | 100110 | 1000010 | 100101 | 11010 | 110010 | 101010 |
Color Harmonies of #A06436
Complementary color
Monochromatic Colors of #A06436
Black with #A06436
Text Example
Text Example
White with #A06436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06436; }
p { color: rgb(160,100,54); }
H1.HeaderClassName
{
color: #A06436;
}
.AnyTagClassName
{
color: #A06436;
}
</style>
background-color css
<style>
a { background-color: #A06436; }
a { background-color: rgb(160,100,54); }
div.DivClassName
{
background-color: #A06436;
}
.BgClassName
{
background-color: #A06436;
}
</style>
border-color css
<style>
span { border-color: #A06436; }
span { border-color: rgb(160,100,54); }
td.TdClassName
{
border-color: #A06436;
}
.TagClassName
{
border-color: #A06436;
}
</style>