Shades of Medium Wood #AA7E60
Tints of Medium Wood #AA7E60
RGB
CMYK
RGB Variations
Color information
#AA7E60 (or 0xAA7E60) is known color: Medium Wood. HEX triplet: AA, 7E and 60. RGB value is (170,126,96). Sum of RGB (Red+Green+Blue) = 170+126+96=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E60 is #55819F. Grayscale: #878787. Windows color (decimal): -5603744 or 6323882. OLE color: 6323882.
HSL color Cylindrical-coordinate representation of color #AA7E60: hue angle of 24.32º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA7E60 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 96 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.33 |
| HSL | 24.32º | 0.3% | 0.52% | - |
| HSV(B) | 24.32º | 0.44% | 0.67% | - |
| XYZ | 26.15 | 24.31 | 14.38 | - |
| YUV | 135.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 96 | 0 | 0.26 | 0.44 | 0.33 | 24.32 | 0.3 | 0.52 |
| Hex | AA | 7E | 60 | 0 | 1A | 2C | 21 | 18 | 1E | 34 |
| Octal | 252 | 176 | 140 | 0 | 32 | 54 | 41 | 30 | 36 | 64 |
| Binary | 10101010 | 1111110 | 1100000 | 0 | 11010 | 101100 | 100001 | 11000 | 11110 | 110100 |
Color Harmonies of #AA7E60
Complementary color
Monochromatic Colors of #AA7E60
Black with #AA7E60
Text Example
Text Example
White with #AA7E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E60; }
p { color: rgb(170,126,96); }
H1.HeaderClassName
{
color: #AA7E60;
}
.AnyTagClassName
{
color: #AA7E60;
}
</style>
background-color css
<style>
a { background-color: #AA7E60; }
a { background-color: rgb(170,126,96); }
div.DivClassName
{
background-color: #AA7E60;
}
.BgClassName
{
background-color: #AA7E60;
}
</style>
border-color css
<style>
span { border-color: #AA7E60; }
span { border-color: rgb(170,126,96); }
td.TdClassName
{
border-color: #AA7E60;
}
.TagClassName
{
border-color: #AA7E60;
}
</style>