Shades of Mai Tai #A66A27
Tints of Mai Tai #A66A27
RGB
CMYK
RGB Variations
Color information
#A66A27 (or 0xA66A27) is known color: Mai Tai. HEX triplet: A6, 6A and 27. RGB value is (166,106,39). Sum of RGB (Red+Green+Blue) = 166+106+39=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66A27 is #5995D8. Grayscale: #747474. Windows color (decimal): -5871065 or 2583206. OLE color: 2583206.
HSL color Cylindrical-coordinate representation of color #A66A27: hue angle of 31.65º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A66A27 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 106 | 39 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.35 |
| HSL | 31.65º | 0.62% | 0.4% | - |
| HSV(B) | 31.65º | 0.77% | 0.65% | - |
| XYZ | 21.25 | 18.56 | 4.38 | - |
| YUV | 116.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 39 | 0 | 0.36 | 0.77 | 0.35 | 31.65 | 0.62 | 0.4 |
| Hex | A6 | 6A | 27 | 0 | 24 | 4D | 23 | 20 | 3E | 28 |
| Octal | 246 | 152 | 47 | 0 | 44 | 115 | 43 | 40 | 76 | 50 |
| Binary | 10100110 | 1101010 | 100111 | 0 | 100100 | 1001101 | 100011 | 100000 | 111110 | 101000 |
Color Harmonies of #A66A27
Complementary color
Monochromatic Colors of #A66A27
Black with #A66A27
Text Example
Text Example
White with #A66A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66A27; }
p { color: rgb(166,106,39); }
H1.HeaderClassName
{
color: #A66A27;
}
.AnyTagClassName
{
color: #A66A27;
}
</style>
background-color css
<style>
a { background-color: #A66A27; }
a { background-color: rgb(166,106,39); }
div.DivClassName
{
background-color: #A66A27;
}
.BgClassName
{
background-color: #A66A27;
}
</style>
border-color css
<style>
span { border-color: #A66A27; }
span { border-color: rgb(166,106,39); }
td.TdClassName
{
border-color: #A66A27;
}
.TagClassName
{
border-color: #A66A27;
}
</style>