Shades of Medium Wood #AA7A66
Tints of Medium Wood #AA7A66
RGB
CMYK
RGB Variations
Color information
#AA7A66 (or 0xAA7A66) is known color: Medium Wood. HEX triplet: AA, 7A and 66. RGB value is (170,122,102). Sum of RGB (Red+Green+Blue) = 170+122+102=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A66 is #558599. Grayscale: #868686. Windows color (decimal): -5604762 or 6716074. OLE color: 6716074.
HSL color Cylindrical-coordinate representation of color #AA7A66: hue angle of 17.65º 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 #AA7A66 is Cyan = 0, Magento = 0.28, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 102 | - |
| CMYK | 0 | 0.28 | 0.4 | 0.33 |
| HSL | 17.65º | 0.29% | 0.53% | - |
| HSV(B) | 17.65º | 0.4% | 0.67% | - |
| XYZ | 25.94 | 23.42 | 15.72 | - |
| YUV | 134.07 | 109.9 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 102 | 0 | 0.28 | 0.4 | 0.33 | 17.65 | 0.29 | 0.53 |
| Hex | AA | 7A | 66 | 0 | 1C | 28 | 21 | 12 | 1D | 35 |
| Octal | 252 | 172 | 146 | 0 | 34 | 50 | 41 | 22 | 35 | 65 |
| Binary | 10101010 | 1111010 | 1100110 | 0 | 11100 | 101000 | 100001 | 10010 | 11101 | 110101 |
Color Harmonies of #AA7A66
Complementary color
Monochromatic Colors of #AA7A66
Black with #AA7A66
Text Example
Text Example
White with #AA7A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A66; }
p { color: rgb(170,122,102); }
H1.HeaderClassName
{
color: #AA7A66;
}
.AnyTagClassName
{
color: #AA7A66;
}
</style>
background-color css
<style>
a { background-color: #AA7A66; }
a { background-color: rgb(170,122,102); }
div.DivClassName
{
background-color: #AA7A66;
}
.BgClassName
{
background-color: #AA7A66;
}
</style>
border-color css
<style>
span { border-color: #AA7A66; }
span { border-color: rgb(170,122,102); }
td.TdClassName
{
border-color: #AA7A66;
}
.TagClassName
{
border-color: #AA7A66;
}
</style>