Shades of Medium Wood #AA855F
Tints of Medium Wood #AA855F
RGB
CMYK
RGB Variations
Color information
#AA855F (or 0xAA855F) is known color: Medium Wood. HEX triplet: AA, 85 and 5F. RGB value is (170,133,95). Sum of RGB (Red+Green+Blue) = 170+133+95=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA855F is #557AA0. Grayscale: #8B8B8B. Windows color (decimal): -5601953 or 6260138. OLE color: 6260138.
HSL color Cylindrical-coordinate representation of color #AA855F: hue angle of 30.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA855F is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 95 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.33 |
| HSL | 30.4º | 0.31% | 0.52% | - |
| HSV(B) | 30.4º | 0.44% | 0.67% | - |
| XYZ | 27.03 | 26.15 | 14.45 | - |
| YUV | 139.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 95 | 0 | 0.22 | 0.44 | 0.33 | 30.4 | 0.31 | 0.52 |
| Hex | AA | 85 | 5F | 0 | 16 | 2C | 21 | 1E | 1F | 34 |
| Octal | 252 | 205 | 137 | 0 | 26 | 54 | 41 | 36 | 37 | 64 |
| Binary | 10101010 | 10000101 | 1011111 | 0 | 10110 | 101100 | 100001 | 11110 | 11111 | 110100 |
Color Harmonies of #AA855F
Complementary color
Monochromatic Colors of #AA855F
Black with #AA855F
Text Example
Text Example
White with #AA855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA855F; }
p { color: rgb(170,133,95); }
H1.HeaderClassName
{
color: #AA855F;
}
.AnyTagClassName
{
color: #AA855F;
}
</style>
background-color css
<style>
a { background-color: #AA855F; }
a { background-color: rgb(170,133,95); }
div.DivClassName
{
background-color: #AA855F;
}
.BgClassName
{
background-color: #AA855F;
}
</style>
border-color css
<style>
span { border-color: #AA855F; }
span { border-color: rgb(170,133,95); }
td.TdClassName
{
border-color: #AA855F;
}
.TagClassName
{
border-color: #AA855F;
}
</style>