Shades of Medium Wood #AA846D
Tints of Medium Wood #AA846D
RGB
CMYK
RGB Variations
Color information
#AA846D (or 0xAA846D) is known color: Medium Wood. HEX triplet: AA, 84 and 6D. RGB value is (170,132,109). Sum of RGB (Red+Green+Blue) = 170+132+109=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA846D is #557B92. Grayscale: #8C8C8C. Windows color (decimal): -5602195 or 7177386. OLE color: 7177386.
HSL color Cylindrical-coordinate representation of color #AA846D: hue angle of 22.62º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA846D is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 109 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.33 |
| HSL | 22.62º | 0.26% | 0.55% | - |
| HSV(B) | 22.62º | 0.36% | 0.67% | - |
| XYZ | 27.59 | 26.15 | 18.06 | - |
| YUV | 140.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 109 | 0 | 0.22 | 0.36 | 0.33 | 22.62 | 0.26 | 0.55 |
| Hex | AA | 84 | 6D | 0 | 16 | 24 | 21 | 17 | 1A | 37 |
| Octal | 252 | 204 | 155 | 0 | 26 | 44 | 41 | 27 | 32 | 67 |
| Binary | 10101010 | 10000100 | 1101101 | 0 | 10110 | 100100 | 100001 | 10111 | 11010 | 110111 |
Color Harmonies of #AA846D
Complementary color
Monochromatic Colors of #AA846D
Black with #AA846D
Text Example
Text Example
White with #AA846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA846D; }
p { color: rgb(170,132,109); }
H1.HeaderClassName
{
color: #AA846D;
}
.AnyTagClassName
{
color: #AA846D;
}
</style>
background-color css
<style>
a { background-color: #AA846D; }
a { background-color: rgb(170,132,109); }
div.DivClassName
{
background-color: #AA846D;
}
.BgClassName
{
background-color: #AA846D;
}
</style>
border-color css
<style>
span { border-color: #AA846D; }
span { border-color: rgb(170,132,109); }
td.TdClassName
{
border-color: #AA846D;
}
.TagClassName
{
border-color: #AA846D;
}
</style>