Shades of Medium Wood #AA7D59
Tints of Medium Wood #AA7D59
RGB
CMYK
RGB Variations
Color information
#AA7D59 (or 0xAA7D59) is known color: Medium Wood. HEX triplet: AA, 7D and 59. RGB value is (170,125,89). Sum of RGB (Red+Green+Blue) = 170+125+89=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D59 is #5582A6. Grayscale: #868686. Windows color (decimal): -5604007 or 5864874. OLE color: 5864874.
HSL color Cylindrical-coordinate representation of color #AA7D59: hue angle of 26.67º 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 #AA7D59 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 89 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.33 |
| HSL | 26.67º | 0.32% | 0.51% | - |
| HSV(B) | 26.67º | 0.48% | 0.67% | - |
| XYZ | 25.71 | 23.93 | 12.72 | - |
| YUV | 134.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 89 | 0 | 0.26 | 0.48 | 0.33 | 26.67 | 0.32 | 0.51 |
| Hex | AA | 7D | 59 | 0 | 1A | 30 | 21 | 1B | 20 | 33 |
| Octal | 252 | 175 | 131 | 0 | 32 | 60 | 41 | 33 | 40 | 63 |
| Binary | 10101010 | 1111101 | 1011001 | 0 | 11010 | 110000 | 100001 | 11011 | 100000 | 110011 |
Color Harmonies of #AA7D59
Complementary color
Monochromatic Colors of #AA7D59
Black with #AA7D59
Text Example
Text Example
White with #AA7D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D59; }
p { color: rgb(170,125,89); }
H1.HeaderClassName
{
color: #AA7D59;
}
.AnyTagClassName
{
color: #AA7D59;
}
</style>
background-color css
<style>
a { background-color: #AA7D59; }
a { background-color: rgb(170,125,89); }
div.DivClassName
{
background-color: #AA7D59;
}
.BgClassName
{
background-color: #AA7D59;
}
</style>
border-color css
<style>
span { border-color: #AA7D59; }
span { border-color: rgb(170,125,89); }
td.TdClassName
{
border-color: #AA7D59;
}
.TagClassName
{
border-color: #AA7D59;
}
</style>