Shades of Medium Wood #AA7C60
Tints of Medium Wood #AA7C60
RGB
CMYK
RGB Variations
Color information
#AA7C60 (or 0xAA7C60) is known color: Medium Wood. HEX triplet: AA, 7C and 60. RGB value is (170,124,96). Sum of RGB (Red+Green+Blue) = 170+124+96=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C60 is #55839F. Grayscale: #868686. Windows color (decimal): -5604256 or 6323370. OLE color: 6323370.
HSL color Cylindrical-coordinate representation of color #AA7C60: hue angle of 22.7º 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 #AA7C60 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 96 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.33 |
| HSL | 22.7º | 0.3% | 0.52% | - |
| HSV(B) | 22.7º | 0.44% | 0.67% | - |
| XYZ | 25.9 | 23.81 | 14.3 | - |
| YUV | 134.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 96 | 0 | 0.27 | 0.44 | 0.33 | 22.7 | 0.3 | 0.52 |
| Hex | AA | 7C | 60 | 0 | 1B | 2C | 21 | 17 | 1E | 34 |
| Octal | 252 | 174 | 140 | 0 | 33 | 54 | 41 | 27 | 36 | 64 |
| Binary | 10101010 | 1111100 | 1100000 | 0 | 11011 | 101100 | 100001 | 10111 | 11110 | 110100 |
Color Harmonies of #AA7C60
Complementary color
Monochromatic Colors of #AA7C60
Black with #AA7C60
Text Example
Text Example
White with #AA7C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C60; }
p { color: rgb(170,124,96); }
H1.HeaderClassName
{
color: #AA7C60;
}
.AnyTagClassName
{
color: #AA7C60;
}
</style>
background-color css
<style>
a { background-color: #AA7C60; }
a { background-color: rgb(170,124,96); }
div.DivClassName
{
background-color: #AA7C60;
}
.BgClassName
{
background-color: #AA7C60;
}
</style>
border-color css
<style>
span { border-color: #AA7C60; }
span { border-color: rgb(170,124,96); }
td.TdClassName
{
border-color: #AA7C60;
}
.TagClassName
{
border-color: #AA7C60;
}
</style>