Shades of Medium Wood #AA8166
Tints of Medium Wood #AA8166
RGB
CMYK
RGB Variations
Color information
#AA8166 (or 0xAA8166) is known color: Medium Wood. HEX triplet: AA, 81 and 66. RGB value is (170,129,102). Sum of RGB (Red+Green+Blue) = 170+129+102=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8166 is #557E99. Grayscale: #8A8A8A. Windows color (decimal): -5602970 or 6717866. OLE color: 6717866.
HSL color Cylindrical-coordinate representation of color #AA8166: hue angle of 23.82º 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 #AA8166 is Cyan = 0, Magento = 0.24, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 102 | - |
| CMYK | 0 | 0.24 | 0.4 | 0.33 |
| HSL | 23.82º | 0.29% | 0.53% | - |
| HSV(B) | 23.82º | 0.4% | 0.67% | - |
| XYZ | 26.83 | 25.21 | 16.02 | - |
| YUV | 138.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 102 | 0 | 0.24 | 0.4 | 0.33 | 23.82 | 0.29 | 0.53 |
| Hex | AA | 81 | 66 | 0 | 18 | 28 | 21 | 18 | 1D | 35 |
| Octal | 252 | 201 | 146 | 0 | 30 | 50 | 41 | 30 | 35 | 65 |
| Binary | 10101010 | 10000001 | 1100110 | 0 | 11000 | 101000 | 100001 | 11000 | 11101 | 110101 |
Color Harmonies of #AA8166
Complementary color
Monochromatic Colors of #AA8166
Black with #AA8166
Text Example
Text Example
White with #AA8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8166; }
p { color: rgb(170,129,102); }
H1.HeaderClassName
{
color: #AA8166;
}
.AnyTagClassName
{
color: #AA8166;
}
</style>
background-color css
<style>
a { background-color: #AA8166; }
a { background-color: rgb(170,129,102); }
div.DivClassName
{
background-color: #AA8166;
}
.BgClassName
{
background-color: #AA8166;
}
</style>
border-color css
<style>
span { border-color: #AA8166; }
span { border-color: rgb(170,129,102); }
td.TdClassName
{
border-color: #AA8166;
}
.TagClassName
{
border-color: #AA8166;
}
</style>