Shades of Medium Wood #AA805A
Tints of Medium Wood #AA805A
RGB
CMYK
RGB Variations
Color information
#AA805A (or 0xAA805A) is known color: Medium Wood. HEX triplet: AA, 80 and 5A. RGB value is (170,128,90). Sum of RGB (Red+Green+Blue) = 170+128+90=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA805A is #557FA5. Grayscale: #888888. Windows color (decimal): -5603238 or 5931178. OLE color: 5931178.
HSL color Cylindrical-coordinate representation of color #AA805A: hue angle of 28.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA805A is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 90 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.33 |
| HSL | 28.5º | 0.32% | 0.51% | - |
| HSV(B) | 28.5º | 0.47% | 0.67% | - |
| XYZ | 26.14 | 24.72 | 13.07 | - |
| YUV | 136.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 90 | 0 | 0.25 | 0.47 | 0.33 | 28.5 | 0.32 | 0.51 |
| Hex | AA | 80 | 5A | 0 | 19 | 2F | 21 | 1C | 20 | 33 |
| Octal | 252 | 200 | 132 | 0 | 31 | 57 | 41 | 34 | 40 | 63 |
| Binary | 10101010 | 10000000 | 1011010 | 0 | 11001 | 101111 | 100001 | 11100 | 100000 | 110011 |
Color Harmonies of #AA805A
Complementary color
Monochromatic Colors of #AA805A
Black with #AA805A
Text Example
Text Example
White with #AA805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA805A; }
p { color: rgb(170,128,90); }
H1.HeaderClassName
{
color: #AA805A;
}
.AnyTagClassName
{
color: #AA805A;
}
</style>
background-color css
<style>
a { background-color: #AA805A; }
a { background-color: rgb(170,128,90); }
div.DivClassName
{
background-color: #AA805A;
}
.BgClassName
{
background-color: #AA805A;
}
</style>
border-color css
<style>
span { border-color: #AA805A; }
span { border-color: rgb(170,128,90); }
td.TdClassName
{
border-color: #AA805A;
}
.TagClassName
{
border-color: #AA805A;
}
</style>