Shades of Medium Wood #AA835E
Tints of Medium Wood #AA835E
RGB
CMYK
RGB Variations
Color information
#AA835E (or 0xAA835E) is known color: Medium Wood. HEX triplet: AA, 83 and 5E. RGB value is (170,131,94). Sum of RGB (Red+Green+Blue) = 170+131+94=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA835E is #557CA1. Grayscale: #8A8A8A. Windows color (decimal): -5602466 or 6194090. OLE color: 6194090.
HSL color Cylindrical-coordinate representation of color #AA835E: hue angle of 29.21º 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 #AA835E is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 94 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.33 |
| HSL | 29.21º | 0.31% | 0.52% | - |
| HSV(B) | 29.21º | 0.45% | 0.67% | - |
| XYZ | 26.71 | 25.59 | 14.12 | - |
| YUV | 138.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 94 | 0 | 0.23 | 0.45 | 0.33 | 29.21 | 0.31 | 0.52 |
| Hex | AA | 83 | 5E | 0 | 17 | 2D | 21 | 1D | 1F | 34 |
| Octal | 252 | 203 | 136 | 0 | 27 | 55 | 41 | 35 | 37 | 64 |
| Binary | 10101010 | 10000011 | 1011110 | 0 | 10111 | 101101 | 100001 | 11101 | 11111 | 110100 |
Color Harmonies of #AA835E
Complementary color
Monochromatic Colors of #AA835E
Black with #AA835E
Text Example
Text Example
White with #AA835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA835E; }
p { color: rgb(170,131,94); }
H1.HeaderClassName
{
color: #AA835E;
}
.AnyTagClassName
{
color: #AA835E;
}
</style>
background-color css
<style>
a { background-color: #AA835E; }
a { background-color: rgb(170,131,94); }
div.DivClassName
{
background-color: #AA835E;
}
.BgClassName
{
background-color: #AA835E;
}
</style>
border-color css
<style>
span { border-color: #AA835E; }
span { border-color: rgb(170,131,94); }
td.TdClassName
{
border-color: #AA835E;
}
.TagClassName
{
border-color: #AA835E;
}
</style>