Shades of Mai Tai #A66B2A
Tints of Mai Tai #A66B2A
RGB
CMYK
RGB Variations
Color information
#A66B2A (or 0xA66B2A) is known color: Mai Tai. HEX triplet: A6, 6B and 2A. RGB value is (166,107,42). Sum of RGB (Red+Green+Blue) = 166+107+42=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66B2A is #5994D5. Grayscale: #757575. Windows color (decimal): -5870806 or 2780070. OLE color: 2780070.
HSL color Cylindrical-coordinate representation of color #A66B2A: hue angle of 31.45º 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 #A66B2A is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 107 | 42 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.35 |
| HSL | 31.45º | 0.6% | 0.41% | - |
| HSV(B) | 31.45º | 0.75% | 0.65% | - |
| XYZ | 21.4 | 18.79 | 4.69 | - |
| YUV | 117.23 | 85.55 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 42 | 0 | 0.36 | 0.75 | 0.35 | 31.45 | 0.6 | 0.41 |
| Hex | A6 | 6B | 2A | 0 | 24 | 4B | 23 | 1F | 3C | 29 |
| Octal | 246 | 153 | 52 | 0 | 44 | 113 | 43 | 37 | 74 | 51 |
| Binary | 10100110 | 1101011 | 101010 | 0 | 100100 | 1001011 | 100011 | 11111 | 111100 | 101001 |
Color Harmonies of #A66B2A
Complementary color
Monochromatic Colors of #A66B2A
Black with #A66B2A
Text Example
Text Example
White with #A66B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66B2A; }
p { color: rgb(166,107,42); }
H1.HeaderClassName
{
color: #A66B2A;
}
.AnyTagClassName
{
color: #A66B2A;
}
</style>
background-color css
<style>
a { background-color: #A66B2A; }
a { background-color: rgb(166,107,42); }
div.DivClassName
{
background-color: #A66B2A;
}
.BgClassName
{
background-color: #A66B2A;
}
</style>
border-color css
<style>
span { border-color: #A66B2A; }
span { border-color: rgb(166,107,42); }
td.TdClassName
{
border-color: #A66B2A;
}
.TagClassName
{
border-color: #A66B2A;
}
</style>