Shades of Medium Wood #AD7B69
Tints of Medium Wood #AD7B69
RGB
CMYK
RGB Variations
Color information
#AD7B69 (or 0xAD7B69) is known color: Medium Wood. HEX triplet: AD, 7B and 69. RGB value is (173,123,105). Sum of RGB (Red+Green+Blue) = 173+123+105=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B69 is #528496. Grayscale: #888888. Windows color (decimal): -5407895 or 6912941. OLE color: 6912941.
HSL color Cylindrical-coordinate representation of color #AD7B69: hue angle of 15.88º 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 #AD7B69 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 105 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.32 |
| HSL | 15.88º | 0.29% | 0.55% | - |
| HSV(B) | 15.88º | 0.39% | 0.68% | - |
| XYZ | 26.87 | 24.07 | 16.59 | - |
| YUV | 135.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 105 | 0 | 0.29 | 0.39 | 0.32 | 15.88 | 0.29 | 0.55 |
| Hex | AD | 7B | 69 | 0 | 1D | 27 | 20 | 10 | 1D | 37 |
| Octal | 255 | 173 | 151 | 0 | 35 | 47 | 40 | 20 | 35 | 67 |
| Binary | 10101101 | 1111011 | 1101001 | 0 | 11101 | 100111 | 100000 | 10000 | 11101 | 110111 |
Color Harmonies of #AD7B69
Complementary color
Monochromatic Colors of #AD7B69
Black with #AD7B69
Text Example
Text Example
White with #AD7B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B69; }
p { color: rgb(173,123,105); }
H1.HeaderClassName
{
color: #AD7B69;
}
.AnyTagClassName
{
color: #AD7B69;
}
</style>
background-color css
<style>
a { background-color: #AD7B69; }
a { background-color: rgb(173,123,105); }
div.DivClassName
{
background-color: #AD7B69;
}
.BgClassName
{
background-color: #AD7B69;
}
</style>
border-color css
<style>
span { border-color: #AD7B69; }
span { border-color: rgb(173,123,105); }
td.TdClassName
{
border-color: #AD7B69;
}
.TagClassName
{
border-color: #AD7B69;
}
</style>