Shades of Medium Wood #AA7F62
Tints of Medium Wood #AA7F62
RGB
CMYK
RGB Variations
Color information
#AA7F62 (or 0xAA7F62) is known color: Medium Wood. HEX triplet: AA, 7F and 62. RGB value is (170,127,98). Sum of RGB (Red+Green+Blue) = 170+127+98=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F62 is #55809D. Grayscale: #888888. Windows color (decimal): -5603486 or 6455210. OLE color: 6455210.
HSL color Cylindrical-coordinate representation of color #AA7F62: hue angle of 24.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 #AA7F62 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 98 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.33 |
| HSL | 24.17º | 0.3% | 0.53% | - |
| HSV(B) | 24.17º | 0.42% | 0.67% | - |
| XYZ | 26.37 | 24.61 | 14.91 | - |
| YUV | 136.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 98 | 0 | 0.25 | 0.42 | 0.33 | 24.17 | 0.3 | 0.53 |
| Hex | AA | 7F | 62 | 0 | 19 | 2A | 21 | 18 | 1E | 35 |
| Octal | 252 | 177 | 142 | 0 | 31 | 52 | 41 | 30 | 36 | 65 |
| Binary | 10101010 | 1111111 | 1100010 | 0 | 11001 | 101010 | 100001 | 11000 | 11110 | 110101 |
Color Harmonies of #AA7F62
Complementary color
Monochromatic Colors of #AA7F62
Black with #AA7F62
Text Example
Text Example
White with #AA7F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F62; }
p { color: rgb(170,127,98); }
H1.HeaderClassName
{
color: #AA7F62;
}
.AnyTagClassName
{
color: #AA7F62;
}
</style>
background-color css
<style>
a { background-color: #AA7F62; }
a { background-color: rgb(170,127,98); }
div.DivClassName
{
background-color: #AA7F62;
}
.BgClassName
{
background-color: #AA7F62;
}
</style>
border-color css
<style>
span { border-color: #AA7F62; }
span { border-color: rgb(170,127,98); }
td.TdClassName
{
border-color: #AA7F62;
}
.TagClassName
{
border-color: #AA7F62;
}
</style>