Shades of Medium Wood #AA865E
Tints of Medium Wood #AA865E
RGB
CMYK
RGB Variations
Color information
#AA865E (or 0xAA865E) is known color: Medium Wood. HEX triplet: AA, 86 and 5E. RGB value is (170,134,94). Sum of RGB (Red+Green+Blue) = 170+134+94=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA865E is #5579A1. Grayscale: #8C8C8C. Windows color (decimal): -5601698 or 6194858. OLE color: 6194858.
HSL color Cylindrical-coordinate representation of color #AA865E: hue angle of 31.58º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA865E is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 94 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.33 |
| HSL | 31.58º | 0.31% | 0.52% | - |
| HSV(B) | 31.58º | 0.45% | 0.67% | - |
| XYZ | 27.12 | 26.4 | 14.26 | - |
| YUV | 140.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 94 | 0 | 0.21 | 0.45 | 0.33 | 31.58 | 0.31 | 0.52 |
| Hex | AA | 86 | 5E | 0 | 15 | 2D | 21 | 20 | 1F | 34 |
| Octal | 252 | 206 | 136 | 0 | 25 | 55 | 41 | 40 | 37 | 64 |
| Binary | 10101010 | 10000110 | 1011110 | 0 | 10101 | 101101 | 100001 | 100000 | 11111 | 110100 |
Color Harmonies of #AA865E
Complementary color
Monochromatic Colors of #AA865E
Black with #AA865E
Text Example
Text Example
White with #AA865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA865E; }
p { color: rgb(170,134,94); }
H1.HeaderClassName
{
color: #AA865E;
}
.AnyTagClassName
{
color: #AA865E;
}
</style>
background-color css
<style>
a { background-color: #AA865E; }
a { background-color: rgb(170,134,94); }
div.DivClassName
{
background-color: #AA865E;
}
.BgClassName
{
background-color: #AA865E;
}
</style>
border-color css
<style>
span { border-color: #AA865E; }
span { border-color: rgb(170,134,94); }
td.TdClassName
{
border-color: #AA865E;
}
.TagClassName
{
border-color: #AA865E;
}
</style>