Shades of Medium Wood #AA8660
Tints of Medium Wood #AA8660
RGB
CMYK
RGB Variations
Color information
#AA8660 (or 0xAA8660) is known color: Medium Wood. HEX triplet: AA, 86 and 60. RGB value is (170,134,96). Sum of RGB (Red+Green+Blue) = 170+134+96=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8660 is #55799F. Grayscale: #8C8C8C. Windows color (decimal): -5601696 or 6325930. OLE color: 6325930.
HSL color Cylindrical-coordinate representation of color #AA8660: hue angle of 30.81º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8660 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 96 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.33 |
| HSL | 30.81º | 0.3% | 0.52% | - |
| HSV(B) | 30.81º | 0.44% | 0.67% | - |
| XYZ | 27.21 | 26.44 | 14.74 | - |
| YUV | 140.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 96 | 0 | 0.21 | 0.44 | 0.33 | 30.81 | 0.3 | 0.52 |
| Hex | AA | 86 | 60 | 0 | 15 | 2C | 21 | 1F | 1E | 34 |
| Octal | 252 | 206 | 140 | 0 | 25 | 54 | 41 | 37 | 36 | 64 |
| Binary | 10101010 | 10000110 | 1100000 | 0 | 10101 | 101100 | 100001 | 11111 | 11110 | 110100 |
Color Harmonies of #AA8660
Complementary color
Monochromatic Colors of #AA8660
Black with #AA8660
Text Example
Text Example
White with #AA8660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8660; }
p { color: rgb(170,134,96); }
H1.HeaderClassName
{
color: #AA8660;
}
.AnyTagClassName
{
color: #AA8660;
}
</style>
background-color css
<style>
a { background-color: #AA8660; }
a { background-color: rgb(170,134,96); }
div.DivClassName
{
background-color: #AA8660;
}
.BgClassName
{
background-color: #AA8660;
}
</style>
border-color css
<style>
span { border-color: #AA8660; }
span { border-color: rgb(170,134,96); }
td.TdClassName
{
border-color: #AA8660;
}
.TagClassName
{
border-color: #AA8660;
}
</style>