Shades of Medium Wood #AA7F65
Tints of Medium Wood #AA7F65
RGB
CMYK
RGB Variations
Color information
#AA7F65 (or 0xAA7F65) is known color: Medium Wood. HEX triplet: AA, 7F and 65. RGB value is (170,127,101). Sum of RGB (Red+Green+Blue) = 170+127+101=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F65 is #55809A. Grayscale: #898989. Windows color (decimal): -5603483 or 6651818. OLE color: 6651818.
HSL color Cylindrical-coordinate representation of color #AA7F65: hue angle of 22.61º 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 #AA7F65 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 101 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.33 |
| HSL | 22.61º | 0.29% | 0.53% | - |
| HSV(B) | 22.61º | 0.41% | 0.67% | - |
| XYZ | 26.52 | 24.66 | 15.68 | - |
| YUV | 136.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 101 | 0 | 0.25 | 0.41 | 0.33 | 22.61 | 0.29 | 0.53 |
| Hex | AA | 7F | 65 | 0 | 19 | 29 | 21 | 17 | 1D | 35 |
| Octal | 252 | 177 | 145 | 0 | 31 | 51 | 41 | 27 | 35 | 65 |
| Binary | 10101010 | 1111111 | 1100101 | 0 | 11001 | 101001 | 100001 | 10111 | 11101 | 110101 |
Color Harmonies of #AA7F65
Complementary color
Monochromatic Colors of #AA7F65
Black with #AA7F65
Text Example
Text Example
White with #AA7F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F65; }
p { color: rgb(170,127,101); }
H1.HeaderClassName
{
color: #AA7F65;
}
.AnyTagClassName
{
color: #AA7F65;
}
</style>
background-color css
<style>
a { background-color: #AA7F65; }
a { background-color: rgb(170,127,101); }
div.DivClassName
{
background-color: #AA7F65;
}
.BgClassName
{
background-color: #AA7F65;
}
</style>
border-color css
<style>
span { border-color: #AA7F65; }
span { border-color: rgb(170,127,101); }
td.TdClassName
{
border-color: #AA7F65;
}
.TagClassName
{
border-color: #AA7F65;
}
</style>