Shades of Medium Wood #AD7B5D
Tints of Medium Wood #AD7B5D
RGB
CMYK
RGB Variations
Color information
#AD7B5D (or 0xAD7B5D) is known color: Medium Wood. HEX triplet: AD, 7B and 5D. RGB value is (173,123,93). Sum of RGB (Red+Green+Blue) = 173+123+93=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B5D is #5284A2. Grayscale: #868686. Windows color (decimal): -5407907 or 6126509. OLE color: 6126509.
HSL color Cylindrical-coordinate representation of color #AD7B5D: hue angle of 22.5º 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 #AD7B5D is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 93 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.32 |
| HSL | 22.5º | 0.33% | 0.52% | - |
| HSV(B) | 22.5º | 0.46% | 0.68% | - |
| XYZ | 26.29 | 23.84 | 13.57 | - |
| YUV | 134.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 93 | 0 | 0.29 | 0.46 | 0.32 | 22.5 | 0.33 | 0.52 |
| Hex | AD | 7B | 5D | 0 | 1D | 2E | 20 | 16 | 21 | 34 |
| Octal | 255 | 173 | 135 | 0 | 35 | 56 | 40 | 26 | 41 | 64 |
| Binary | 10101101 | 1111011 | 1011101 | 0 | 11101 | 101110 | 100000 | 10110 | 100001 | 110100 |
Color Harmonies of #AD7B5D
Complementary color
Monochromatic Colors of #AD7B5D
Black with #AD7B5D
Text Example
Text Example
White with #AD7B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B5D; }
p { color: rgb(173,123,93); }
H1.HeaderClassName
{
color: #AD7B5D;
}
.AnyTagClassName
{
color: #AD7B5D;
}
</style>
background-color css
<style>
a { background-color: #AD7B5D; }
a { background-color: rgb(173,123,93); }
div.DivClassName
{
background-color: #AD7B5D;
}
.BgClassName
{
background-color: #AD7B5D;
}
</style>
border-color css
<style>
span { border-color: #AD7B5D; }
span { border-color: rgb(173,123,93); }
td.TdClassName
{
border-color: #AD7B5D;
}
.TagClassName
{
border-color: #AD7B5D;
}
</style>