Shades of Medium Wood #AA7E64
Tints of Medium Wood #AA7E64
RGB
CMYK
RGB Variations
Color information
#AA7E64 (or 0xAA7E64) is known color: Medium Wood. HEX triplet: AA, 7E and 64. RGB value is (170,126,100). Sum of RGB (Red+Green+Blue) = 170+126+100=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E64 is #55819B. Grayscale: #888888. Windows color (decimal): -5603740 or 6586026. OLE color: 6586026.
HSL color Cylindrical-coordinate representation of color #AA7E64: hue angle of 22.29º 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 #AA7E64 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 100 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.33 |
| HSL | 22.29º | 0.29% | 0.53% | - |
| HSV(B) | 22.29º | 0.41% | 0.67% | - |
| XYZ | 26.34 | 24.39 | 15.38 | - |
| YUV | 136.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 100 | 0 | 0.26 | 0.41 | 0.33 | 22.29 | 0.29 | 0.53 |
| Hex | AA | 7E | 64 | 0 | 1A | 29 | 21 | 16 | 1D | 35 |
| Octal | 252 | 176 | 144 | 0 | 32 | 51 | 41 | 26 | 35 | 65 |
| Binary | 10101010 | 1111110 | 1100100 | 0 | 11010 | 101001 | 100001 | 10110 | 11101 | 110101 |
Color Harmonies of #AA7E64
Complementary color
Monochromatic Colors of #AA7E64
Black with #AA7E64
Text Example
Text Example
White with #AA7E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E64; }
p { color: rgb(170,126,100); }
H1.HeaderClassName
{
color: #AA7E64;
}
.AnyTagClassName
{
color: #AA7E64;
}
</style>
background-color css
<style>
a { background-color: #AA7E64; }
a { background-color: rgb(170,126,100); }
div.DivClassName
{
background-color: #AA7E64;
}
.BgClassName
{
background-color: #AA7E64;
}
</style>
border-color css
<style>
span { border-color: #AA7E64; }
span { border-color: rgb(170,126,100); }
td.TdClassName
{
border-color: #AA7E64;
}
.TagClassName
{
border-color: #AA7E64;
}
</style>