Shades of Tapestry #AD878D
Tints of Tapestry #AD878D
RGB
CMYK
RGB Variations
Color information
#AD878D (or 0xAD878D) is known color: Tapestry. HEX triplet: AD, 87 and 8D. RGB value is (173,135,141). Sum of RGB (Red+Green+Blue) = 173+135+141=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD878D is #527872. Grayscale: #939393. Windows color (decimal): -5404787 or 9275309. OLE color: 9275309.
HSL color Cylindrical-coordinate representation of color #AD878D: hue angle of 350.53º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD878D is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 141 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.32 |
| HSL | 350.53º | 0.19% | 0.6% | - |
| HSV(B) | 350.53º | 0.22% | 0.68% | - |
| XYZ | 30.71 | 28.14 | 29.01 | - |
| YUV | 147.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 141 | 0 | 0.22 | 0.18 | 0.32 | 350.53 | 0.19 | 0.6 |
| Hex | AD | 87 | 8D | 0 | 16 | 12 | 20 | 15F | 13 | 3C |
| Octal | 255 | 207 | 215 | 0 | 26 | 22 | 40 | 537 | 23 | 74 |
| Binary | 10101101 | 10000111 | 10001101 | 0 | 10110 | 10010 | 100000 | 101011111 | 10011 | 111100 |
Color Harmonies of #AD878D
Complementary color
Monochromatic Colors of #AD878D
Black with #AD878D
Text Example
Text Example
White with #AD878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD878D; }
p { color: rgb(173,135,141); }
H1.HeaderClassName
{
color: #AD878D;
}
.AnyTagClassName
{
color: #AD878D;
}
</style>
background-color css
<style>
a { background-color: #AD878D; }
a { background-color: rgb(173,135,141); }
div.DivClassName
{
background-color: #AD878D;
}
.BgClassName
{
background-color: #AD878D;
}
</style>
border-color css
<style>
span { border-color: #AD878D; }
span { border-color: rgb(173,135,141); }
td.TdClassName
{
border-color: #AD878D;
}
.TagClassName
{
border-color: #AD878D;
}
</style>