Shades of Medium Wood #AA8571
Tints of Medium Wood #AA8571
RGB
CMYK
RGB Variations
Color information
#AA8571 (or 0xAA8571) is known color: Medium Wood. HEX triplet: AA, 85 and 71. RGB value is (170,133,113). Sum of RGB (Red+Green+Blue) = 170+133+113=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8571 is #557A8E. Grayscale: #8D8D8D. Windows color (decimal): -5601935 or 7439786. OLE color: 7439786.
HSL color Cylindrical-coordinate representation of color #AA8571: hue angle of 21.05º 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 #AA8571 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 113 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.33 |
| HSL | 21.05º | 0.25% | 0.55% | - |
| HSV(B) | 21.05º | 0.34% | 0.67% | - |
| XYZ | 27.95 | 26.51 | 19.27 | - |
| YUV | 141.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 113 | 0 | 0.22 | 0.34 | 0.33 | 21.05 | 0.25 | 0.55 |
| Hex | AA | 85 | 71 | 0 | 16 | 22 | 21 | 15 | 19 | 37 |
| Octal | 252 | 205 | 161 | 0 | 26 | 42 | 41 | 25 | 31 | 67 |
| Binary | 10101010 | 10000101 | 1110001 | 0 | 10110 | 100010 | 100001 | 10101 | 11001 | 110111 |
Color Harmonies of #AA8571
Complementary color
Monochromatic Colors of #AA8571
Black with #AA8571
Text Example
Text Example
White with #AA8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8571; }
p { color: rgb(170,133,113); }
H1.HeaderClassName
{
color: #AA8571;
}
.AnyTagClassName
{
color: #AA8571;
}
</style>
background-color css
<style>
a { background-color: #AA8571; }
a { background-color: rgb(170,133,113); }
div.DivClassName
{
background-color: #AA8571;
}
.BgClassName
{
background-color: #AA8571;
}
</style>
border-color css
<style>
span { border-color: #AA8571; }
span { border-color: rgb(170,133,113); }
td.TdClassName
{
border-color: #AA8571;
}
.TagClassName
{
border-color: #AA8571;
}
</style>