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