Shades of Medium Wood #AA8066
Tints of Medium Wood #AA8066
RGB
CMYK
RGB Variations
Color information
#AA8066 (or 0xAA8066) is known color: Medium Wood. HEX triplet: AA, 80 and 66. RGB value is (170,128,102). Sum of RGB (Red+Green+Blue) = 170+128+102=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8066 is #557F99. Grayscale: #898989. Windows color (decimal): -5603226 or 6717610. OLE color: 6717610.
HSL color Cylindrical-coordinate representation of color #AA8066: hue angle of 22.94º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8066 is Cyan = 0, Magento = 0.25, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 102 | - |
| CMYK | 0 | 0.25 | 0.4 | 0.33 |
| HSL | 22.94º | 0.29% | 0.53% | - |
| HSV(B) | 22.94º | 0.4% | 0.67% | - |
| XYZ | 26.7 | 24.94 | 15.98 | - |
| YUV | 137.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 102 | 0 | 0.25 | 0.4 | 0.33 | 22.94 | 0.29 | 0.53 |
| Hex | AA | 80 | 66 | 0 | 19 | 28 | 21 | 17 | 1D | 35 |
| Octal | 252 | 200 | 146 | 0 | 31 | 50 | 41 | 27 | 35 | 65 |
| Binary | 10101010 | 10000000 | 1100110 | 0 | 11001 | 101000 | 100001 | 10111 | 11101 | 110101 |
Color Harmonies of #AA8066
Complementary color
Monochromatic Colors of #AA8066
Black with #AA8066
Text Example
Text Example
White with #AA8066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8066; }
p { color: rgb(170,128,102); }
H1.HeaderClassName
{
color: #AA8066;
}
.AnyTagClassName
{
color: #AA8066;
}
</style>
background-color css
<style>
a { background-color: #AA8066; }
a { background-color: rgb(170,128,102); }
div.DivClassName
{
background-color: #AA8066;
}
.BgClassName
{
background-color: #AA8066;
}
</style>
border-color css
<style>
span { border-color: #AA8066; }
span { border-color: rgb(170,128,102); }
td.TdClassName
{
border-color: #AA8066;
}
.TagClassName
{
border-color: #AA8066;
}
</style>