Shades of Medium Wood #AA846E
Tints of Medium Wood #AA846E
RGB
CMYK
RGB Variations
Color information
#AA846E (or 0xAA846E) is known color: Medium Wood. HEX triplet: AA, 84 and 6E. RGB value is (170,132,110). Sum of RGB (Red+Green+Blue) = 170+132+110=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA846E is #557B91. Grayscale: #8C8C8C. Windows color (decimal): -5602194 or 7242922. OLE color: 7242922.
HSL color Cylindrical-coordinate representation of color #AA846E: hue angle of 22º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA846E is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 110 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.33 |
| HSL | 22º | 0.26% | 0.55% | - |
| HSV(B) | 22º | 0.35% | 0.67% | - |
| XYZ | 27.64 | 26.17 | 18.35 | - |
| YUV | 140.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 110 | 0 | 0.22 | 0.35 | 0.33 | 22 | 0.26 | 0.55 |
| Hex | AA | 84 | 6E | 0 | 16 | 23 | 21 | 16 | 1A | 37 |
| Octal | 252 | 204 | 156 | 0 | 26 | 43 | 41 | 26 | 32 | 67 |
| Binary | 10101010 | 10000100 | 1101110 | 0 | 10110 | 100011 | 100001 | 10110 | 11010 | 110111 |
Color Harmonies of #AA846E
Complementary color
Monochromatic Colors of #AA846E
Black with #AA846E
Text Example
Text Example
White with #AA846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA846E; }
p { color: rgb(170,132,110); }
H1.HeaderClassName
{
color: #AA846E;
}
.AnyTagClassName
{
color: #AA846E;
}
</style>
background-color css
<style>
a { background-color: #AA846E; }
a { background-color: rgb(170,132,110); }
div.DivClassName
{
background-color: #AA846E;
}
.BgClassName
{
background-color: #AA846E;
}
</style>
border-color css
<style>
span { border-color: #AA846E; }
span { border-color: rgb(170,132,110); }
td.TdClassName
{
border-color: #AA846E;
}
.TagClassName
{
border-color: #AA846E;
}
</style>