Shades of Medium Wood #AA7B62
Tints of Medium Wood #AA7B62
RGB
CMYK
RGB Variations
Color information
#AA7B62 (or 0xAA7B62) is known color: Medium Wood. HEX triplet: AA, 7B and 62. RGB value is (170,123,98). Sum of RGB (Red+Green+Blue) = 170+123+98=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B62 is #55849D. Grayscale: #868686. Windows color (decimal): -5604510 or 6454186. OLE color: 6454186.
HSL color Cylindrical-coordinate representation of color #AA7B62: hue angle of 20.83º 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 #AA7B62 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 98 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.33 |
| HSL | 20.83º | 0.3% | 0.53% | - |
| HSV(B) | 20.83º | 0.42% | 0.67% | - |
| XYZ | 25.87 | 23.59 | 14.75 | - |
| YUV | 134.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 98 | 0 | 0.28 | 0.42 | 0.33 | 20.83 | 0.3 | 0.53 |
| Hex | AA | 7B | 62 | 0 | 1C | 2A | 21 | 15 | 1E | 35 |
| Octal | 252 | 173 | 142 | 0 | 34 | 52 | 41 | 25 | 36 | 65 |
| Binary | 10101010 | 1111011 | 1100010 | 0 | 11100 | 101010 | 100001 | 10101 | 11110 | 110101 |
Color Harmonies of #AA7B62
Complementary color
Monochromatic Colors of #AA7B62
Black with #AA7B62
Text Example
Text Example
White with #AA7B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B62; }
p { color: rgb(170,123,98); }
H1.HeaderClassName
{
color: #AA7B62;
}
.AnyTagClassName
{
color: #AA7B62;
}
</style>
background-color css
<style>
a { background-color: #AA7B62; }
a { background-color: rgb(170,123,98); }
div.DivClassName
{
background-color: #AA7B62;
}
.BgClassName
{
background-color: #AA7B62;
}
</style>
border-color css
<style>
span { border-color: #AA7B62; }
span { border-color: rgb(170,123,98); }
td.TdClassName
{
border-color: #AA7B62;
}
.TagClassName
{
border-color: #AA7B62;
}
</style>