Shades of Medium Wood #AA8159
Tints of Medium Wood #AA8159
RGB
CMYK
RGB Variations
Color information
#AA8159 (or 0xAA8159) is known color: Medium Wood. HEX triplet: AA, 81 and 59. RGB value is (170,129,89). Sum of RGB (Red+Green+Blue) = 170+129+89=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8159 is #557EA6. Grayscale: #888888. Windows color (decimal): -5602983 or 5865898. OLE color: 5865898.
HSL color Cylindrical-coordinate representation of color #AA8159: hue angle of 29.63º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA8159 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 89 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.33 |
| HSL | 29.63º | 0.32% | 0.51% | - |
| HSV(B) | 29.63º | 0.48% | 0.67% | - |
| XYZ | 26.23 | 24.97 | 12.89 | - |
| YUV | 136.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 89 | 0 | 0.24 | 0.48 | 0.33 | 29.63 | 0.32 | 0.51 |
| Hex | AA | 81 | 59 | 0 | 18 | 30 | 21 | 1E | 20 | 33 |
| Octal | 252 | 201 | 131 | 0 | 30 | 60 | 41 | 36 | 40 | 63 |
| Binary | 10101010 | 10000001 | 1011001 | 0 | 11000 | 110000 | 100001 | 11110 | 100000 | 110011 |
Color Harmonies of #AA8159
Complementary color
Monochromatic Colors of #AA8159
Black with #AA8159
Text Example
Text Example
White with #AA8159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8159; }
p { color: rgb(170,129,89); }
H1.HeaderClassName
{
color: #AA8159;
}
.AnyTagClassName
{
color: #AA8159;
}
</style>
background-color css
<style>
a { background-color: #AA8159; }
a { background-color: rgb(170,129,89); }
div.DivClassName
{
background-color: #AA8159;
}
.BgClassName
{
background-color: #AA8159;
}
</style>
border-color css
<style>
span { border-color: #AA8159; }
span { border-color: rgb(170,129,89); }
td.TdClassName
{
border-color: #AA8159;
}
.TagClassName
{
border-color: #AA8159;
}
</style>