Shades of Mai Tai #A06428
Tints of Mai Tai #A06428
RGB
CMYK
RGB Variations
Color information
#A06428 (or 0xA06428) is known color: Mai Tai. HEX triplet: A0, 64 and 28. RGB value is (160,100,40). Sum of RGB (Red+Green+Blue) = 160+100+40=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A06428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06428 is #5F9BD7. Grayscale: #6F6F6F. Windows color (decimal): -6265816 or 2647200. OLE color: 2647200.
HSL color Cylindrical-coordinate representation of color #A06428: hue angle of 30º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A06428 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 40 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.37 |
| HSL | 30º | 0.6% | 0.39% | - |
| HSV(B) | 30º | 0.75% | 0.63% | - |
| XYZ | 19.44 | 16.74 | 4.21 | - |
| YUV | 111.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 40 | 0 | 0.38 | 0.75 | 0.37 | 30 | 0.6 | 0.39 |
| Hex | A0 | 64 | 28 | 0 | 26 | 4B | 25 | 1E | 3C | 27 |
| Octal | 240 | 144 | 50 | 0 | 46 | 113 | 45 | 36 | 74 | 47 |
| Binary | 10100000 | 1100100 | 101000 | 0 | 100110 | 1001011 | 100101 | 11110 | 111100 | 100111 |
Color Harmonies of #A06428
Complementary color
Monochromatic Colors of #A06428
Black with #A06428
Text Example
Text Example
White with #A06428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06428; }
p { color: rgb(160,100,40); }
H1.HeaderClassName
{
color: #A06428;
}
.AnyTagClassName
{
color: #A06428;
}
</style>
background-color css
<style>
a { background-color: #A06428; }
a { background-color: rgb(160,100,40); }
div.DivClassName
{
background-color: #A06428;
}
.BgClassName
{
background-color: #A06428;
}
</style>
border-color css
<style>
span { border-color: #A06428; }
span { border-color: rgb(160,100,40); }
td.TdClassName
{
border-color: #A06428;
}
.TagClassName
{
border-color: #A06428;
}
</style>