Shades of Medium Wood #AA7F6D
Tints of Medium Wood #AA7F6D
RGB
CMYK
RGB Variations
Color information
#AA7F6D (or 0xAA7F6D) is known color: Medium Wood. HEX triplet: AA, 7F and 6D. RGB value is (170,127,109). Sum of RGB (Red+Green+Blue) = 170+127+109=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F6D is #558092. Grayscale: #898989. Windows color (decimal): -5603475 or 7176106. OLE color: 7176106.
HSL color Cylindrical-coordinate representation of color #AA7F6D: hue angle of 17.7º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA7F6D is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 109 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.33 |
| HSL | 17.7º | 0.26% | 0.55% | - |
| HSV(B) | 17.7º | 0.36% | 0.67% | - |
| XYZ | 26.93 | 24.83 | 17.84 | - |
| YUV | 137.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 109 | 0 | 0.25 | 0.36 | 0.33 | 17.7 | 0.26 | 0.55 |
| Hex | AA | 7F | 6D | 0 | 19 | 24 | 21 | 12 | 1A | 37 |
| Octal | 252 | 177 | 155 | 0 | 31 | 44 | 41 | 22 | 32 | 67 |
| Binary | 10101010 | 1111111 | 1101101 | 0 | 11001 | 100100 | 100001 | 10010 | 11010 | 110111 |
Color Harmonies of #AA7F6D
Complementary color
Monochromatic Colors of #AA7F6D
Black with #AA7F6D
Text Example
Text Example
White with #AA7F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F6D; }
p { color: rgb(170,127,109); }
H1.HeaderClassName
{
color: #AA7F6D;
}
.AnyTagClassName
{
color: #AA7F6D;
}
</style>
background-color css
<style>
a { background-color: #AA7F6D; }
a { background-color: rgb(170,127,109); }
div.DivClassName
{
background-color: #AA7F6D;
}
.BgClassName
{
background-color: #AA7F6D;
}
</style>
border-color css
<style>
span { border-color: #AA7F6D; }
span { border-color: rgb(170,127,109); }
td.TdClassName
{
border-color: #AA7F6D;
}
.TagClassName
{
border-color: #AA7F6D;
}
</style>