Shades of Medium Wood #AD7D5A
Tints of Medium Wood #AD7D5A
RGB
CMYK
RGB Variations
Color information
#AD7D5A (or 0xAD7D5A) is known color: Medium Wood. HEX triplet: AD, 7D and 5A. RGB value is (173,125,90). Sum of RGB (Red+Green+Blue) = 173+125+90=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D5A is #5282A5. Grayscale: #878787. Windows color (decimal): -5407398 or 5930413. OLE color: 5930413.
HSL color Cylindrical-coordinate representation of color #AD7D5A: hue angle of 25.3º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD7D5A is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 90 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.32 |
| HSL | 25.3º | 0.34% | 0.52% | - |
| HSV(B) | 25.3º | 0.48% | 0.68% | - |
| XYZ | 26.41 | 24.29 | 12.97 | - |
| YUV | 135.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 90 | 0 | 0.28 | 0.48 | 0.32 | 25.3 | 0.34 | 0.52 |
| Hex | AD | 7D | 5A | 0 | 1C | 30 | 20 | 19 | 22 | 34 |
| Octal | 255 | 175 | 132 | 0 | 34 | 60 | 40 | 31 | 42 | 64 |
| Binary | 10101101 | 1111101 | 1011010 | 0 | 11100 | 110000 | 100000 | 11001 | 100010 | 110100 |
Color Harmonies of #AD7D5A
Complementary color
Monochromatic Colors of #AD7D5A
Black with #AD7D5A
Text Example
Text Example
White with #AD7D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D5A; }
p { color: rgb(173,125,90); }
H1.HeaderClassName
{
color: #AD7D5A;
}
.AnyTagClassName
{
color: #AD7D5A;
}
</style>
background-color css
<style>
a { background-color: #AD7D5A; }
a { background-color: rgb(173,125,90); }
div.DivClassName
{
background-color: #AD7D5A;
}
.BgClassName
{
background-color: #AD7D5A;
}
</style>
border-color css
<style>
span { border-color: #AD7D5A; }
span { border-color: rgb(173,125,90); }
td.TdClassName
{
border-color: #AD7D5A;
}
.TagClassName
{
border-color: #AD7D5A;
}
</style>