Shades of Mai Tai #A06728
Tints of Mai Tai #A06728
RGB
CMYK
RGB Variations
Color information
#A06728 (or 0xA06728) is known color: Mai Tai. HEX triplet: A0, 67 and 28. RGB value is (160,103,40). Sum of RGB (Red+Green+Blue) = 160+103+40=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A06728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06728 is #5F98D7. Grayscale: #717171. Windows color (decimal): -6265048 or 2647968. OLE color: 2647968.
HSL color Cylindrical-coordinate representation of color #A06728: hue angle of 31.5º 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 #A06728 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 40 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.37 |
| HSL | 31.5º | 0.6% | 0.39% | - |
| HSV(B) | 31.5º | 0.75% | 0.63% | - |
| XYZ | 19.73 | 17.33 | 4.31 | - |
| YUV | 112.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 40 | 0 | 0.36 | 0.75 | 0.37 | 31.5 | 0.6 | 0.39 |
| Hex | A0 | 67 | 28 | 0 | 24 | 4B | 25 | 1F | 3C | 27 |
| Octal | 240 | 147 | 50 | 0 | 44 | 113 | 45 | 37 | 74 | 47 |
| Binary | 10100000 | 1100111 | 101000 | 0 | 100100 | 1001011 | 100101 | 11111 | 111100 | 100111 |
Color Harmonies of #A06728
Complementary color
Monochromatic Colors of #A06728
Black with #A06728
Text Example
Text Example
White with #A06728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06728; }
p { color: rgb(160,103,40); }
H1.HeaderClassName
{
color: #A06728;
}
.AnyTagClassName
{
color: #A06728;
}
</style>
background-color css
<style>
a { background-color: #A06728; }
a { background-color: rgb(160,103,40); }
div.DivClassName
{
background-color: #A06728;
}
.BgClassName
{
background-color: #A06728;
}
</style>
border-color css
<style>
span { border-color: #A06728; }
span { border-color: rgb(160,103,40); }
td.TdClassName
{
border-color: #A06728;
}
.TagClassName
{
border-color: #A06728;
}
</style>