Shades of Tapestry #AD7888
Tints of Tapestry #AD7888
RGB
CMYK
RGB Variations
Color information
#AD7888 (or 0xAD7888) is known color: Tapestry. HEX triplet: AD, 78 and 88. RGB value is (173,120,136). Sum of RGB (Red+Green+Blue) = 173+120+136=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7888 is #528777. Grayscale: #898989. Windows color (decimal): -5408632 or 8943789. OLE color: 8943789.
HSL color Cylindrical-coordinate representation of color #AD7888: hue angle of 341.89º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD7888 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 136 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.32 |
| HSL | 341.89º | 0.24% | 0.57% | - |
| HSV(B) | 341.89º | 0.31% | 0.68% | - |
| XYZ | 28.39 | 24.09 | 26.45 | - |
| YUV | 137.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 136 | 0 | 0.31 | 0.21 | 0.32 | 341.89 | 0.24 | 0.57 |
| Hex | AD | 78 | 88 | 0 | 1F | 15 | 20 | 156 | 18 | 39 |
| Octal | 255 | 170 | 210 | 0 | 37 | 25 | 40 | 526 | 30 | 71 |
| Binary | 10101101 | 1111000 | 10001000 | 0 | 11111 | 10101 | 100000 | 101010110 | 11000 | 111001 |
Color Harmonies of #AD7888
Complementary color
Monochromatic Colors of #AD7888
Black with #AD7888
Text Example
Text Example
White with #AD7888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7888; }
p { color: rgb(173,120,136); }
H1.HeaderClassName
{
color: #AD7888;
}
.AnyTagClassName
{
color: #AD7888;
}
</style>
background-color css
<style>
a { background-color: #AD7888; }
a { background-color: rgb(173,120,136); }
div.DivClassName
{
background-color: #AD7888;
}
.BgClassName
{
background-color: #AD7888;
}
</style>
border-color css
<style>
span { border-color: #AD7888; }
span { border-color: rgb(173,120,136); }
td.TdClassName
{
border-color: #AD7888;
}
.TagClassName
{
border-color: #AD7888;
}
</style>