Shades of Medium Wood #AA7961
Tints of Medium Wood #AA7961
RGB
CMYK
RGB Variations
Color information
#AA7961 (or 0xAA7961) is known color: Medium Wood. HEX triplet: AA, 79 and 61. RGB value is (170,121,97). Sum of RGB (Red+Green+Blue) = 170+121+97=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7961 is #55869E. Grayscale: #858585. Windows color (decimal): -5605023 or 6388138. OLE color: 6388138.
HSL color Cylindrical-coordinate representation of color #AA7961: hue angle of 19.73º 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 #AA7961 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 97 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.33 |
| HSL | 19.73º | 0.3% | 0.52% | - |
| HSV(B) | 19.73º | 0.43% | 0.67% | - |
| XYZ | 25.57 | 23.08 | 14.42 | - |
| YUV | 132.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 97 | 0 | 0.29 | 0.43 | 0.33 | 19.73 | 0.3 | 0.52 |
| Hex | AA | 79 | 61 | 0 | 1D | 2B | 21 | 14 | 1E | 34 |
| Octal | 252 | 171 | 141 | 0 | 35 | 53 | 41 | 24 | 36 | 64 |
| Binary | 10101010 | 1111001 | 1100001 | 0 | 11101 | 101011 | 100001 | 10100 | 11110 | 110100 |
Color Harmonies of #AA7961
Complementary color
Monochromatic Colors of #AA7961
Black with #AA7961
Text Example
Text Example
White with #AA7961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7961; }
p { color: rgb(170,121,97); }
H1.HeaderClassName
{
color: #AA7961;
}
.AnyTagClassName
{
color: #AA7961;
}
</style>
background-color css
<style>
a { background-color: #AA7961; }
a { background-color: rgb(170,121,97); }
div.DivClassName
{
background-color: #AA7961;
}
.BgClassName
{
background-color: #AA7961;
}
</style>
border-color css
<style>
span { border-color: #AA7961; }
span { border-color: rgb(170,121,97); }
td.TdClassName
{
border-color: #AA7961;
}
.TagClassName
{
border-color: #AA7961;
}
</style>