Shades of Mai Tai #A66B2F
Tints of Mai Tai #A66B2F
RGB
CMYK
RGB Variations
Color information
#A66B2F (or 0xA66B2F) is known color: Mai Tai. HEX triplet: A6, 6B and 2F. RGB value is (166,107,47). Sum of RGB (Red+Green+Blue) = 166+107+47=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66B2F is #5994D0. Grayscale: #767676. Windows color (decimal): -5870801 or 3107750. OLE color: 3107750.
HSL color Cylindrical-coordinate representation of color #A66B2F: hue angle of 30.25º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A66B2F is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 107 | 47 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.35 |
| HSL | 30.25º | 0.56% | 0.42% | - |
| HSV(B) | 30.25º | 0.72% | 0.65% | - |
| XYZ | 21.5 | 18.83 | 5.19 | - |
| YUV | 117.8 | 88.05 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 47 | 0 | 0.36 | 0.72 | 0.35 | 30.25 | 0.56 | 0.42 |
| Hex | A6 | 6B | 2F | 0 | 24 | 48 | 23 | 1E | 38 | 2A |
| Octal | 246 | 153 | 57 | 0 | 44 | 110 | 43 | 36 | 70 | 52 |
| Binary | 10100110 | 1101011 | 101111 | 0 | 100100 | 1001000 | 100011 | 11110 | 111000 | 101010 |
Color Harmonies of #A66B2F
Complementary color
Monochromatic Colors of #A66B2F
Black with #A66B2F
Text Example
Text Example
White with #A66B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66B2F; }
p { color: rgb(166,107,47); }
H1.HeaderClassName
{
color: #A66B2F;
}
.AnyTagClassName
{
color: #A66B2F;
}
</style>
background-color css
<style>
a { background-color: #A66B2F; }
a { background-color: rgb(166,107,47); }
div.DivClassName
{
background-color: #A66B2F;
}
.BgClassName
{
background-color: #A66B2F;
}
</style>
border-color css
<style>
span { border-color: #A66B2F; }
span { border-color: rgb(166,107,47); }
td.TdClassName
{
border-color: #A66B2F;
}
.TagClassName
{
border-color: #A66B2F;
}
</style>