Shades of Tapestry #AD8688
Tints of Tapestry #AD8688
RGB
CMYK
RGB Variations
Color information
#AD8688 (or 0xAD8688) is known color: Tapestry. HEX triplet: AD, 86 and 88. RGB value is (173,134,136). Sum of RGB (Red+Green+Blue) = 173+134+136=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8688 is #527977. Grayscale: #919191. Windows color (decimal): -5405048 or 8947373. OLE color: 8947373.
HSL color Cylindrical-coordinate representation of color #AD8688: hue angle of 356.92º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD8688 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 136 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.32 |
| HSL | 356.92º | 0.19% | 0.6% | - |
| HSV(B) | 356.92º | 0.23% | 0.68% | - |
| XYZ | 30.2 | 27.71 | 27.05 | - |
| YUV | 145.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 136 | 0 | 0.23 | 0.21 | 0.32 | 356.92 | 0.19 | 0.6 |
| Hex | AD | 86 | 88 | 0 | 17 | 15 | 20 | 165 | 13 | 3C |
| Octal | 255 | 206 | 210 | 0 | 27 | 25 | 40 | 545 | 23 | 74 |
| Binary | 10101101 | 10000110 | 10001000 | 0 | 10111 | 10101 | 100000 | 101100101 | 10011 | 111100 |
Color Harmonies of #AD8688
Complementary color
Monochromatic Colors of #AD8688
Black with #AD8688
Text Example
Text Example
White with #AD8688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8688; }
p { color: rgb(173,134,136); }
H1.HeaderClassName
{
color: #AD8688;
}
.AnyTagClassName
{
color: #AD8688;
}
</style>
background-color css
<style>
a { background-color: #AD8688; }
a { background-color: rgb(173,134,136); }
div.DivClassName
{
background-color: #AD8688;
}
.BgClassName
{
background-color: #AD8688;
}
</style>
border-color css
<style>
span { border-color: #AD8688; }
span { border-color: rgb(173,134,136); }
td.TdClassName
{
border-color: #AD8688;
}
.TagClassName
{
border-color: #AD8688;
}
</style>