Shades of Medium Wood #AA7A60
Tints of Medium Wood #AA7A60
RGB
CMYK
RGB Variations
Color information
#AA7A60 (or 0xAA7A60) is known color: Medium Wood. HEX triplet: AA, 7A and 60. RGB value is (170,122,96). Sum of RGB (Red+Green+Blue) = 170+122+96=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A60 is #55859F. Grayscale: #858585. Windows color (decimal): -5604768 or 6322858. OLE color: 6322858.
HSL color Cylindrical-coordinate representation of color #AA7A60: hue angle of 21.08º 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 #AA7A60 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 96 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.33 |
| HSL | 21.08º | 0.3% | 0.52% | - |
| HSV(B) | 21.08º | 0.44% | 0.67% | - |
| XYZ | 25.65 | 23.31 | 14.21 | - |
| YUV | 133.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 96 | 0 | 0.28 | 0.44 | 0.33 | 21.08 | 0.3 | 0.52 |
| Hex | AA | 7A | 60 | 0 | 1C | 2C | 21 | 15 | 1E | 34 |
| Octal | 252 | 172 | 140 | 0 | 34 | 54 | 41 | 25 | 36 | 64 |
| Binary | 10101010 | 1111010 | 1100000 | 0 | 11100 | 101100 | 100001 | 10101 | 11110 | 110100 |
Color Harmonies of #AA7A60
Complementary color
Monochromatic Colors of #AA7A60
Black with #AA7A60
Text Example
Text Example
White with #AA7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A60; }
p { color: rgb(170,122,96); }
H1.HeaderClassName
{
color: #AA7A60;
}
.AnyTagClassName
{
color: #AA7A60;
}
</style>
background-color css
<style>
a { background-color: #AA7A60; }
a { background-color: rgb(170,122,96); }
div.DivClassName
{
background-color: #AA7A60;
}
.BgClassName
{
background-color: #AA7A60;
}
</style>
border-color css
<style>
span { border-color: #AA7A60; }
span { border-color: rgb(170,122,96); }
td.TdClassName
{
border-color: #AA7A60;
}
.TagClassName
{
border-color: #AA7A60;
}
</style>