Shades of Medium Wood #AA7D64
Tints of Medium Wood #AA7D64
RGB
CMYK
RGB Variations
Color information
#AA7D64 (or 0xAA7D64) is known color: Medium Wood. HEX triplet: AA, 7D and 64. RGB value is (170,125,100). Sum of RGB (Red+Green+Blue) = 170+125+100=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D64 is #55829B. Grayscale: #878787. Windows color (decimal): -5603996 or 6585770. OLE color: 6585770.
HSL color Cylindrical-coordinate representation of color #AA7D64: hue angle of 21.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 #AA7D64 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 100 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.33 |
| HSL | 21.43º | 0.29% | 0.53% | - |
| HSV(B) | 21.43º | 0.41% | 0.67% | - |
| XYZ | 26.21 | 24.13 | 15.33 | - |
| YUV | 135.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 100 | 0 | 0.26 | 0.41 | 0.33 | 21.43 | 0.29 | 0.53 |
| Hex | AA | 7D | 64 | 0 | 1A | 29 | 21 | 15 | 1D | 35 |
| Octal | 252 | 175 | 144 | 0 | 32 | 51 | 41 | 25 | 35 | 65 |
| Binary | 10101010 | 1111101 | 1100100 | 0 | 11010 | 101001 | 100001 | 10101 | 11101 | 110101 |
Color Harmonies of #AA7D64
Complementary color
Monochromatic Colors of #AA7D64
Black with #AA7D64
Text Example
Text Example
White with #AA7D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D64; }
p { color: rgb(170,125,100); }
H1.HeaderClassName
{
color: #AA7D64;
}
.AnyTagClassName
{
color: #AA7D64;
}
</style>
background-color css
<style>
a { background-color: #AA7D64; }
a { background-color: rgb(170,125,100); }
div.DivClassName
{
background-color: #AA7D64;
}
.BgClassName
{
background-color: #AA7D64;
}
</style>
border-color css
<style>
span { border-color: #AA7D64; }
span { border-color: rgb(170,125,100); }
td.TdClassName
{
border-color: #AA7D64;
}
.TagClassName
{
border-color: #AA7D64;
}
</style>