Shades of Medium Wood #AA7E66
Tints of Medium Wood #AA7E66
RGB
CMYK
RGB Variations
Color information
#AA7E66 (or 0xAA7E66) is known color: Medium Wood. HEX triplet: AA, 7E and 66. RGB value is (170,126,102). Sum of RGB (Red+Green+Blue) = 170+126+102=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E66 is #558199. Grayscale: #888888. Windows color (decimal): -5603738 or 6717098. OLE color: 6717098.
HSL color Cylindrical-coordinate representation of color #AA7E66: hue angle of 21.18º 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 #AA7E66 is Cyan = 0, Magento = 0.26, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 102 | - |
| CMYK | 0 | 0.26 | 0.4 | 0.33 |
| HSL | 21.18º | 0.29% | 0.53% | - |
| HSV(B) | 21.18º | 0.4% | 0.67% | - |
| XYZ | 26.44 | 24.43 | 15.89 | - |
| YUV | 136.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 102 | 0 | 0.26 | 0.4 | 0.33 | 21.18 | 0.29 | 0.53 |
| Hex | AA | 7E | 66 | 0 | 1A | 28 | 21 | 15 | 1D | 35 |
| Octal | 252 | 176 | 146 | 0 | 32 | 50 | 41 | 25 | 35 | 65 |
| Binary | 10101010 | 1111110 | 1100110 | 0 | 11010 | 101000 | 100001 | 10101 | 11101 | 110101 |
Color Harmonies of #AA7E66
Complementary color
Monochromatic Colors of #AA7E66
Black with #AA7E66
Text Example
Text Example
White with #AA7E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E66; }
p { color: rgb(170,126,102); }
H1.HeaderClassName
{
color: #AA7E66;
}
.AnyTagClassName
{
color: #AA7E66;
}
</style>
background-color css
<style>
a { background-color: #AA7E66; }
a { background-color: rgb(170,126,102); }
div.DivClassName
{
background-color: #AA7E66;
}
.BgClassName
{
background-color: #AA7E66;
}
</style>
border-color css
<style>
span { border-color: #AA7E66; }
span { border-color: rgb(170,126,102); }
td.TdClassName
{
border-color: #AA7E66;
}
.TagClassName
{
border-color: #AA7E66;
}
</style>