Shades of Mai Tai #A06638
Tints of Mai Tai #A06638
RGB
CMYK
RGB Variations
Color information
#A06638 (or 0xA06638) is known color: Mai Tai. HEX triplet: A0, 66 and 38. RGB value is (160,102,56). Sum of RGB (Red+Green+Blue) = 160+102+56=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A06638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06638 is #5F99C7. Grayscale: #727272. Windows color (decimal): -6265288 or 3696288. OLE color: 3696288.
HSL color Cylindrical-coordinate representation of color #A06638: hue angle of 26.54º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A06638 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 56 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.37 |
| HSL | 26.54º | 0.48% | 0.42% | - |
| HSV(B) | 26.54º | 0.65% | 0.63% | - |
| XYZ | 19.96 | 17.26 | 6.02 | - |
| YUV | 114.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 56 | 0 | 0.36 | 0.65 | 0.37 | 26.54 | 0.48 | 0.42 |
| Hex | A0 | 66 | 38 | 0 | 24 | 41 | 25 | 1B | 30 | 2A |
| Octal | 240 | 146 | 70 | 0 | 44 | 101 | 45 | 33 | 60 | 52 |
| Binary | 10100000 | 1100110 | 111000 | 0 | 100100 | 1000001 | 100101 | 11011 | 110000 | 101010 |
Color Harmonies of #A06638
Complementary color
Monochromatic Colors of #A06638
Black with #A06638
Text Example
Text Example
White with #A06638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06638; }
p { color: rgb(160,102,56); }
H1.HeaderClassName
{
color: #A06638;
}
.AnyTagClassName
{
color: #A06638;
}
</style>
background-color css
<style>
a { background-color: #A06638; }
a { background-color: rgb(160,102,56); }
div.DivClassName
{
background-color: #A06638;
}
.BgClassName
{
background-color: #A06638;
}
</style>
border-color css
<style>
span { border-color: #A06638; }
span { border-color: rgb(160,102,56); }
td.TdClassName
{
border-color: #A06638;
}
.TagClassName
{
border-color: #A06638;
}
</style>