Shades of Medium Wood #AD8568
Tints of Medium Wood #AD8568
RGB
CMYK
RGB Variations
Color information
#AD8568 (or 0xAD8568) is known color: Medium Wood. HEX triplet: AD, 85 and 68. RGB value is (173,133,104). Sum of RGB (Red+Green+Blue) = 173+133+104=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8568 is #527A97. Grayscale: #8D8D8D. Windows color (decimal): -5405336 or 6849965. OLE color: 6849965.
HSL color Cylindrical-coordinate representation of color #AD8568: hue angle of 25.22º 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 #AD8568 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 104 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.32 |
| HSL | 25.22º | 0.3% | 0.54% | - |
| HSV(B) | 25.22º | 0.4% | 0.68% | - |
| XYZ | 28.12 | 26.66 | 16.76 | - |
| YUV | 141.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 104 | 0 | 0.23 | 0.40 | 0.32 | 25.22 | 0.3 | 0.54 |
| Hex | AD | 85 | 68 | 0 | 17 | 28 | 20 | 19 | 1E | 36 |
| Octal | 255 | 205 | 150 | 0 | 27 | 50 | 40 | 31 | 36 | 66 |
| Binary | 10101101 | 10000101 | 1101000 | 0 | 10111 | 101000 | 100000 | 11001 | 11110 | 110110 |
Color Harmonies of #AD8568
Complementary color
Monochromatic Colors of #AD8568
Black with #AD8568
Text Example
Text Example
White with #AD8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8568; }
p { color: rgb(173,133,104); }
H1.HeaderClassName
{
color: #AD8568;
}
.AnyTagClassName
{
color: #AD8568;
}
</style>
background-color css
<style>
a { background-color: #AD8568; }
a { background-color: rgb(173,133,104); }
div.DivClassName
{
background-color: #AD8568;
}
.BgClassName
{
background-color: #AD8568;
}
</style>
border-color css
<style>
span { border-color: #AD8568; }
span { border-color: rgb(173,133,104); }
td.TdClassName
{
border-color: #AD8568;
}
.TagClassName
{
border-color: #AD8568;
}
</style>