Shades of Medium Wood #AD8670
Tints of Medium Wood #AD8670
RGB
CMYK
RGB Variations
Color information
#AD8670 (or 0xAD8670) is known color: Medium Wood. HEX triplet: AD, 86 and 70. RGB value is (173,134,112). Sum of RGB (Red+Green+Blue) = 173+134+112=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8670 is #52798F. Grayscale: #8F8F8F. Windows color (decimal): -5405072 or 7374509. OLE color: 7374509.
HSL color Cylindrical-coordinate representation of color #AD8670: hue angle of 21.64º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD8670 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 112 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.32 |
| HSL | 21.64º | 0.27% | 0.56% | - |
| HSV(B) | 21.64º | 0.35% | 0.68% | - |
| XYZ | 28.68 | 27.1 | 19.05 | - |
| YUV | 143.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 112 | 0 | 0.23 | 0.35 | 0.32 | 21.64 | 0.27 | 0.56 |
| Hex | AD | 86 | 70 | 0 | 17 | 23 | 20 | 16 | 1B | 38 |
| Octal | 255 | 206 | 160 | 0 | 27 | 43 | 40 | 26 | 33 | 70 |
| Binary | 10101101 | 10000110 | 1110000 | 0 | 10111 | 100011 | 100000 | 10110 | 11011 | 111000 |
Color Harmonies of #AD8670
Complementary color
Monochromatic Colors of #AD8670
Black with #AD8670
Text Example
Text Example
White with #AD8670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8670; }
p { color: rgb(173,134,112); }
H1.HeaderClassName
{
color: #AD8670;
}
.AnyTagClassName
{
color: #AD8670;
}
</style>
background-color css
<style>
a { background-color: #AD8670; }
a { background-color: rgb(173,134,112); }
div.DivClassName
{
background-color: #AD8670;
}
.BgClassName
{
background-color: #AD8670;
}
</style>
border-color css
<style>
span { border-color: #AD8670; }
span { border-color: rgb(173,134,112); }
td.TdClassName
{
border-color: #AD8670;
}
.TagClassName
{
border-color: #AD8670;
}
</style>