Shades of Medium Wood #AA8570
Tints of Medium Wood #AA8570
RGB
CMYK
RGB Variations
Color information
#AA8570 (or 0xAA8570) is known color: Medium Wood. HEX triplet: AA, 85 and 70. RGB value is (170,133,112). Sum of RGB (Red+Green+Blue) = 170+133+112=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8570 is #557A8F. Grayscale: #8D8D8D. Windows color (decimal): -5601936 or 7374250. OLE color: 7374250.
HSL color Cylindrical-coordinate representation of color #AA8570: hue angle of 21.72º 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 #AA8570 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 112 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.33 |
| HSL | 21.72º | 0.25% | 0.55% | - |
| HSV(B) | 21.72º | 0.34% | 0.67% | - |
| XYZ | 27.89 | 26.49 | 18.97 | - |
| YUV | 141.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 112 | 0 | 0.22 | 0.34 | 0.33 | 21.72 | 0.25 | 0.55 |
| Hex | AA | 85 | 70 | 0 | 16 | 22 | 21 | 16 | 19 | 37 |
| Octal | 252 | 205 | 160 | 0 | 26 | 42 | 41 | 26 | 31 | 67 |
| Binary | 10101010 | 10000101 | 1110000 | 0 | 10110 | 100010 | 100001 | 10110 | 11001 | 110111 |
Color Harmonies of #AA8570
Complementary color
Monochromatic Colors of #AA8570
Black with #AA8570
Text Example
Text Example
White with #AA8570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8570; }
p { color: rgb(170,133,112); }
H1.HeaderClassName
{
color: #AA8570;
}
.AnyTagClassName
{
color: #AA8570;
}
</style>
background-color css
<style>
a { background-color: #AA8570; }
a { background-color: rgb(170,133,112); }
div.DivClassName
{
background-color: #AA8570;
}
.BgClassName
{
background-color: #AA8570;
}
</style>
border-color css
<style>
span { border-color: #AA8570; }
span { border-color: rgb(170,133,112); }
td.TdClassName
{
border-color: #AA8570;
}
.TagClassName
{
border-color: #AA8570;
}
</style>