Shades of Medium Wood #AA806B
Tints of Medium Wood #AA806B
RGB
CMYK
RGB Variations
Color information
#AA806B (or 0xAA806B) is known color: Medium Wood. HEX triplet: AA, 80 and 6B. RGB value is (170,128,107). Sum of RGB (Red+Green+Blue) = 170+128+107=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA806B is #557F94. Grayscale: #8A8A8A. Windows color (decimal): -5603221 or 7045290. OLE color: 7045290.
HSL color Cylindrical-coordinate representation of color #AA806B: hue angle of 20º 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 #AA806B is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 107 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.33 |
| HSL | 20º | 0.27% | 0.54% | - |
| HSV(B) | 20º | 0.37% | 0.67% | - |
| XYZ | 26.95 | 25.05 | 17.32 | - |
| YUV | 138.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 107 | 0 | 0.25 | 0.37 | 0.33 | 20 | 0.27 | 0.54 |
| Hex | AA | 80 | 6B | 0 | 19 | 25 | 21 | 14 | 1B | 36 |
| Octal | 252 | 200 | 153 | 0 | 31 | 45 | 41 | 24 | 33 | 66 |
| Binary | 10101010 | 10000000 | 1101011 | 0 | 11001 | 100101 | 100001 | 10100 | 11011 | 110110 |
Color Harmonies of #AA806B
Complementary color
Monochromatic Colors of #AA806B
Black with #AA806B
Text Example
Text Example
White with #AA806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA806B; }
p { color: rgb(170,128,107); }
H1.HeaderClassName
{
color: #AA806B;
}
.AnyTagClassName
{
color: #AA806B;
}
</style>
background-color css
<style>
a { background-color: #AA806B; }
a { background-color: rgb(170,128,107); }
div.DivClassName
{
background-color: #AA806B;
}
.BgClassName
{
background-color: #AA806B;
}
</style>
border-color css
<style>
span { border-color: #AA806B; }
span { border-color: rgb(170,128,107); }
td.TdClassName
{
border-color: #AA806B;
}
.TagClassName
{
border-color: #AA806B;
}
</style>