Shades of Medium Wood #AA8366
Tints of Medium Wood #AA8366
RGB
CMYK
RGB Variations
Color information
#AA8366 (or 0xAA8366) is known color: Medium Wood. HEX triplet: AA, 83 and 66. RGB value is (170,131,102). Sum of RGB (Red+Green+Blue) = 170+131+102=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8366 is #557C99. Grayscale: #8B8B8B. Windows color (decimal): -5602458 or 6718378. OLE color: 6718378.
HSL color Cylindrical-coordinate representation of color #AA8366: hue angle of 25.59º 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 #AA8366 is Cyan = 0, Magento = 0.23, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 102 | - |
| CMYK | 0 | 0.23 | 0.4 | 0.33 |
| HSL | 25.59º | 0.29% | 0.53% | - |
| HSV(B) | 25.59º | 0.4% | 0.67% | - |
| XYZ | 27.09 | 25.74 | 16.11 | - |
| YUV | 139.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 102 | 0 | 0.23 | 0.4 | 0.33 | 25.59 | 0.29 | 0.53 |
| Hex | AA | 83 | 66 | 0 | 17 | 28 | 21 | 1A | 1D | 35 |
| Octal | 252 | 203 | 146 | 0 | 27 | 50 | 41 | 32 | 35 | 65 |
| Binary | 10101010 | 10000011 | 1100110 | 0 | 10111 | 101000 | 100001 | 11010 | 11101 | 110101 |
Color Harmonies of #AA8366
Complementary color
Monochromatic Colors of #AA8366
Black with #AA8366
Text Example
Text Example
White with #AA8366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8366; }
p { color: rgb(170,131,102); }
H1.HeaderClassName
{
color: #AA8366;
}
.AnyTagClassName
{
color: #AA8366;
}
</style>
background-color css
<style>
a { background-color: #AA8366; }
a { background-color: rgb(170,131,102); }
div.DivClassName
{
background-color: #AA8366;
}
.BgClassName
{
background-color: #AA8366;
}
</style>
border-color css
<style>
span { border-color: #AA8366; }
span { border-color: rgb(170,131,102); }
td.TdClassName
{
border-color: #AA8366;
}
.TagClassName
{
border-color: #AA8366;
}
</style>