Shades of Medium Wood #AD7964
Tints of Medium Wood #AD7964
RGB
CMYK
RGB Variations
Color information
#AD7964 (or 0xAD7964) is known color: Medium Wood. HEX triplet: AD, 79 and 64. RGB value is (173,121,100). Sum of RGB (Red+Green+Blue) = 173+121+100=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7964 is #52869B. Grayscale: #868686. Windows color (decimal): -5408412 or 6584749. OLE color: 6584749.
HSL color Cylindrical-coordinate representation of color #AD7964: hue angle of 17.26º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD7964 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 100 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.32 |
| HSL | 17.26º | 0.31% | 0.54% | - |
| HSV(B) | 17.26º | 0.42% | 0.68% | - |
| XYZ | 26.37 | 23.48 | 15.2 | - |
| YUV | 134.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 100 | 0 | 0.30 | 0.42 | 0.32 | 17.26 | 0.31 | 0.54 |
| Hex | AD | 79 | 64 | 0 | 1E | 2A | 20 | 11 | 1F | 36 |
| Octal | 255 | 171 | 144 | 0 | 36 | 52 | 40 | 21 | 37 | 66 |
| Binary | 10101101 | 1111001 | 1100100 | 0 | 11110 | 101010 | 100000 | 10001 | 11111 | 110110 |
Color Harmonies of #AD7964
Complementary color
Monochromatic Colors of #AD7964
Black with #AD7964
Text Example
Text Example
White with #AD7964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7964; }
p { color: rgb(173,121,100); }
H1.HeaderClassName
{
color: #AD7964;
}
.AnyTagClassName
{
color: #AD7964;
}
</style>
background-color css
<style>
a { background-color: #AD7964; }
a { background-color: rgb(173,121,100); }
div.DivClassName
{
background-color: #AD7964;
}
.BgClassName
{
background-color: #AD7964;
}
</style>
border-color css
<style>
span { border-color: #AD7964; }
span { border-color: rgb(173,121,100); }
td.TdClassName
{
border-color: #AD7964;
}
.TagClassName
{
border-color: #AD7964;
}
</style>