Shades of Medium Wood #AA836D
Tints of Medium Wood #AA836D
RGB
CMYK
RGB Variations
Color information
#AA836D (or 0xAA836D) is known color: Medium Wood. HEX triplet: AA, 83 and 6D. RGB value is (170,131,109). Sum of RGB (Red+Green+Blue) = 170+131+109=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA836D is #557C92. Grayscale: #8C8C8C. Windows color (decimal): -5602451 or 7177130. OLE color: 7177130.
HSL color Cylindrical-coordinate representation of color #AA836D: hue angle of 21.64º degrees, saturation: 0.26, 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 #AA836D is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 109 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.33 |
| HSL | 21.64º | 0.26% | 0.55% | - |
| HSV(B) | 21.64º | 0.36% | 0.67% | - |
| XYZ | 27.45 | 25.88 | 18.02 | - |
| YUV | 140.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 109 | 0 | 0.23 | 0.36 | 0.33 | 21.64 | 0.26 | 0.55 |
| Hex | AA | 83 | 6D | 0 | 17 | 24 | 21 | 16 | 1A | 37 |
| Octal | 252 | 203 | 155 | 0 | 27 | 44 | 41 | 26 | 32 | 67 |
| Binary | 10101010 | 10000011 | 1101101 | 0 | 10111 | 100100 | 100001 | 10110 | 11010 | 110111 |
Color Harmonies of #AA836D
Complementary color
Monochromatic Colors of #AA836D
Black with #AA836D
Text Example
Text Example
White with #AA836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA836D; }
p { color: rgb(170,131,109); }
H1.HeaderClassName
{
color: #AA836D;
}
.AnyTagClassName
{
color: #AA836D;
}
</style>
background-color css
<style>
a { background-color: #AA836D; }
a { background-color: rgb(170,131,109); }
div.DivClassName
{
background-color: #AA836D;
}
.BgClassName
{
background-color: #AA836D;
}
</style>
border-color css
<style>
span { border-color: #AA836D; }
span { border-color: rgb(170,131,109); }
td.TdClassName
{
border-color: #AA836D;
}
.TagClassName
{
border-color: #AA836D;
}
</style>