Shades of Medium Wood #AD7D69
Tints of Medium Wood #AD7D69
RGB
CMYK
RGB Variations
Color information
#AD7D69 (or 0xAD7D69) is known color: Medium Wood. HEX triplet: AD, 7D and 69. RGB value is (173,125,105). Sum of RGB (Red+Green+Blue) = 173+125+105=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D69 is #528296. Grayscale: #898989. Windows color (decimal): -5407383 or 6913453. OLE color: 6913453.
HSL color Cylindrical-coordinate representation of color #AD7D69: hue angle of 17.65º 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 #AD7D69 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 105 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.32 |
| HSL | 17.65º | 0.29% | 0.55% | - |
| HSV(B) | 17.65º | 0.39% | 0.68% | - |
| XYZ | 27.12 | 24.57 | 16.68 | - |
| YUV | 137.07 | 109.9 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 105 | 0 | 0.28 | 0.39 | 0.32 | 17.65 | 0.29 | 0.55 |
| Hex | AD | 7D | 69 | 0 | 1C | 27 | 20 | 12 | 1D | 37 |
| Octal | 255 | 175 | 151 | 0 | 34 | 47 | 40 | 22 | 35 | 67 |
| Binary | 10101101 | 1111101 | 1101001 | 0 | 11100 | 100111 | 100000 | 10010 | 11101 | 110111 |
Color Harmonies of #AD7D69
Complementary color
Monochromatic Colors of #AD7D69
Black with #AD7D69
Text Example
Text Example
White with #AD7D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D69; }
p { color: rgb(173,125,105); }
H1.HeaderClassName
{
color: #AD7D69;
}
.AnyTagClassName
{
color: #AD7D69;
}
</style>
background-color css
<style>
a { background-color: #AD7D69; }
a { background-color: rgb(173,125,105); }
div.DivClassName
{
background-color: #AD7D69;
}
.BgClassName
{
background-color: #AD7D69;
}
</style>
border-color css
<style>
span { border-color: #AD7D69; }
span { border-color: rgb(173,125,105); }
td.TdClassName
{
border-color: #AD7D69;
}
.TagClassName
{
border-color: #AD7D69;
}
</style>