Shades of Medium Wood #AA8466
Tints of Medium Wood #AA8466
RGB
CMYK
RGB Variations
Color information
#AA8466 (or 0xAA8466) is known color: Medium Wood. HEX triplet: AA, 84 and 66. RGB value is (170,132,102). Sum of RGB (Red+Green+Blue) = 170+132+102=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8466 is #557B99. Grayscale: #8C8C8C. Windows color (decimal): -5602202 or 6718634. OLE color: 6718634.
HSL color Cylindrical-coordinate representation of color #AA8466: hue angle of 26.47º 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 #AA8466 is Cyan = 0, Magento = 0.22, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 102 | - |
| CMYK | 0 | 0.22 | 0.4 | 0.33 |
| HSL | 26.47º | 0.29% | 0.53% | - |
| HSV(B) | 26.47º | 0.4% | 0.67% | - |
| XYZ | 27.23 | 26.01 | 16.16 | - |
| YUV | 139.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 102 | 0 | 0.22 | 0.4 | 0.33 | 26.47 | 0.29 | 0.53 |
| Hex | AA | 84 | 66 | 0 | 16 | 28 | 21 | 1A | 1D | 35 |
| Octal | 252 | 204 | 146 | 0 | 26 | 50 | 41 | 32 | 35 | 65 |
| Binary | 10101010 | 10000100 | 1100110 | 0 | 10110 | 101000 | 100001 | 11010 | 11101 | 110101 |
Color Harmonies of #AA8466
Complementary color
Monochromatic Colors of #AA8466
Black with #AA8466
Text Example
Text Example
White with #AA8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8466; }
p { color: rgb(170,132,102); }
H1.HeaderClassName
{
color: #AA8466;
}
.AnyTagClassName
{
color: #AA8466;
}
</style>
background-color css
<style>
a { background-color: #AA8466; }
a { background-color: rgb(170,132,102); }
div.DivClassName
{
background-color: #AA8466;
}
.BgClassName
{
background-color: #AA8466;
}
</style>
border-color css
<style>
span { border-color: #AA8466; }
span { border-color: rgb(170,132,102); }
td.TdClassName
{
border-color: #AA8466;
}
.TagClassName
{
border-color: #AA8466;
}
</style>