Shades of Medium Wood #AA8061
Tints of Medium Wood #AA8061
RGB
CMYK
RGB Variations
Color information
#AA8061 (or 0xAA8061) is known color: Medium Wood. HEX triplet: AA, 80 and 61. RGB value is (170,128,97). Sum of RGB (Red+Green+Blue) = 170+128+97=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8061 is #557F9E. Grayscale: #898989. Windows color (decimal): -5603231 or 6389930. OLE color: 6389930.
HSL color Cylindrical-coordinate representation of color #AA8061: hue angle of 25.48º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA8061 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 97 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.33 |
| HSL | 25.48º | 0.3% | 0.52% | - |
| HSV(B) | 25.48º | 0.43% | 0.67% | - |
| XYZ | 26.45 | 24.85 | 14.71 | - |
| YUV | 137.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 97 | 0 | 0.25 | 0.43 | 0.33 | 25.48 | 0.3 | 0.52 |
| Hex | AA | 80 | 61 | 0 | 19 | 2B | 21 | 19 | 1E | 34 |
| Octal | 252 | 200 | 141 | 0 | 31 | 53 | 41 | 31 | 36 | 64 |
| Binary | 10101010 | 10000000 | 1100001 | 0 | 11001 | 101011 | 100001 | 11001 | 11110 | 110100 |
Color Harmonies of #AA8061
Complementary color
Monochromatic Colors of #AA8061
Black with #AA8061
Text Example
Text Example
White with #AA8061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8061; }
p { color: rgb(170,128,97); }
H1.HeaderClassName
{
color: #AA8061;
}
.AnyTagClassName
{
color: #AA8061;
}
</style>
background-color css
<style>
a { background-color: #AA8061; }
a { background-color: rgb(170,128,97); }
div.DivClassName
{
background-color: #AA8061;
}
.BgClassName
{
background-color: #AA8061;
}
</style>
border-color css
<style>
span { border-color: #AA8061; }
span { border-color: rgb(170,128,97); }
td.TdClassName
{
border-color: #AA8061;
}
.TagClassName
{
border-color: #AA8061;
}
</style>