Shades of Medium Wood #AA7D61
Tints of Medium Wood #AA7D61
RGB
CMYK
RGB Variations
Color information
#AA7D61 (or 0xAA7D61) is known color: Medium Wood. HEX triplet: AA, 7D and 61. RGB value is (170,125,97). Sum of RGB (Red+Green+Blue) = 170+125+97=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D61 is #55829E. Grayscale: #878787. Windows color (decimal): -5603999 or 6389162. OLE color: 6389162.
HSL color Cylindrical-coordinate representation of color #AA7D61: hue angle of 23.01º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7D61 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 97 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.33 |
| HSL | 23.01º | 0.3% | 0.52% | - |
| HSV(B) | 23.01º | 0.43% | 0.67% | - |
| XYZ | 26.07 | 24.08 | 14.58 | - |
| YUV | 135.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 97 | 0 | 0.26 | 0.43 | 0.33 | 23.01 | 0.3 | 0.52 |
| Hex | AA | 7D | 61 | 0 | 1A | 2B | 21 | 17 | 1E | 34 |
| Octal | 252 | 175 | 141 | 0 | 32 | 53 | 41 | 27 | 36 | 64 |
| Binary | 10101010 | 1111101 | 1100001 | 0 | 11010 | 101011 | 100001 | 10111 | 11110 | 110100 |
Color Harmonies of #AA7D61
Complementary color
Monochromatic Colors of #AA7D61
Black with #AA7D61
Text Example
Text Example
White with #AA7D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D61; }
p { color: rgb(170,125,97); }
H1.HeaderClassName
{
color: #AA7D61;
}
.AnyTagClassName
{
color: #AA7D61;
}
</style>
background-color css
<style>
a { background-color: #AA7D61; }
a { background-color: rgb(170,125,97); }
div.DivClassName
{
background-color: #AA7D61;
}
.BgClassName
{
background-color: #AA7D61;
}
</style>
border-color css
<style>
span { border-color: #AA7D61; }
span { border-color: rgb(170,125,97); }
td.TdClassName
{
border-color: #AA7D61;
}
.TagClassName
{
border-color: #AA7D61;
}
</style>