Shades of Medium Wood #AD7962
Tints of Medium Wood #AD7962
RGB
CMYK
RGB Variations
Color information
#AD7962 (or 0xAD7962) is known color: Medium Wood. HEX triplet: AD, 79 and 62. RGB value is (173,121,98). Sum of RGB (Red+Green+Blue) = 173+121+98=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7962 is #52869D. Grayscale: #868686. Windows color (decimal): -5408414 or 6453677. OLE color: 6453677.
HSL color Cylindrical-coordinate representation of color #AD7962: hue angle of 18.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD7962 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 98 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.32 |
| HSL | 18.4º | 0.31% | 0.53% | - |
| HSV(B) | 18.4º | 0.43% | 0.68% | - |
| XYZ | 26.28 | 23.44 | 14.69 | - |
| YUV | 133.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 98 | 0 | 0.30 | 0.43 | 0.32 | 18.4 | 0.31 | 0.53 |
| Hex | AD | 79 | 62 | 0 | 1E | 2B | 20 | 12 | 1F | 35 |
| Octal | 255 | 171 | 142 | 0 | 36 | 53 | 40 | 22 | 37 | 65 |
| Binary | 10101101 | 1111001 | 1100010 | 0 | 11110 | 101011 | 100000 | 10010 | 11111 | 110101 |
Color Harmonies of #AD7962
Complementary color
Monochromatic Colors of #AD7962
Black with #AD7962
Text Example
Text Example
White with #AD7962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7962; }
p { color: rgb(173,121,98); }
H1.HeaderClassName
{
color: #AD7962;
}
.AnyTagClassName
{
color: #AD7962;
}
</style>
background-color css
<style>
a { background-color: #AD7962; }
a { background-color: rgb(173,121,98); }
div.DivClassName
{
background-color: #AD7962;
}
.BgClassName
{
background-color: #AD7962;
}
</style>
border-color css
<style>
span { border-color: #AD7962; }
span { border-color: rgb(173,121,98); }
td.TdClassName
{
border-color: #AD7962;
}
.TagClassName
{
border-color: #AD7962;
}
</style>