Shades of Medium Wood #AA805B
Tints of Medium Wood #AA805B
RGB
CMYK
RGB Variations
Color information
#AA805B (or 0xAA805B) is known color: Medium Wood. HEX triplet: AA, 80 and 5B. RGB value is (170,128,91). Sum of RGB (Red+Green+Blue) = 170+128+91=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA805B is #557FA4. Grayscale: #888888. Windows color (decimal): -5603237 or 5996714. OLE color: 5996714.
HSL color Cylindrical-coordinate representation of color #AA805B: hue angle of 28.1º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA805B is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 91 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.33 |
| HSL | 28.1º | 0.32% | 0.51% | - |
| HSV(B) | 28.1º | 0.46% | 0.67% | - |
| XYZ | 26.19 | 24.74 | 13.29 | - |
| YUV | 136.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 91 | 0 | 0.25 | 0.46 | 0.33 | 28.1 | 0.32 | 0.51 |
| Hex | AA | 80 | 5B | 0 | 19 | 2E | 21 | 1C | 20 | 33 |
| Octal | 252 | 200 | 133 | 0 | 31 | 56 | 41 | 34 | 40 | 63 |
| Binary | 10101010 | 10000000 | 1011011 | 0 | 11001 | 101110 | 100001 | 11100 | 100000 | 110011 |
Color Harmonies of #AA805B
Complementary color
Monochromatic Colors of #AA805B
Black with #AA805B
Text Example
Text Example
White with #AA805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA805B; }
p { color: rgb(170,128,91); }
H1.HeaderClassName
{
color: #AA805B;
}
.AnyTagClassName
{
color: #AA805B;
}
</style>
background-color css
<style>
a { background-color: #AA805B; }
a { background-color: rgb(170,128,91); }
div.DivClassName
{
background-color: #AA805B;
}
.BgClassName
{
background-color: #AA805B;
}
</style>
border-color css
<style>
span { border-color: #AA805B; }
span { border-color: rgb(170,128,91); }
td.TdClassName
{
border-color: #AA805B;
}
.TagClassName
{
border-color: #AA805B;
}
</style>