Shades of Medium Wood #AA8666
Tints of Medium Wood #AA8666
RGB
CMYK
RGB Variations
Color information
#AA8666 (or 0xAA8666) is known color: Medium Wood. HEX triplet: AA, 86 and 66. RGB value is (170,134,102). Sum of RGB (Red+Green+Blue) = 170+134+102=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8666 is #557999. Grayscale: #8D8D8D. Windows color (decimal): -5601690 or 6719146. OLE color: 6719146.
HSL color Cylindrical-coordinate representation of color #AA8666: hue angle of 28.24º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8666 is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 102 | - |
| CMYK | 0 | 0.21 | 0.4 | 0.33 |
| HSL | 28.24º | 0.29% | 0.53% | - |
| HSV(B) | 28.24º | 0.4% | 0.67% | - |
| XYZ | 27.5 | 26.56 | 16.25 | - |
| YUV | 141.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 102 | 0 | 0.21 | 0.4 | 0.33 | 28.24 | 0.29 | 0.53 |
| Hex | AA | 86 | 66 | 0 | 15 | 28 | 21 | 1C | 1D | 35 |
| Octal | 252 | 206 | 146 | 0 | 25 | 50 | 41 | 34 | 35 | 65 |
| Binary | 10101010 | 10000110 | 1100110 | 0 | 10101 | 101000 | 100001 | 11100 | 11101 | 110101 |
Color Harmonies of #AA8666
Complementary color
Monochromatic Colors of #AA8666
Black with #AA8666
Text Example
Text Example
White with #AA8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8666; }
p { color: rgb(170,134,102); }
H1.HeaderClassName
{
color: #AA8666;
}
.AnyTagClassName
{
color: #AA8666;
}
</style>
background-color css
<style>
a { background-color: #AA8666; }
a { background-color: rgb(170,134,102); }
div.DivClassName
{
background-color: #AA8666;
}
.BgClassName
{
background-color: #AA8666;
}
</style>
border-color css
<style>
span { border-color: #AA8666; }
span { border-color: rgb(170,134,102); }
td.TdClassName
{
border-color: #AA8666;
}
.TagClassName
{
border-color: #AA8666;
}
</style>