Shades of Medium Wood #AA856F
Tints of Medium Wood #AA856F
RGB
CMYK
RGB Variations
Color information
#AA856F (or 0xAA856F) is known color: Medium Wood. HEX triplet: AA, 85 and 6F. RGB value is (170,133,111). Sum of RGB (Red+Green+Blue) = 170+133+111=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA856F is #557A90. Grayscale: #8D8D8D. Windows color (decimal): -5601937 or 7308714. OLE color: 7308714.
HSL color Cylindrical-coordinate representation of color #AA856F: hue angle of 22.37º 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 #AA856F is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 111 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.33 |
| HSL | 22.37º | 0.26% | 0.55% | - |
| HSV(B) | 22.37º | 0.35% | 0.67% | - |
| XYZ | 27.83 | 26.47 | 18.68 | - |
| YUV | 141.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 111 | 0 | 0.22 | 0.35 | 0.33 | 22.37 | 0.26 | 0.55 |
| Hex | AA | 85 | 6F | 0 | 16 | 23 | 21 | 16 | 1A | 37 |
| Octal | 252 | 205 | 157 | 0 | 26 | 43 | 41 | 26 | 32 | 67 |
| Binary | 10101010 | 10000101 | 1101111 | 0 | 10110 | 100011 | 100001 | 10110 | 11010 | 110111 |
Color Harmonies of #AA856F
Complementary color
Monochromatic Colors of #AA856F
Black with #AA856F
Text Example
Text Example
White with #AA856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA856F; }
p { color: rgb(170,133,111); }
H1.HeaderClassName
{
color: #AA856F;
}
.AnyTagClassName
{
color: #AA856F;
}
</style>
background-color css
<style>
a { background-color: #AA856F; }
a { background-color: rgb(170,133,111); }
div.DivClassName
{
background-color: #AA856F;
}
.BgClassName
{
background-color: #AA856F;
}
</style>
border-color css
<style>
span { border-color: #AA856F; }
span { border-color: rgb(170,133,111); }
td.TdClassName
{
border-color: #AA856F;
}
.TagClassName
{
border-color: #AA856F;
}
</style>