Shades of Mai Tai #A06427
Tints of Mai Tai #A06427
RGB
CMYK
RGB Variations
Color information
#A06427 (or 0xA06427) is known color: Mai Tai. HEX triplet: A0, 64 and 27. RGB value is (160,100,39). Sum of RGB (Red+Green+Blue) = 160+100+39=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A06427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06427 is #5F9BD8. Grayscale: #6F6F6F. Windows color (decimal): -6265817 or 2581664. OLE color: 2581664.
HSL color Cylindrical-coordinate representation of color #A06427: hue angle of 30.25º 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 #A06427 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 39 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.37 |
| HSL | 30.25º | 0.61% | 0.39% | - |
| HSV(B) | 30.25º | 0.76% | 0.63% | - |
| XYZ | 19.42 | 16.73 | 4.13 | - |
| YUV | 110.99 | 87.38 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 39 | 0 | 0.38 | 0.76 | 0.37 | 30.25 | 0.61 | 0.39 |
| Hex | A0 | 64 | 27 | 0 | 26 | 4C | 25 | 1E | 3D | 27 |
| Octal | 240 | 144 | 47 | 0 | 46 | 114 | 45 | 36 | 75 | 47 |
| Binary | 10100000 | 1100100 | 100111 | 0 | 100110 | 1001100 | 100101 | 11110 | 111101 | 100111 |
Color Harmonies of #A06427
Complementary color
Monochromatic Colors of #A06427
Black with #A06427
Text Example
Text Example
White with #A06427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06427; }
p { color: rgb(160,100,39); }
H1.HeaderClassName
{
color: #A06427;
}
.AnyTagClassName
{
color: #A06427;
}
</style>
background-color css
<style>
a { background-color: #A06427; }
a { background-color: rgb(160,100,39); }
div.DivClassName
{
background-color: #A06427;
}
.BgClassName
{
background-color: #A06427;
}
</style>
border-color css
<style>
span { border-color: #A06427; }
span { border-color: rgb(160,100,39); }
td.TdClassName
{
border-color: #A06427;
}
.TagClassName
{
border-color: #A06427;
}
</style>