Shades of Medium Wood #AA7966
Tints of Medium Wood #AA7966
RGB
CMYK
RGB Variations
Color information
#AA7966 (or 0xAA7966) is known color: Medium Wood. HEX triplet: AA, 79 and 66. RGB value is (170,121,102). Sum of RGB (Red+Green+Blue) = 170+121+102=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7966 is #558699. Grayscale: #858585. Windows color (decimal): -5605018 or 6715818. OLE color: 6715818.
HSL color Cylindrical-coordinate representation of color #AA7966: hue angle of 16.76º 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 #AA7966 is Cyan = 0, Magento = 0.29, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 102 | - |
| CMYK | 0 | 0.29 | 0.4 | 0.33 |
| HSL | 16.76º | 0.29% | 0.53% | - |
| HSV(B) | 16.76º | 0.4% | 0.67% | - |
| XYZ | 25.81 | 23.18 | 15.68 | - |
| YUV | 133.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 102 | 0 | 0.29 | 0.4 | 0.33 | 16.76 | 0.29 | 0.53 |
| Hex | AA | 79 | 66 | 0 | 1D | 28 | 21 | 11 | 1D | 35 |
| Octal | 252 | 171 | 146 | 0 | 35 | 50 | 41 | 21 | 35 | 65 |
| Binary | 10101010 | 1111001 | 1100110 | 0 | 11101 | 101000 | 100001 | 10001 | 11101 | 110101 |
Color Harmonies of #AA7966
Complementary color
Monochromatic Colors of #AA7966
Black with #AA7966
Text Example
Text Example
White with #AA7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7966; }
p { color: rgb(170,121,102); }
H1.HeaderClassName
{
color: #AA7966;
}
.AnyTagClassName
{
color: #AA7966;
}
</style>
background-color css
<style>
a { background-color: #AA7966; }
a { background-color: rgb(170,121,102); }
div.DivClassName
{
background-color: #AA7966;
}
.BgClassName
{
background-color: #AA7966;
}
</style>
border-color css
<style>
span { border-color: #AA7966; }
span { border-color: rgb(170,121,102); }
td.TdClassName
{
border-color: #AA7966;
}
.TagClassName
{
border-color: #AA7966;
}
</style>