Shades of Medium Wood #AD7E5E
Tints of Medium Wood #AD7E5E
RGB
CMYK
RGB Variations
Color information
#AD7E5E (or 0xAD7E5E) is known color: Medium Wood. HEX triplet: AD, 7E and 5E. RGB value is (173,126,94). Sum of RGB (Red+Green+Blue) = 173+126+94=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E5E is #5281A1. Grayscale: #888888. Windows color (decimal): -5407138 or 6192813. OLE color: 6192813.
HSL color Cylindrical-coordinate representation of color #AD7E5E: hue angle of 24.3º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD7E5E is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 126 | 94 | - |
CMYK | 0 | 0.27 | 0.46 | 0.32 |
HSL | 24.3º | 0.33% | 0.52% | - |
HSV(B) | 24.3º | 0.46% | 0.68% | - |
XYZ | 26.71 | 24.61 | 13.93 | - |
YUV | 136.41 | 104.07 | 154.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 126 | 94 | 0 | 0.27 | 0.46 | 0.32 | 24.3 | 0.33 | 0.52 |
Hex | AD | 7E | 5E | 0 | 1B | 2E | 20 | 18 | 21 | 34 |
Octal | 255 | 176 | 136 | 0 | 33 | 56 | 40 | 30 | 41 | 64 |
Binary | 10101101 | 1111110 | 1011110 | 0 | 11011 | 101110 | 100000 | 11000 | 100001 | 110100 |
Color Harmonies of #AD7E5E
Complementary color
Monochromatic Colors of #AD7E5E
Black with #AD7E5E
Text Example
Text Example
White with #AD7E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E5E; }
p { color: rgb(173,126,94); }
H1.HeaderClassName
{
color: #AD7E5E;
}
.AnyTagClassName
{
color: #AD7E5E;
}
</style>
background-color css
<style>
a { background-color: #AD7E5E; }
a { background-color: rgb(173,126,94); }
div.DivClassName
{
background-color: #AD7E5E;
}
.BgClassName
{
background-color: #AD7E5E;
}
</style>
border-color css
<style>
span { border-color: #AD7E5E; }
span { border-color: rgb(173,126,94); }
td.TdClassName
{
border-color: #AD7E5E;
}
.TagClassName
{
border-color: #AD7E5E;
}
</style>