Shades of Medium Wood #AA8070
Tints of Medium Wood #AA8070
RGB
CMYK
RGB Variations
Color information
#AA8070 (or 0xAA8070) is known color: Medium Wood. HEX triplet: AA, 80 and 70. RGB value is (170,128,112). Sum of RGB (Red+Green+Blue) = 170+128+112=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8070 is #557F8F. Grayscale: #8A8A8A. Windows color (decimal): -5603216 or 7372970. OLE color: 7372970.
HSL color Cylindrical-coordinate representation of color #AA8070: hue angle of 16.55º 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 #AA8070 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 112 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.33 |
| HSL | 16.55º | 0.25% | 0.55% | - |
| HSV(B) | 16.55º | 0.34% | 0.67% | - |
| XYZ | 27.22 | 25.15 | 18.75 | - |
| YUV | 138.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 112 | 0 | 0.25 | 0.34 | 0.33 | 16.55 | 0.25 | 0.55 |
| Hex | AA | 80 | 70 | 0 | 19 | 22 | 21 | 11 | 19 | 37 |
| Octal | 252 | 200 | 160 | 0 | 31 | 42 | 41 | 21 | 31 | 67 |
| Binary | 10101010 | 10000000 | 1110000 | 0 | 11001 | 100010 | 100001 | 10001 | 11001 | 110111 |
Color Harmonies of #AA8070
Complementary color
Monochromatic Colors of #AA8070
Black with #AA8070
Text Example
Text Example
White with #AA8070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8070; }
p { color: rgb(170,128,112); }
H1.HeaderClassName
{
color: #AA8070;
}
.AnyTagClassName
{
color: #AA8070;
}
</style>
background-color css
<style>
a { background-color: #AA8070; }
a { background-color: rgb(170,128,112); }
div.DivClassName
{
background-color: #AA8070;
}
.BgClassName
{
background-color: #AA8070;
}
</style>
border-color css
<style>
span { border-color: #AA8070; }
span { border-color: rgb(170,128,112); }
td.TdClassName
{
border-color: #AA8070;
}
.TagClassName
{
border-color: #AA8070;
}
</style>