Shades of Medium Wood #AA806D
Tints of Medium Wood #AA806D
RGB
CMYK
RGB Variations
Color information
#AA806D (or 0xAA806D) is known color: Medium Wood. HEX triplet: AA, 80 and 6D. RGB value is (170,128,109). Sum of RGB (Red+Green+Blue) = 170+128+109=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA806D is #557F92. Grayscale: #8A8A8A. Windows color (decimal): -5603219 or 7176362. OLE color: 7176362.
HSL color Cylindrical-coordinate representation of color #AA806D: hue angle of 18.69º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA806D is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 109 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.33 |
| HSL | 18.69º | 0.26% | 0.55% | - |
| HSV(B) | 18.69º | 0.36% | 0.67% | - |
| XYZ | 27.06 | 25.09 | 17.88 | - |
| YUV | 138.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 109 | 0 | 0.25 | 0.36 | 0.33 | 18.69 | 0.26 | 0.55 |
| Hex | AA | 80 | 6D | 0 | 19 | 24 | 21 | 13 | 1A | 37 |
| Octal | 252 | 200 | 155 | 0 | 31 | 44 | 41 | 23 | 32 | 67 |
| Binary | 10101010 | 10000000 | 1101101 | 0 | 11001 | 100100 | 100001 | 10011 | 11010 | 110111 |
Color Harmonies of #AA806D
Complementary color
Monochromatic Colors of #AA806D
Black with #AA806D
Text Example
Text Example
White with #AA806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA806D; }
p { color: rgb(170,128,109); }
H1.HeaderClassName
{
color: #AA806D;
}
.AnyTagClassName
{
color: #AA806D;
}
</style>
background-color css
<style>
a { background-color: #AA806D; }
a { background-color: rgb(170,128,109); }
div.DivClassName
{
background-color: #AA806D;
}
.BgClassName
{
background-color: #AA806D;
}
</style>
border-color css
<style>
span { border-color: #AA806D; }
span { border-color: rgb(170,128,109); }
td.TdClassName
{
border-color: #AA806D;
}
.TagClassName
{
border-color: #AA806D;
}
</style>