Shades of Tapestry #AD8086
Tints of Tapestry #AD8086
RGB
CMYK
RGB Variations
Color information
#AD8086 (or 0xAD8086) is known color: Tapestry. HEX triplet: AD, 80 and 86. RGB value is (173,128,134). Sum of RGB (Red+Green+Blue) = 173+128+134=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8086 is #527F79. Grayscale: #8E8E8E. Windows color (decimal): -5406586 or 8814765. OLE color: 8814765.
HSL color Cylindrical-coordinate representation of color #AD8086: hue angle of 352º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD8086 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 134 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.32 |
| HSL | 352º | 0.22% | 0.59% | - |
| HSV(B) | 352º | 0.26% | 0.68% | - |
| XYZ | 29.26 | 26.04 | 26.04 | - |
| YUV | 142.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 134 | 0 | 0.26 | 0.23 | 0.32 | 352 | 0.22 | 0.59 |
| Hex | AD | 80 | 86 | 0 | 1A | 17 | 20 | 160 | 16 | 3B |
| Octal | 255 | 200 | 206 | 0 | 32 | 27 | 40 | 540 | 26 | 73 |
| Binary | 10101101 | 10000000 | 10000110 | 0 | 11010 | 10111 | 100000 | 101100000 | 10110 | 111011 |
Color Harmonies of #AD8086
Complementary color
Monochromatic Colors of #AD8086
Black with #AD8086
Text Example
Text Example
White with #AD8086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8086; }
p { color: rgb(173,128,134); }
H1.HeaderClassName
{
color: #AD8086;
}
.AnyTagClassName
{
color: #AD8086;
}
</style>
background-color css
<style>
a { background-color: #AD8086; }
a { background-color: rgb(173,128,134); }
div.DivClassName
{
background-color: #AD8086;
}
.BgClassName
{
background-color: #AD8086;
}
</style>
border-color css
<style>
span { border-color: #AD8086; }
span { border-color: rgb(173,128,134); }
td.TdClassName
{
border-color: #AD8086;
}
.TagClassName
{
border-color: #AD8086;
}
</style>