Shades of Medium Wood #AA8471
Tints of Medium Wood #AA8471
RGB
CMYK
RGB Variations
Color information
#AA8471 (or 0xAA8471) is known color: Medium Wood. HEX triplet: AA, 84 and 71. RGB value is (170,132,113). Sum of RGB (Red+Green+Blue) = 170+132+113=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8471 is #557B8E. Grayscale: #8D8D8D. Windows color (decimal): -5602191 or 7439530. OLE color: 7439530.
HSL color Cylindrical-coordinate representation of color #AA8471: hue angle of 20º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA8471 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 113 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.33 |
| HSL | 20º | 0.25% | 0.55% | - |
| HSV(B) | 20º | 0.34% | 0.67% | - |
| XYZ | 27.81 | 26.24 | 19.22 | - |
| YUV | 141.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 113 | 0 | 0.22 | 0.34 | 0.33 | 20 | 0.25 | 0.55 |
| Hex | AA | 84 | 71 | 0 | 16 | 22 | 21 | 14 | 19 | 37 |
| Octal | 252 | 204 | 161 | 0 | 26 | 42 | 41 | 24 | 31 | 67 |
| Binary | 10101010 | 10000100 | 1110001 | 0 | 10110 | 100010 | 100001 | 10100 | 11001 | 110111 |
Color Harmonies of #AA8471
Complementary color
Monochromatic Colors of #AA8471
Black with #AA8471
Text Example
Text Example
White with #AA8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8471; }
p { color: rgb(170,132,113); }
H1.HeaderClassName
{
color: #AA8471;
}
.AnyTagClassName
{
color: #AA8471;
}
</style>
background-color css
<style>
a { background-color: #AA8471; }
a { background-color: rgb(170,132,113); }
div.DivClassName
{
background-color: #AA8471;
}
.BgClassName
{
background-color: #AA8471;
}
</style>
border-color css
<style>
span { border-color: #AA8471; }
span { border-color: rgb(170,132,113); }
td.TdClassName
{
border-color: #AA8471;
}
.TagClassName
{
border-color: #AA8471;
}
</style>