Shades of Mai Tai #A66824
Tints of Mai Tai #A66824
RGB
CMYK
RGB Variations
Color information
#A66824 (or 0xA66824) is known color: Mai Tai. HEX triplet: A6, 68 and 24. RGB value is (166,104,36). Sum of RGB (Red+Green+Blue) = 166+104+36=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A66824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66824 is #5997DB. Grayscale: #737373. Windows color (decimal): -5871580 or 2386086. OLE color: 2386086.
HSL color Cylindrical-coordinate representation of color #A66824: hue angle of 31.38º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A66824 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 36 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.35 |
| HSL | 31.38º | 0.64% | 0.4% | - |
| HSV(B) | 31.38º | 0.78% | 0.65% | - |
| XYZ | 20.99 | 18.14 | 4.06 | - |
| YUV | 114.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 36 | 0 | 0.37 | 0.78 | 0.35 | 31.38 | 0.64 | 0.4 |
| Hex | A6 | 68 | 24 | 0 | 25 | 4E | 23 | 1F | 40 | 28 |
| Octal | 246 | 150 | 44 | 0 | 45 | 116 | 43 | 37 | 100 | 50 |
| Binary | 10100110 | 1101000 | 100100 | 0 | 100101 | 1001110 | 100011 | 11111 | 1000000 | 101000 |
Color Harmonies of #A66824
Complementary color
Monochromatic Colors of #A66824
Black with #A66824
Text Example
Text Example
White with #A66824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66824; }
p { color: rgb(166,104,36); }
H1.HeaderClassName
{
color: #A66824;
}
.AnyTagClassName
{
color: #A66824;
}
</style>
background-color css
<style>
a { background-color: #A66824; }
a { background-color: rgb(166,104,36); }
div.DivClassName
{
background-color: #A66824;
}
.BgClassName
{
background-color: #A66824;
}
</style>
border-color css
<style>
span { border-color: #A66824; }
span { border-color: rgb(166,104,36); }
td.TdClassName
{
border-color: #A66824;
}
.TagClassName
{
border-color: #A66824;
}
</style>