Shades of Medium Wood #AA7960
Tints of Medium Wood #AA7960
RGB
CMYK
RGB Variations
Color information
#AA7960 (or 0xAA7960) is known color: Medium Wood. HEX triplet: AA, 79 and 60. RGB value is (170,121,96). Sum of RGB (Red+Green+Blue) = 170+121+96=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7960 is #55869F. Grayscale: #848484. Windows color (decimal): -5605024 or 6322602. OLE color: 6322602.
HSL color Cylindrical-coordinate representation of color #AA7960: hue angle of 20.27º 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 #AA7960 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 96 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.33 |
| HSL | 20.27º | 0.3% | 0.52% | - |
| HSV(B) | 20.27º | 0.44% | 0.67% | - |
| XYZ | 25.53 | 23.07 | 14.17 | - |
| YUV | 132.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 96 | 0 | 0.29 | 0.44 | 0.33 | 20.27 | 0.3 | 0.52 |
| Hex | AA | 79 | 60 | 0 | 1D | 2C | 21 | 14 | 1E | 34 |
| Octal | 252 | 171 | 140 | 0 | 35 | 54 | 41 | 24 | 36 | 64 |
| Binary | 10101010 | 1111001 | 1100000 | 0 | 11101 | 101100 | 100001 | 10100 | 11110 | 110100 |
Color Harmonies of #AA7960
Complementary color
Monochromatic Colors of #AA7960
Black with #AA7960
Text Example
Text Example
White with #AA7960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7960; }
p { color: rgb(170,121,96); }
H1.HeaderClassName
{
color: #AA7960;
}
.AnyTagClassName
{
color: #AA7960;
}
</style>
background-color css
<style>
a { background-color: #AA7960; }
a { background-color: rgb(170,121,96); }
div.DivClassName
{
background-color: #AA7960;
}
.BgClassName
{
background-color: #AA7960;
}
</style>
border-color css
<style>
span { border-color: #AA7960; }
span { border-color: rgb(170,121,96); }
td.TdClassName
{
border-color: #AA7960;
}
.TagClassName
{
border-color: #AA7960;
}
</style>