Shades of Medium Wood #AD7E6C
Tints of Medium Wood #AD7E6C
RGB
CMYK
RGB Variations
Color information
#AD7E6C (or 0xAD7E6C) is known color: Medium Wood. HEX triplet: AD, 7E and 6C. RGB value is (173,126,108). Sum of RGB (Red+Green+Blue) = 173+126+108=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E6C is #528193. Grayscale: #8A8A8A. Windows color (decimal): -5407124 or 7110317. OLE color: 7110317.
HSL color Cylindrical-coordinate representation of color #AD7E6C: hue angle of 16.62º 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 #AD7E6C is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 108 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.32 |
| HSL | 16.62º | 0.28% | 0.55% | - |
| HSV(B) | 16.62º | 0.38% | 0.68% | - |
| XYZ | 27.4 | 24.89 | 17.55 | - |
| YUV | 138 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 108 | 0 | 0.27 | 0.38 | 0.32 | 16.62 | 0.28 | 0.55 |
| Hex | AD | 7E | 6C | 0 | 1B | 26 | 20 | 11 | 1C | 37 |
| Octal | 255 | 176 | 154 | 0 | 33 | 46 | 40 | 21 | 34 | 67 |
| Binary | 10101101 | 1111110 | 1101100 | 0 | 11011 | 100110 | 100000 | 10001 | 11100 | 110111 |
Color Harmonies of #AD7E6C
Complementary color
Monochromatic Colors of #AD7E6C
Black with #AD7E6C
Text Example
Text Example
White with #AD7E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E6C; }
p { color: rgb(173,126,108); }
H1.HeaderClassName
{
color: #AD7E6C;
}
.AnyTagClassName
{
color: #AD7E6C;
}
</style>
background-color css
<style>
a { background-color: #AD7E6C; }
a { background-color: rgb(173,126,108); }
div.DivClassName
{
background-color: #AD7E6C;
}
.BgClassName
{
background-color: #AD7E6C;
}
</style>
border-color css
<style>
span { border-color: #AD7E6C; }
span { border-color: rgb(173,126,108); }
td.TdClassName
{
border-color: #AD7E6C;
}
.TagClassName
{
border-color: #AD7E6C;
}
</style>