Shades of Medium Wood #AA855D
Tints of Medium Wood #AA855D
RGB
CMYK
RGB Variations
Color information
#AA855D (or 0xAA855D) is known color: Medium Wood. HEX triplet: AA, 85 and 5D. RGB value is (170,133,93). Sum of RGB (Red+Green+Blue) = 170+133+93=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA855D is #557AA2. Grayscale: #8B8B8B. Windows color (decimal): -5601955 or 6129066. OLE color: 6129066.
HSL color Cylindrical-coordinate representation of color #AA855D: hue angle of 31.17º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA855D is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 93 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.33 |
| HSL | 31.17º | 0.31% | 0.52% | - |
| HSV(B) | 31.17º | 0.45% | 0.67% | - |
| XYZ | 26.94 | 26.11 | 13.98 | - |
| YUV | 139.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 93 | 0 | 0.22 | 0.45 | 0.33 | 31.17 | 0.31 | 0.52 |
| Hex | AA | 85 | 5D | 0 | 16 | 2D | 21 | 1F | 1F | 34 |
| Octal | 252 | 205 | 135 | 0 | 26 | 55 | 41 | 37 | 37 | 64 |
| Binary | 10101010 | 10000101 | 1011101 | 0 | 10110 | 101101 | 100001 | 11111 | 11111 | 110100 |
Color Harmonies of #AA855D
Complementary color
Monochromatic Colors of #AA855D
Black with #AA855D
Text Example
Text Example
White with #AA855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA855D; }
p { color: rgb(170,133,93); }
H1.HeaderClassName
{
color: #AA855D;
}
.AnyTagClassName
{
color: #AA855D;
}
</style>
background-color css
<style>
a { background-color: #AA855D; }
a { background-color: rgb(170,133,93); }
div.DivClassName
{
background-color: #AA855D;
}
.BgClassName
{
background-color: #AA855D;
}
</style>
border-color css
<style>
span { border-color: #AA855D; }
span { border-color: rgb(170,133,93); }
td.TdClassName
{
border-color: #AA855D;
}
.TagClassName
{
border-color: #AA855D;
}
</style>