Shades of Medium Wood #AA845C
Tints of Medium Wood #AA845C
RGB
CMYK
RGB Variations
Color information
#AA845C (or 0xAA845C) is known color: Medium Wood. HEX triplet: AA, 84 and 5C. RGB value is (170,132,92). Sum of RGB (Red+Green+Blue) = 170+132+92=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA845C is #557BA3. Grayscale: #8B8B8B. Windows color (decimal): -5602212 or 6063274. OLE color: 6063274.
HSL color Cylindrical-coordinate representation of color #AA845C: hue angle of 30.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA845C is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 92 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.33 |
| HSL | 30.77º | 0.31% | 0.51% | - |
| HSV(B) | 30.77º | 0.46% | 0.67% | - |
| XYZ | 26.76 | 25.82 | 13.7 | - |
| YUV | 138.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 92 | 0 | 0.22 | 0.46 | 0.33 | 30.77 | 0.31 | 0.51 |
| Hex | AA | 84 | 5C | 0 | 16 | 2E | 21 | 1F | 1F | 33 |
| Octal | 252 | 204 | 134 | 0 | 26 | 56 | 41 | 37 | 37 | 63 |
| Binary | 10101010 | 10000100 | 1011100 | 0 | 10110 | 101110 | 100001 | 11111 | 11111 | 110011 |
Color Harmonies of #AA845C
Complementary color
Monochromatic Colors of #AA845C
Black with #AA845C
Text Example
Text Example
White with #AA845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA845C; }
p { color: rgb(170,132,92); }
H1.HeaderClassName
{
color: #AA845C;
}
.AnyTagClassName
{
color: #AA845C;
}
</style>
background-color css
<style>
a { background-color: #AA845C; }
a { background-color: rgb(170,132,92); }
div.DivClassName
{
background-color: #AA845C;
}
.BgClassName
{
background-color: #AA845C;
}
</style>
border-color css
<style>
span { border-color: #AA845C; }
span { border-color: rgb(170,132,92); }
td.TdClassName
{
border-color: #AA845C;
}
.TagClassName
{
border-color: #AA845C;
}
</style>