Shades of Medium Wood #AD7C60
Tints of Medium Wood #AD7C60
RGB
CMYK
RGB Variations
Color information
#AD7C60 (or 0xAD7C60) is known color: Medium Wood. HEX triplet: AD, 7C and 60. RGB value is (173,124,96). Sum of RGB (Red+Green+Blue) = 173+124+96=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C60 is #52839F. Grayscale: #878787. Windows color (decimal): -5407648 or 6323373. OLE color: 6323373.
HSL color Cylindrical-coordinate representation of color #AD7C60: hue angle of 21.82º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7C60 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 96 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.32 |
| HSL | 21.82º | 0.32% | 0.53% | - |
| HSV(B) | 21.82º | 0.45% | 0.68% | - |
| XYZ | 26.55 | 24.14 | 14.33 | - |
| YUV | 135.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 96 | 0 | 0.28 | 0.45 | 0.32 | 21.82 | 0.32 | 0.53 |
| Hex | AD | 7C | 60 | 0 | 1C | 2D | 20 | 16 | 20 | 35 |
| Octal | 255 | 174 | 140 | 0 | 34 | 55 | 40 | 26 | 40 | 65 |
| Binary | 10101101 | 1111100 | 1100000 | 0 | 11100 | 101101 | 100000 | 10110 | 100000 | 110101 |
Color Harmonies of #AD7C60
Complementary color
Monochromatic Colors of #AD7C60
Black with #AD7C60
Text Example
Text Example
White with #AD7C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7C60; }
p { color: rgb(173,124,96); }
H1.HeaderClassName
{
color: #AD7C60;
}
.AnyTagClassName
{
color: #AD7C60;
}
</style>
background-color css
<style>
a { background-color: #AD7C60; }
a { background-color: rgb(173,124,96); }
div.DivClassName
{
background-color: #AD7C60;
}
.BgClassName
{
background-color: #AD7C60;
}
</style>
border-color css
<style>
span { border-color: #AD7C60; }
span { border-color: rgb(173,124,96); }
td.TdClassName
{
border-color: #AD7C60;
}
.TagClassName
{
border-color: #AD7C60;
}
</style>