Shades of Medium Wood #AA7962
Tints of Medium Wood #AA7962
RGB
CMYK
RGB Variations
Color information
#AA7962 (or 0xAA7962) is known color: Medium Wood. HEX triplet: AA, 79 and 62. RGB value is (170,121,98). Sum of RGB (Red+Green+Blue) = 170+121+98=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7962 is #55869D. Grayscale: #858585. Windows color (decimal): -5605022 or 6453674. OLE color: 6453674.
HSL color Cylindrical-coordinate representation of color #AA7962: hue angle of 19.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7962 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 98 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.33 |
| HSL | 19.17º | 0.3% | 0.53% | - |
| HSV(B) | 19.17º | 0.42% | 0.67% | - |
| XYZ | 25.62 | 23.1 | 14.66 | - |
| YUV | 133.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 98 | 0 | 0.29 | 0.42 | 0.33 | 19.17 | 0.3 | 0.53 |
| Hex | AA | 79 | 62 | 0 | 1D | 2A | 21 | 13 | 1E | 35 |
| Octal | 252 | 171 | 142 | 0 | 35 | 52 | 41 | 23 | 36 | 65 |
| Binary | 10101010 | 1111001 | 1100010 | 0 | 11101 | 101010 | 100001 | 10011 | 11110 | 110101 |
Color Harmonies of #AA7962
Complementary color
Monochromatic Colors of #AA7962
Black with #AA7962
Text Example
Text Example
White with #AA7962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7962; }
p { color: rgb(170,121,98); }
H1.HeaderClassName
{
color: #AA7962;
}
.AnyTagClassName
{
color: #AA7962;
}
</style>
background-color css
<style>
a { background-color: #AA7962; }
a { background-color: rgb(170,121,98); }
div.DivClassName
{
background-color: #AA7962;
}
.BgClassName
{
background-color: #AA7962;
}
</style>
border-color css
<style>
span { border-color: #AA7962; }
span { border-color: rgb(170,121,98); }
td.TdClassName
{
border-color: #AA7962;
}
.TagClassName
{
border-color: #AA7962;
}
</style>