Shades of Medium Wood #AA7A64
Tints of Medium Wood #AA7A64
RGB
CMYK
RGB Variations
Color information
#AA7A64 (or 0xAA7A64) is known color: Medium Wood. HEX triplet: AA, 7A and 64. RGB value is (170,122,100). Sum of RGB (Red+Green+Blue) = 170+122+100=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A64 is #55859B. Grayscale: #858585. Windows color (decimal): -5604764 or 6585002. OLE color: 6585002.
HSL color Cylindrical-coordinate representation of color #AA7A64: hue angle of 18.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 #AA7A64 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 100 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.33 |
| HSL | 18.86º | 0.29% | 0.53% | - |
| HSV(B) | 18.86º | 0.41% | 0.67% | - |
| XYZ | 25.84 | 23.39 | 15.21 | - |
| YUV | 133.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 100 | 0 | 0.28 | 0.41 | 0.33 | 18.86 | 0.29 | 0.53 |
| Hex | AA | 7A | 64 | 0 | 1C | 29 | 21 | 13 | 1D | 35 |
| Octal | 252 | 172 | 144 | 0 | 34 | 51 | 41 | 23 | 35 | 65 |
| Binary | 10101010 | 1111010 | 1100100 | 0 | 11100 | 101001 | 100001 | 10011 | 11101 | 110101 |
Color Harmonies of #AA7A64
Complementary color
Monochromatic Colors of #AA7A64
Black with #AA7A64
Text Example
Text Example
White with #AA7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A64; }
p { color: rgb(170,122,100); }
H1.HeaderClassName
{
color: #AA7A64;
}
.AnyTagClassName
{
color: #AA7A64;
}
</style>
background-color css
<style>
a { background-color: #AA7A64; }
a { background-color: rgb(170,122,100); }
div.DivClassName
{
background-color: #AA7A64;
}
.BgClassName
{
background-color: #AA7A64;
}
</style>
border-color css
<style>
span { border-color: #AA7A64; }
span { border-color: rgb(170,122,100); }
td.TdClassName
{
border-color: #AA7A64;
}
.TagClassName
{
border-color: #AA7A64;
}
</style>