Shades of Mai Tai #A66624
Tints of Mai Tai #A66624
RGB
CMYK
RGB Variations
Color information
#A66624 (or 0xA66624) is known color: Mai Tai. HEX triplet: A6, 66 and 24. RGB value is (166,102,36). Sum of RGB (Red+Green+Blue) = 166+102+36=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A66624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66624 is #5999DB. Grayscale: #717171. Windows color (decimal): -5872092 or 2385574. OLE color: 2385574.
HSL color Cylindrical-coordinate representation of color #A66624: hue angle of 30.46º 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 #A66624 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 36 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.35 |
| HSL | 30.46º | 0.64% | 0.4% | - |
| HSV(B) | 30.46º | 0.78% | 0.65% | - |
| XYZ | 20.8 | 17.74 | 4 | - |
| YUV | 113.61 | 84.2 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 36 | 0 | 0.39 | 0.78 | 0.35 | 30.46 | 0.64 | 0.4 |
| Hex | A6 | 66 | 24 | 0 | 27 | 4E | 23 | 1E | 40 | 28 |
| Octal | 246 | 146 | 44 | 0 | 47 | 116 | 43 | 36 | 100 | 50 |
| Binary | 10100110 | 1100110 | 100100 | 0 | 100111 | 1001110 | 100011 | 11110 | 1000000 | 101000 |
Color Harmonies of #A66624
Complementary color
Monochromatic Colors of #A66624
Black with #A66624
Text Example
Text Example
White with #A66624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66624; }
p { color: rgb(166,102,36); }
H1.HeaderClassName
{
color: #A66624;
}
.AnyTagClassName
{
color: #A66624;
}
</style>
background-color css
<style>
a { background-color: #A66624; }
a { background-color: rgb(166,102,36); }
div.DivClassName
{
background-color: #A66624;
}
.BgClassName
{
background-color: #A66624;
}
</style>
border-color css
<style>
span { border-color: #A66624; }
span { border-color: rgb(166,102,36); }
td.TdClassName
{
border-color: #A66624;
}
.TagClassName
{
border-color: #A66624;
}
</style>