Shades of Mai Tai #A66629
Tints of Mai Tai #A66629
RGB
CMYK
RGB Variations
Color information
#A66629 (or 0xA66629) is known color: Mai Tai. HEX triplet: A6, 66 and 29. RGB value is (166,102,41). Sum of RGB (Red+Green+Blue) = 166+102+41=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A66629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66629 is #5999D6. Grayscale: #727272. Windows color (decimal): -5872087 or 2713254. OLE color: 2713254.
HSL color Cylindrical-coordinate representation of color #A66629: hue angle of 29.28º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A66629 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 41 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.35 |
| HSL | 29.28º | 0.6% | 0.41% | - |
| HSV(B) | 29.28º | 0.75% | 0.65% | - |
| XYZ | 20.88 | 17.77 | 4.43 | - |
| YUV | 114.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 41 | 0 | 0.39 | 0.75 | 0.35 | 29.28 | 0.6 | 0.41 |
| Hex | A6 | 66 | 29 | 0 | 27 | 4B | 23 | 1D | 3C | 29 |
| Octal | 246 | 146 | 51 | 0 | 47 | 113 | 43 | 35 | 74 | 51 |
| Binary | 10100110 | 1100110 | 101001 | 0 | 100111 | 1001011 | 100011 | 11101 | 111100 | 101001 |
Color Harmonies of #A66629
Complementary color
Monochromatic Colors of #A66629
Black with #A66629
Text Example
Text Example
White with #A66629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66629; }
p { color: rgb(166,102,41); }
H1.HeaderClassName
{
color: #A66629;
}
.AnyTagClassName
{
color: #A66629;
}
</style>
background-color css
<style>
a { background-color: #A66629; }
a { background-color: rgb(166,102,41); }
div.DivClassName
{
background-color: #A66629;
}
.BgClassName
{
background-color: #A66629;
}
</style>
border-color css
<style>
span { border-color: #A66629; }
span { border-color: rgb(166,102,41); }
td.TdClassName
{
border-color: #A66629;
}
.TagClassName
{
border-color: #A66629;
}
</style>