Shades of Medium Wood #AD7C6C
Tints of Medium Wood #AD7C6C
RGB
CMYK
RGB Variations
Color information
#AD7C6C (or 0xAD7C6C) is known color: Medium Wood. HEX triplet: AD, 7C and 6C. RGB value is (173,124,108). Sum of RGB (Red+Green+Blue) = 173+124+108=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C6C is #528393. Grayscale: #888888. Windows color (decimal): -5407636 or 7109805. OLE color: 7109805.
HSL color Cylindrical-coordinate representation of color #AD7C6C: hue angle of 14.77º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD7C6C is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 108 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.32 |
| HSL | 14.77º | 0.28% | 0.55% | - |
| HSV(B) | 14.77º | 0.38% | 0.68% | - |
| XYZ | 27.15 | 24.38 | 17.46 | - |
| YUV | 136.83 | 111.73 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 108 | 0 | 0.28 | 0.38 | 0.32 | 14.77 | 0.28 | 0.55 |
| Hex | AD | 7C | 6C | 0 | 1C | 26 | 20 | F | 1C | 37 |
| Octal | 255 | 174 | 154 | 0 | 34 | 46 | 40 | 17 | 34 | 67 |
| Binary | 10101101 | 1111100 | 1101100 | 0 | 11100 | 100110 | 100000 | 1111 | 11100 | 110111 |
Color Harmonies of #AD7C6C
Complementary color
Monochromatic Colors of #AD7C6C
Black with #AD7C6C
Text Example
Text Example
White with #AD7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7C6C; }
p { color: rgb(173,124,108); }
H1.HeaderClassName
{
color: #AD7C6C;
}
.AnyTagClassName
{
color: #AD7C6C;
}
</style>
background-color css
<style>
a { background-color: #AD7C6C; }
a { background-color: rgb(173,124,108); }
div.DivClassName
{
background-color: #AD7C6C;
}
.BgClassName
{
background-color: #AD7C6C;
}
</style>
border-color css
<style>
span { border-color: #AD7C6C; }
span { border-color: rgb(173,124,108); }
td.TdClassName
{
border-color: #AD7C6C;
}
.TagClassName
{
border-color: #AD7C6C;
}
</style>