Shades of Medium Wood #AD7B67
Tints of Medium Wood #AD7B67
RGB
CMYK
RGB Variations
Color information
#AD7B67 (or 0xAD7B67) is known color: Medium Wood. HEX triplet: AD, 7B and 67. RGB value is (173,123,103). Sum of RGB (Red+Green+Blue) = 173+123+103=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B67 is #528498. Grayscale: #878787. Windows color (decimal): -5407897 or 6781869. OLE color: 6781869.
HSL color Cylindrical-coordinate representation of color #AD7B67: hue angle of 17.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD7B67 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 103 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.32 |
| HSL | 17.14º | 0.3% | 0.54% | - |
| HSV(B) | 17.14º | 0.4% | 0.68% | - |
| XYZ | 26.76 | 24.03 | 16.06 | - |
| YUV | 135.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 103 | 0 | 0.29 | 0.40 | 0.32 | 17.14 | 0.3 | 0.54 |
| Hex | AD | 7B | 67 | 0 | 1D | 28 | 20 | 11 | 1E | 36 |
| Octal | 255 | 173 | 147 | 0 | 35 | 50 | 40 | 21 | 36 | 66 |
| Binary | 10101101 | 1111011 | 1100111 | 0 | 11101 | 101000 | 100000 | 10001 | 11110 | 110110 |
Color Harmonies of #AD7B67
Complementary color
Monochromatic Colors of #AD7B67
Black with #AD7B67
Text Example
Text Example
White with #AD7B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B67; }
p { color: rgb(173,123,103); }
H1.HeaderClassName
{
color: #AD7B67;
}
.AnyTagClassName
{
color: #AD7B67;
}
</style>
background-color css
<style>
a { background-color: #AD7B67; }
a { background-color: rgb(173,123,103); }
div.DivClassName
{
background-color: #AD7B67;
}
.BgClassName
{
background-color: #AD7B67;
}
</style>
border-color css
<style>
span { border-color: #AD7B67; }
span { border-color: rgb(173,123,103); }
td.TdClassName
{
border-color: #AD7B67;
}
.TagClassName
{
border-color: #AD7B67;
}
</style>