Shades of Medium Wood #AA7F64
Tints of Medium Wood #AA7F64
RGB
CMYK
RGB Variations
Color information
#AA7F64 (or 0xAA7F64) is known color: Medium Wood. HEX triplet: AA, 7F and 64. RGB value is (170,127,100). Sum of RGB (Red+Green+Blue) = 170+127+100=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F64 is #55809B. Grayscale: #888888. Windows color (decimal): -5603484 or 6586282. OLE color: 6586282.
HSL color Cylindrical-coordinate representation of color #AA7F64: hue angle of 23.14º 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 #AA7F64 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 100 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.33 |
| HSL | 23.14º | 0.29% | 0.53% | - |
| HSV(B) | 23.14º | 0.41% | 0.67% | - |
| XYZ | 26.47 | 24.64 | 15.42 | - |
| YUV | 136.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 100 | 0 | 0.25 | 0.41 | 0.33 | 23.14 | 0.29 | 0.53 |
| Hex | AA | 7F | 64 | 0 | 19 | 29 | 21 | 17 | 1D | 35 |
| Octal | 252 | 177 | 144 | 0 | 31 | 51 | 41 | 27 | 35 | 65 |
| Binary | 10101010 | 1111111 | 1100100 | 0 | 11001 | 101001 | 100001 | 10111 | 11101 | 110101 |
Color Harmonies of #AA7F64
Complementary color
Monochromatic Colors of #AA7F64
Black with #AA7F64
Text Example
Text Example
White with #AA7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F64; }
p { color: rgb(170,127,100); }
H1.HeaderClassName
{
color: #AA7F64;
}
.AnyTagClassName
{
color: #AA7F64;
}
</style>
background-color css
<style>
a { background-color: #AA7F64; }
a { background-color: rgb(170,127,100); }
div.DivClassName
{
background-color: #AA7F64;
}
.BgClassName
{
background-color: #AA7F64;
}
</style>
border-color css
<style>
span { border-color: #AA7F64; }
span { border-color: rgb(170,127,100); }
td.TdClassName
{
border-color: #AA7F64;
}
.TagClassName
{
border-color: #AA7F64;
}
</style>