Shades of Medium Wood #AA7F66
Tints of Medium Wood #AA7F66
RGB
CMYK
RGB Variations
Color information
#AA7F66 (or 0xAA7F66) is known color: Medium Wood. HEX triplet: AA, 7F and 66. RGB value is (170,127,102). Sum of RGB (Red+Green+Blue) = 170+127+102=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F66 is #558099. Grayscale: #898989. Windows color (decimal): -5603482 or 6717354. OLE color: 6717354.
HSL color Cylindrical-coordinate representation of color #AA7F66: hue angle of 22.06º 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 #AA7F66 is Cyan = 0, Magento = 0.25, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 102 | - |
| CMYK | 0 | 0.25 | 0.4 | 0.33 |
| HSL | 22.06º | 0.29% | 0.53% | - |
| HSV(B) | 22.06º | 0.4% | 0.67% | - |
| XYZ | 26.57 | 24.68 | 15.93 | - |
| YUV | 137.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 102 | 0 | 0.25 | 0.4 | 0.33 | 22.06 | 0.29 | 0.53 |
| Hex | AA | 7F | 66 | 0 | 19 | 28 | 21 | 16 | 1D | 35 |
| Octal | 252 | 177 | 146 | 0 | 31 | 50 | 41 | 26 | 35 | 65 |
| Binary | 10101010 | 1111111 | 1100110 | 0 | 11001 | 101000 | 100001 | 10110 | 11101 | 110101 |
Color Harmonies of #AA7F66
Complementary color
Monochromatic Colors of #AA7F66
Black with #AA7F66
Text Example
Text Example
White with #AA7F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F66; }
p { color: rgb(170,127,102); }
H1.HeaderClassName
{
color: #AA7F66;
}
.AnyTagClassName
{
color: #AA7F66;
}
</style>
background-color css
<style>
a { background-color: #AA7F66; }
a { background-color: rgb(170,127,102); }
div.DivClassName
{
background-color: #AA7F66;
}
.BgClassName
{
background-color: #AA7F66;
}
</style>
border-color css
<style>
span { border-color: #AA7F66; }
span { border-color: rgb(170,127,102); }
td.TdClassName
{
border-color: #AA7F66;
}
.TagClassName
{
border-color: #AA7F66;
}
</style>