Shades of Medium Wood #AA836B
Tints of Medium Wood #AA836B
RGB
CMYK
RGB Variations
Color information
#AA836B (or 0xAA836B) is known color: Medium Wood. HEX triplet: AA, 83 and 6B. RGB value is (170,131,107). Sum of RGB (Red+Green+Blue) = 170+131+107=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA836B is #557C94. Grayscale: #8C8C8C. Windows color (decimal): -5602453 or 7046058. OLE color: 7046058.
HSL color Cylindrical-coordinate representation of color #AA836B: hue angle of 22.86º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA836B is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 107 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.33 |
| HSL | 22.86º | 0.27% | 0.54% | - |
| HSV(B) | 22.86º | 0.37% | 0.67% | - |
| XYZ | 27.35 | 25.84 | 17.46 | - |
| YUV | 139.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 107 | 0 | 0.23 | 0.37 | 0.33 | 22.86 | 0.27 | 0.54 |
| Hex | AA | 83 | 6B | 0 | 17 | 25 | 21 | 17 | 1B | 36 |
| Octal | 252 | 203 | 153 | 0 | 27 | 45 | 41 | 27 | 33 | 66 |
| Binary | 10101010 | 10000011 | 1101011 | 0 | 10111 | 100101 | 100001 | 10111 | 11011 | 110110 |
Color Harmonies of #AA836B
Complementary color
Monochromatic Colors of #AA836B
Black with #AA836B
Text Example
Text Example
White with #AA836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA836B; }
p { color: rgb(170,131,107); }
H1.HeaderClassName
{
color: #AA836B;
}
.AnyTagClassName
{
color: #AA836B;
}
</style>
background-color css
<style>
a { background-color: #AA836B; }
a { background-color: rgb(170,131,107); }
div.DivClassName
{
background-color: #AA836B;
}
.BgClassName
{
background-color: #AA836B;
}
</style>
border-color css
<style>
span { border-color: #AA836B; }
span { border-color: rgb(170,131,107); }
td.TdClassName
{
border-color: #AA836B;
}
.TagClassName
{
border-color: #AA836B;
}
</style>