Shades of Medium Wood #AD7E6D
Tints of Medium Wood #AD7E6D
RGB
CMYK
RGB Variations
Color information
#AD7E6D (or 0xAD7E6D) is known color: Medium Wood. HEX triplet: AD, 7E and 6D. RGB value is (173,126,109). Sum of RGB (Red+Green+Blue) = 173+126+109=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E6D is #528192. Grayscale: #8A8A8A. Windows color (decimal): -5407123 or 7175853. OLE color: 7175853.
HSL color Cylindrical-coordinate representation of color #AD7E6D: hue angle of 15.94º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD7E6D is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 109 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.32 |
| HSL | 15.94º | 0.28% | 0.55% | - |
| HSV(B) | 15.94º | 0.37% | 0.68% | - |
| XYZ | 27.45 | 24.91 | 17.83 | - |
| YUV | 138.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 109 | 0 | 0.27 | 0.37 | 0.32 | 15.94 | 0.28 | 0.55 |
| Hex | AD | 7E | 6D | 0 | 1B | 25 | 20 | 10 | 1C | 37 |
| Octal | 255 | 176 | 155 | 0 | 33 | 45 | 40 | 20 | 34 | 67 |
| Binary | 10101101 | 1111110 | 1101101 | 0 | 11011 | 100101 | 100000 | 10000 | 11100 | 110111 |
Color Harmonies of #AD7E6D
Complementary color
Monochromatic Colors of #AD7E6D
Black with #AD7E6D
Text Example
Text Example
White with #AD7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E6D; }
p { color: rgb(173,126,109); }
H1.HeaderClassName
{
color: #AD7E6D;
}
.AnyTagClassName
{
color: #AD7E6D;
}
</style>
background-color css
<style>
a { background-color: #AD7E6D; }
a { background-color: rgb(173,126,109); }
div.DivClassName
{
background-color: #AD7E6D;
}
.BgClassName
{
background-color: #AD7E6D;
}
</style>
border-color css
<style>
span { border-color: #AD7E6D; }
span { border-color: rgb(173,126,109); }
td.TdClassName
{
border-color: #AD7E6D;
}
.TagClassName
{
border-color: #AD7E6D;
}
</style>