Shades of Medium Wood #AA845E
Tints of Medium Wood #AA845E
RGB
CMYK
RGB Variations
Color information
#AA845E (or 0xAA845E) is known color: Medium Wood. HEX triplet: AA, 84 and 5E. RGB value is (170,132,94). Sum of RGB (Red+Green+Blue) = 170+132+94=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA845E is #557BA1. Grayscale: #8B8B8B. Windows color (decimal): -5602210 or 6194346. OLE color: 6194346.
HSL color Cylindrical-coordinate representation of color #AA845E: hue angle of 30º 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 #AA845E is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 94 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.33 |
| HSL | 30º | 0.31% | 0.52% | - |
| HSV(B) | 30º | 0.45% | 0.67% | - |
| XYZ | 26.85 | 25.86 | 14.17 | - |
| YUV | 139.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 94 | 0 | 0.22 | 0.45 | 0.33 | 30 | 0.31 | 0.52 |
| Hex | AA | 84 | 5E | 0 | 16 | 2D | 21 | 1E | 1F | 34 |
| Octal | 252 | 204 | 136 | 0 | 26 | 55 | 41 | 36 | 37 | 64 |
| Binary | 10101010 | 10000100 | 1011110 | 0 | 10110 | 101101 | 100001 | 11110 | 11111 | 110100 |
Color Harmonies of #AA845E
Complementary color
Monochromatic Colors of #AA845E
Black with #AA845E
Text Example
Text Example
White with #AA845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA845E; }
p { color: rgb(170,132,94); }
H1.HeaderClassName
{
color: #AA845E;
}
.AnyTagClassName
{
color: #AA845E;
}
</style>
background-color css
<style>
a { background-color: #AA845E; }
a { background-color: rgb(170,132,94); }
div.DivClassName
{
background-color: #AA845E;
}
.BgClassName
{
background-color: #AA845E;
}
</style>
border-color css
<style>
span { border-color: #AA845E; }
span { border-color: rgb(170,132,94); }
td.TdClassName
{
border-color: #AA845E;
}
.TagClassName
{
border-color: #AA845E;
}
</style>