Shades of Medium Wood #AA8661
Tints of Medium Wood #AA8661
RGB
CMYK
RGB Variations
Color information
#AA8661 (or 0xAA8661) is known color: Medium Wood. HEX triplet: AA, 86 and 61. RGB value is (170,134,97). Sum of RGB (Red+Green+Blue) = 170+134+97=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8661 is #55799E. Grayscale: #8C8C8C. Windows color (decimal): -5601695 or 6391466. OLE color: 6391466.
HSL color Cylindrical-coordinate representation of color #AA8661: hue angle of 30.41º 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 #AA8661 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 97 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.33 |
| HSL | 30.41º | 0.3% | 0.52% | - |
| HSV(B) | 30.41º | 0.43% | 0.67% | - |
| XYZ | 27.26 | 26.46 | 14.98 | - |
| YUV | 140.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 97 | 0 | 0.21 | 0.43 | 0.33 | 30.41 | 0.3 | 0.52 |
| Hex | AA | 86 | 61 | 0 | 15 | 2B | 21 | 1E | 1E | 34 |
| Octal | 252 | 206 | 141 | 0 | 25 | 53 | 41 | 36 | 36 | 64 |
| Binary | 10101010 | 10000110 | 1100001 | 0 | 10101 | 101011 | 100001 | 11110 | 11110 | 110100 |
Color Harmonies of #AA8661
Complementary color
Monochromatic Colors of #AA8661
Black with #AA8661
Text Example
Text Example
White with #AA8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8661; }
p { color: rgb(170,134,97); }
H1.HeaderClassName
{
color: #AA8661;
}
.AnyTagClassName
{
color: #AA8661;
}
</style>
background-color css
<style>
a { background-color: #AA8661; }
a { background-color: rgb(170,134,97); }
div.DivClassName
{
background-color: #AA8661;
}
.BgClassName
{
background-color: #AA8661;
}
</style>
border-color css
<style>
span { border-color: #AA8661; }
span { border-color: rgb(170,134,97); }
td.TdClassName
{
border-color: #AA8661;
}
.TagClassName
{
border-color: #AA8661;
}
</style>