Shades of Medium Wood #AA8164
Tints of Medium Wood #AA8164
RGB
CMYK
RGB Variations
Color information
#AA8164 (or 0xAA8164) is known color: Medium Wood. HEX triplet: AA, 81 and 64. RGB value is (170,129,100). Sum of RGB (Red+Green+Blue) = 170+129+100=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8164 is #557E9B. Grayscale: #8A8A8A. Windows color (decimal): -5602972 or 6586794. OLE color: 6586794.
HSL color Cylindrical-coordinate representation of color #AA8164: hue angle of 24.86º 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 #AA8164 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 100 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.33 |
| HSL | 24.86º | 0.29% | 0.53% | - |
| HSV(B) | 24.86º | 0.41% | 0.67% | - |
| XYZ | 26.73 | 25.17 | 15.51 | - |
| YUV | 137.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 100 | 0 | 0.24 | 0.41 | 0.33 | 24.86 | 0.29 | 0.53 |
| Hex | AA | 81 | 64 | 0 | 18 | 29 | 21 | 19 | 1D | 35 |
| Octal | 252 | 201 | 144 | 0 | 30 | 51 | 41 | 31 | 35 | 65 |
| Binary | 10101010 | 10000001 | 1100100 | 0 | 11000 | 101001 | 100001 | 11001 | 11101 | 110101 |
Color Harmonies of #AA8164
Complementary color
Monochromatic Colors of #AA8164
Black with #AA8164
Text Example
Text Example
White with #AA8164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8164; }
p { color: rgb(170,129,100); }
H1.HeaderClassName
{
color: #AA8164;
}
.AnyTagClassName
{
color: #AA8164;
}
</style>
background-color css
<style>
a { background-color: #AA8164; }
a { background-color: rgb(170,129,100); }
div.DivClassName
{
background-color: #AA8164;
}
.BgClassName
{
background-color: #AA8164;
}
</style>
border-color css
<style>
span { border-color: #AA8164; }
span { border-color: rgb(170,129,100); }
td.TdClassName
{
border-color: #AA8164;
}
.TagClassName
{
border-color: #AA8164;
}
</style>