Shades of Medium Wood #AA7B60
Tints of Medium Wood #AA7B60
RGB
CMYK
RGB Variations
Color information
#AA7B60 (or 0xAA7B60) is known color: Medium Wood. HEX triplet: AA, 7B and 60. RGB value is (170,123,96). Sum of RGB (Red+Green+Blue) = 170+123+96=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B60 is #55849F. Grayscale: #868686. Windows color (decimal): -5604512 or 6323114. OLE color: 6323114.
HSL color Cylindrical-coordinate representation of color #AA7B60: hue angle of 21.89º 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 #AA7B60 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 96 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.33 |
| HSL | 21.89º | 0.3% | 0.52% | - |
| HSV(B) | 21.89º | 0.44% | 0.67% | - |
| XYZ | 25.77 | 23.56 | 14.25 | - |
| YUV | 133.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 96 | 0 | 0.28 | 0.44 | 0.33 | 21.89 | 0.3 | 0.52 |
| Hex | AA | 7B | 60 | 0 | 1C | 2C | 21 | 16 | 1E | 34 |
| Octal | 252 | 173 | 140 | 0 | 34 | 54 | 41 | 26 | 36 | 64 |
| Binary | 10101010 | 1111011 | 1100000 | 0 | 11100 | 101100 | 100001 | 10110 | 11110 | 110100 |
Color Harmonies of #AA7B60
Complementary color
Monochromatic Colors of #AA7B60
Black with #AA7B60
Text Example
Text Example
White with #AA7B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B60; }
p { color: rgb(170,123,96); }
H1.HeaderClassName
{
color: #AA7B60;
}
.AnyTagClassName
{
color: #AA7B60;
}
</style>
background-color css
<style>
a { background-color: #AA7B60; }
a { background-color: rgb(170,123,96); }
div.DivClassName
{
background-color: #AA7B60;
}
.BgClassName
{
background-color: #AA7B60;
}
</style>
border-color css
<style>
span { border-color: #AA7B60; }
span { border-color: rgb(170,123,96); }
td.TdClassName
{
border-color: #AA7B60;
}
.TagClassName
{
border-color: #AA7B60;
}
</style>