Shades of Medium Wood #AA7759
Tints of Medium Wood #AA7759
RGB
CMYK
RGB Variations
Color information
#AA7759 (or 0xAA7759) is known color: Medium Wood. HEX triplet: AA, 77 and 59. RGB value is (170,119,89). Sum of RGB (Red+Green+Blue) = 170+119+89=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7759 is #5588A6. Grayscale: #838383. Windows color (decimal): -5605543 or 5863338. OLE color: 5863338.
HSL color Cylindrical-coordinate representation of color #AA7759: hue angle of 22.22º 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 #AA7759 is Cyan = 0, Magento = 0.3, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 89 | - |
| CMYK | 0 | 0.3 | 0.48 | 0.33 |
| HSL | 22.22º | 0.32% | 0.51% | - |
| HSV(B) | 22.22º | 0.48% | 0.67% | - |
| XYZ | 24.98 | 22.46 | 12.47 | - |
| YUV | 130.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 89 | 0 | 0.3 | 0.48 | 0.33 | 22.22 | 0.32 | 0.51 |
| Hex | AA | 77 | 59 | 0 | 1E | 30 | 21 | 16 | 20 | 33 |
| Octal | 252 | 167 | 131 | 0 | 36 | 60 | 41 | 26 | 40 | 63 |
| Binary | 10101010 | 1110111 | 1011001 | 0 | 11110 | 110000 | 100001 | 10110 | 100000 | 110011 |
Color Harmonies of #AA7759
Complementary color
Monochromatic Colors of #AA7759
Black with #AA7759
Text Example
Text Example
White with #AA7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7759; }
p { color: rgb(170,119,89); }
H1.HeaderClassName
{
color: #AA7759;
}
.AnyTagClassName
{
color: #AA7759;
}
</style>
background-color css
<style>
a { background-color: #AA7759; }
a { background-color: rgb(170,119,89); }
div.DivClassName
{
background-color: #AA7759;
}
.BgClassName
{
background-color: #AA7759;
}
</style>
border-color css
<style>
span { border-color: #AA7759; }
span { border-color: rgb(170,119,89); }
td.TdClassName
{
border-color: #AA7759;
}
.TagClassName
{
border-color: #AA7759;
}
</style>