Shades of Medium Wood #AA835D
Tints of Medium Wood #AA835D
RGB
CMYK
RGB Variations
Color information
#AA835D (or 0xAA835D) is known color: Medium Wood. HEX triplet: AA, 83 and 5D. RGB value is (170,131,93). Sum of RGB (Red+Green+Blue) = 170+131+93=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA835D is #557CA2. Grayscale: #8A8A8A. Windows color (decimal): -5602467 or 6128554. OLE color: 6128554.
HSL color Cylindrical-coordinate representation of color #AA835D: hue angle of 29.61º 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 #AA835D is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 93 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.33 |
| HSL | 29.61º | 0.31% | 0.52% | - |
| HSV(B) | 29.61º | 0.45% | 0.67% | - |
| XYZ | 26.67 | 25.57 | 13.89 | - |
| YUV | 138.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 93 | 0 | 0.23 | 0.45 | 0.33 | 29.61 | 0.31 | 0.52 |
| Hex | AA | 83 | 5D | 0 | 17 | 2D | 21 | 1E | 1F | 34 |
| Octal | 252 | 203 | 135 | 0 | 27 | 55 | 41 | 36 | 37 | 64 |
| Binary | 10101010 | 10000011 | 1011101 | 0 | 10111 | 101101 | 100001 | 11110 | 11111 | 110100 |
Color Harmonies of #AA835D
Complementary color
Monochromatic Colors of #AA835D
Black with #AA835D
Text Example
Text Example
White with #AA835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA835D; }
p { color: rgb(170,131,93); }
H1.HeaderClassName
{
color: #AA835D;
}
.AnyTagClassName
{
color: #AA835D;
}
</style>
background-color css
<style>
a { background-color: #AA835D; }
a { background-color: rgb(170,131,93); }
div.DivClassName
{
background-color: #AA835D;
}
.BgClassName
{
background-color: #AA835D;
}
</style>
border-color css
<style>
span { border-color: #AA835D; }
span { border-color: rgb(170,131,93); }
td.TdClassName
{
border-color: #AA835D;
}
.TagClassName
{
border-color: #AA835D;
}
</style>