Shades of Mai Tai #A06027
Tints of Mai Tai #A06027
RGB
CMYK
RGB Variations
Color information
#A06027 (or 0xA06027) is known color: Mai Tai. HEX triplet: A0, 60 and 27. RGB value is (160,96,39). Sum of RGB (Red+Green+Blue) = 160+96+39=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A06027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06027 is #5F9FD8. Grayscale: #6C6C6C. Windows color (decimal): -6266841 or 2580640. OLE color: 2580640.
HSL color Cylindrical-coordinate representation of color #A06027: hue angle of 28.26º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A06027 is Cyan = 0, Magento = 0.4, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 39 | - |
| CMYK | 0 | 0.4 | 0.76 | 0.37 |
| HSL | 28.26º | 0.61% | 0.39% | - |
| HSV(B) | 28.26º | 0.76% | 0.63% | - |
| XYZ | 19.05 | 15.99 | 4 | - |
| YUV | 108.64 | 88.7 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 39 | 0 | 0.4 | 0.76 | 0.37 | 28.26 | 0.61 | 0.39 |
| Hex | A0 | 60 | 27 | 0 | 28 | 4C | 25 | 1C | 3D | 27 |
| Octal | 240 | 140 | 47 | 0 | 50 | 114 | 45 | 34 | 75 | 47 |
| Binary | 10100000 | 1100000 | 100111 | 0 | 101000 | 1001100 | 100101 | 11100 | 111101 | 100111 |
Color Harmonies of #A06027
Complementary color
Monochromatic Colors of #A06027
Black with #A06027
Text Example
Text Example
White with #A06027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06027; }
p { color: rgb(160,96,39); }
H1.HeaderClassName
{
color: #A06027;
}
.AnyTagClassName
{
color: #A06027;
}
</style>
background-color css
<style>
a { background-color: #A06027; }
a { background-color: rgb(160,96,39); }
div.DivClassName
{
background-color: #A06027;
}
.BgClassName
{
background-color: #A06027;
}
</style>
border-color css
<style>
span { border-color: #A06027; }
span { border-color: rgb(160,96,39); }
td.TdClassName
{
border-color: #A06027;
}
.TagClassName
{
border-color: #A06027;
}
</style>