Shades of Medium Wood #AA806E
Tints of Medium Wood #AA806E
RGB
CMYK
RGB Variations
Color information
#AA806E (or 0xAA806E) is known color: Medium Wood. HEX triplet: AA, 80 and 6E. RGB value is (170,128,110). Sum of RGB (Red+Green+Blue) = 170+128+110=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA806E is #557F91. Grayscale: #8A8A8A. Windows color (decimal): -5603218 or 7241898. OLE color: 7241898.
HSL color Cylindrical-coordinate representation of color #AA806E: hue angle of 18º 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 #AA806E is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 110 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.33 |
| HSL | 18º | 0.26% | 0.55% | - |
| HSV(B) | 18º | 0.35% | 0.67% | - |
| XYZ | 27.11 | 25.11 | 18.17 | - |
| YUV | 138.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 110 | 0 | 0.25 | 0.35 | 0.33 | 18 | 0.26 | 0.55 |
| Hex | AA | 80 | 6E | 0 | 19 | 23 | 21 | 12 | 1A | 37 |
| Octal | 252 | 200 | 156 | 0 | 31 | 43 | 41 | 22 | 32 | 67 |
| Binary | 10101010 | 10000000 | 1101110 | 0 | 11001 | 100011 | 100001 | 10010 | 11010 | 110111 |
Color Harmonies of #AA806E
Complementary color
Monochromatic Colors of #AA806E
Black with #AA806E
Text Example
Text Example
White with #AA806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA806E; }
p { color: rgb(170,128,110); }
H1.HeaderClassName
{
color: #AA806E;
}
.AnyTagClassName
{
color: #AA806E;
}
</style>
background-color css
<style>
a { background-color: #AA806E; }
a { background-color: rgb(170,128,110); }
div.DivClassName
{
background-color: #AA806E;
}
.BgClassName
{
background-color: #AA806E;
}
</style>
border-color css
<style>
span { border-color: #AA806E; }
span { border-color: rgb(170,128,110); }
td.TdClassName
{
border-color: #AA806E;
}
.TagClassName
{
border-color: #AA806E;
}
</style>