Shades of Medium Wood #AD7E6A
Tints of Medium Wood #AD7E6A
RGB
CMYK
RGB Variations
Color information
#AD7E6A (or 0xAD7E6A) is known color: Medium Wood. HEX triplet: AD, 7E and 6A. RGB value is (173,126,106). Sum of RGB (Red+Green+Blue) = 173+126+106=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E6A is #528195. Grayscale: #898989. Windows color (decimal): -5407126 or 6979245. OLE color: 6979245.
HSL color Cylindrical-coordinate representation of color #AD7E6A: hue angle of 17.91º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD7E6A is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 106 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.32 |
| HSL | 17.91º | 0.29% | 0.55% | - |
| HSV(B) | 17.91º | 0.39% | 0.68% | - |
| XYZ | 27.3 | 24.85 | 16.99 | - |
| YUV | 137.77 | 110.07 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 106 | 0 | 0.27 | 0.39 | 0.32 | 17.91 | 0.29 | 0.55 |
| Hex | AD | 7E | 6A | 0 | 1B | 27 | 20 | 12 | 1D | 37 |
| Octal | 255 | 176 | 152 | 0 | 33 | 47 | 40 | 22 | 35 | 67 |
| Binary | 10101101 | 1111110 | 1101010 | 0 | 11011 | 100111 | 100000 | 10010 | 11101 | 110111 |
Color Harmonies of #AD7E6A
Complementary color
Monochromatic Colors of #AD7E6A
Black with #AD7E6A
Text Example
Text Example
White with #AD7E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E6A; }
p { color: rgb(173,126,106); }
H1.HeaderClassName
{
color: #AD7E6A;
}
.AnyTagClassName
{
color: #AD7E6A;
}
</style>
background-color css
<style>
a { background-color: #AD7E6A; }
a { background-color: rgb(173,126,106); }
div.DivClassName
{
background-color: #AD7E6A;
}
.BgClassName
{
background-color: #AD7E6A;
}
</style>
border-color css
<style>
span { border-color: #AD7E6A; }
span { border-color: rgb(173,126,106); }
td.TdClassName
{
border-color: #AD7E6A;
}
.TagClassName
{
border-color: #AD7E6A;
}
</style>