Shades of Medium Wood #AA836F
Tints of Medium Wood #AA836F
RGB
CMYK
RGB Variations
Color information
#AA836F (or 0xAA836F) is known color: Medium Wood. HEX triplet: AA, 83 and 6F. RGB value is (170,131,111). Sum of RGB (Red+Green+Blue) = 170+131+111=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA836F is #557C90. Grayscale: #8C8C8C. Windows color (decimal): -5602449 or 7308202. OLE color: 7308202.
HSL color Cylindrical-coordinate representation of color #AA836F: hue angle of 20.34º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA836F is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 111 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.33 |
| HSL | 20.34º | 0.26% | 0.55% | - |
| HSV(B) | 20.34º | 0.35% | 0.67% | - |
| XYZ | 27.56 | 25.93 | 18.59 | - |
| YUV | 140.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 111 | 0 | 0.23 | 0.35 | 0.33 | 20.34 | 0.26 | 0.55 |
| Hex | AA | 83 | 6F | 0 | 17 | 23 | 21 | 14 | 1A | 37 |
| Octal | 252 | 203 | 157 | 0 | 27 | 43 | 41 | 24 | 32 | 67 |
| Binary | 10101010 | 10000011 | 1101111 | 0 | 10111 | 100011 | 100001 | 10100 | 11010 | 110111 |
Color Harmonies of #AA836F
Complementary color
Monochromatic Colors of #AA836F
Black with #AA836F
Text Example
Text Example
White with #AA836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA836F; }
p { color: rgb(170,131,111); }
H1.HeaderClassName
{
color: #AA836F;
}
.AnyTagClassName
{
color: #AA836F;
}
</style>
background-color css
<style>
a { background-color: #AA836F; }
a { background-color: rgb(170,131,111); }
div.DivClassName
{
background-color: #AA836F;
}
.BgClassName
{
background-color: #AA836F;
}
</style>
border-color css
<style>
span { border-color: #AA836F; }
span { border-color: rgb(170,131,111); }
td.TdClassName
{
border-color: #AA836F;
}
.TagClassName
{
border-color: #AA836F;
}
</style>