Shades of Medium Wood #AA8371
Tints of Medium Wood #AA8371
RGB
CMYK
RGB Variations
Color information
#AA8371 (or 0xAA8371) is known color: Medium Wood. HEX triplet: AA, 83 and 71. RGB value is (170,131,113). Sum of RGB (Red+Green+Blue) = 170+131+113=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8371 is #557C8E. Grayscale: #8C8C8C. Windows color (decimal): -5602447 or 7439274. OLE color: 7439274.
HSL color Cylindrical-coordinate representation of color #AA8371: hue angle of 18.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA8371 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 113 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.33 |
| HSL | 18.95º | 0.25% | 0.55% | - |
| HSV(B) | 18.95º | 0.34% | 0.67% | - |
| XYZ | 27.67 | 25.97 | 19.18 | - |
| YUV | 140.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 113 | 0 | 0.23 | 0.34 | 0.33 | 18.95 | 0.25 | 0.55 |
| Hex | AA | 83 | 71 | 0 | 17 | 22 | 21 | 13 | 19 | 37 |
| Octal | 252 | 203 | 161 | 0 | 27 | 42 | 41 | 23 | 31 | 67 |
| Binary | 10101010 | 10000011 | 1110001 | 0 | 10111 | 100010 | 100001 | 10011 | 11001 | 110111 |
Color Harmonies of #AA8371
Complementary color
Monochromatic Colors of #AA8371
Black with #AA8371
Text Example
Text Example
White with #AA8371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8371; }
p { color: rgb(170,131,113); }
H1.HeaderClassName
{
color: #AA8371;
}
.AnyTagClassName
{
color: #AA8371;
}
</style>
background-color css
<style>
a { background-color: #AA8371; }
a { background-color: rgb(170,131,113); }
div.DivClassName
{
background-color: #AA8371;
}
.BgClassName
{
background-color: #AA8371;
}
</style>
border-color css
<style>
span { border-color: #AA8371; }
span { border-color: rgb(170,131,113); }
td.TdClassName
{
border-color: #AA8371;
}
.TagClassName
{
border-color: #AA8371;
}
</style>