Shades of Medium Wood #AA8464
Tints of Medium Wood #AA8464
RGB
CMYK
RGB Variations
Color information
#AA8464 (or 0xAA8464) is known color: Medium Wood. HEX triplet: AA, 84 and 64. RGB value is (170,132,100). Sum of RGB (Red+Green+Blue) = 170+132+100=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8464 is #557B9B. Grayscale: #8B8B8B. Windows color (decimal): -5602204 or 6587562. OLE color: 6587562.
HSL color Cylindrical-coordinate representation of color #AA8464: hue angle of 27.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8464 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 100 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.33 |
| HSL | 27.43º | 0.29% | 0.53% | - |
| HSV(B) | 27.43º | 0.41% | 0.67% | - |
| XYZ | 27.13 | 25.97 | 15.64 | - |
| YUV | 139.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 100 | 0 | 0.22 | 0.41 | 0.33 | 27.43 | 0.29 | 0.53 |
| Hex | AA | 84 | 64 | 0 | 16 | 29 | 21 | 1B | 1D | 35 |
| Octal | 252 | 204 | 144 | 0 | 26 | 51 | 41 | 33 | 35 | 65 |
| Binary | 10101010 | 10000100 | 1100100 | 0 | 10110 | 101001 | 100001 | 11011 | 11101 | 110101 |
Color Harmonies of #AA8464
Complementary color
Monochromatic Colors of #AA8464
Black with #AA8464
Text Example
Text Example
White with #AA8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8464; }
p { color: rgb(170,132,100); }
H1.HeaderClassName
{
color: #AA8464;
}
.AnyTagClassName
{
color: #AA8464;
}
</style>
background-color css
<style>
a { background-color: #AA8464; }
a { background-color: rgb(170,132,100); }
div.DivClassName
{
background-color: #AA8464;
}
.BgClassName
{
background-color: #AA8464;
}
</style>
border-color css
<style>
span { border-color: #AA8464; }
span { border-color: rgb(170,132,100); }
td.TdClassName
{
border-color: #AA8464;
}
.TagClassName
{
border-color: #AA8464;
}
</style>