Shades of Medium Wood #AA846C
Tints of Medium Wood #AA846C
RGB
CMYK
RGB Variations
Color information
#AA846C (or 0xAA846C) is known color: Medium Wood. HEX triplet: AA, 84 and 6C. RGB value is (170,132,108). Sum of RGB (Red+Green+Blue) = 170+132+108=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA846C is #557B93. Grayscale: #8C8C8C. Windows color (decimal): -5602196 or 7111850. OLE color: 7111850.
HSL color Cylindrical-coordinate representation of color #AA846C: hue angle of 23.23º degrees, saturation: 0.27, 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 #AA846C is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 108 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.33 |
| HSL | 23.23º | 0.27% | 0.55% | - |
| HSV(B) | 23.23º | 0.36% | 0.67% | - |
| XYZ | 27.54 | 26.13 | 17.78 | - |
| YUV | 140.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 108 | 0 | 0.22 | 0.36 | 0.33 | 23.23 | 0.27 | 0.55 |
| Hex | AA | 84 | 6C | 0 | 16 | 24 | 21 | 17 | 1B | 37 |
| Octal | 252 | 204 | 154 | 0 | 26 | 44 | 41 | 27 | 33 | 67 |
| Binary | 10101010 | 10000100 | 1101100 | 0 | 10110 | 100100 | 100001 | 10111 | 11011 | 110111 |
Color Harmonies of #AA846C
Complementary color
Monochromatic Colors of #AA846C
Black with #AA846C
Text Example
Text Example
White with #AA846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA846C; }
p { color: rgb(170,132,108); }
H1.HeaderClassName
{
color: #AA846C;
}
.AnyTagClassName
{
color: #AA846C;
}
</style>
background-color css
<style>
a { background-color: #AA846C; }
a { background-color: rgb(170,132,108); }
div.DivClassName
{
background-color: #AA846C;
}
.BgClassName
{
background-color: #AA846C;
}
</style>
border-color css
<style>
span { border-color: #AA846C; }
span { border-color: rgb(170,132,108); }
td.TdClassName
{
border-color: #AA846C;
}
.TagClassName
{
border-color: #AA846C;
}
</style>