Shades of Tapestry #A87987
Tints of Tapestry #A87987
RGB
CMYK
RGB Variations
Color information
#A87987 (or 0xA87987) is known color: Tapestry. HEX triplet: A8, 79 and 87. RGB value is (168,121,135). Sum of RGB (Red+Green+Blue) = 168+121+135=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A87987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87987 is #578678. Grayscale: #888888. Windows color (decimal): -5736057 or 8878504. OLE color: 8878504.
HSL color Cylindrical-coordinate representation of color #A87987: hue angle of 342.13º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A87987 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 135 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.34 |
| HSL | 342.13º | 0.21% | 0.57% | - |
| HSV(B) | 342.13º | 0.28% | 0.66% | - |
| XYZ | 27.36 | 23.75 | 26.06 | - |
| YUV | 136.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 135 | 0 | 0.28 | 0.20 | 0.34 | 342.13 | 0.21 | 0.57 |
| Hex | A8 | 79 | 87 | 0 | 1C | 14 | 22 | 156 | 15 | 39 |
| Octal | 250 | 171 | 207 | 0 | 34 | 24 | 42 | 526 | 25 | 71 |
| Binary | 10101000 | 1111001 | 10000111 | 0 | 11100 | 10100 | 100010 | 101010110 | 10101 | 111001 |
Color Harmonies of #A87987
Complementary color
Monochromatic Colors of #A87987
Black with #A87987
Text Example
Text Example
White with #A87987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87987; }
p { color: rgb(168,121,135); }
H1.HeaderClassName
{
color: #A87987;
}
.AnyTagClassName
{
color: #A87987;
}
</style>
background-color css
<style>
a { background-color: #A87987; }
a { background-color: rgb(168,121,135); }
div.DivClassName
{
background-color: #A87987;
}
.BgClassName
{
background-color: #A87987;
}
</style>
border-color css
<style>
span { border-color: #A87987; }
span { border-color: rgb(168,121,135); }
td.TdClassName
{
border-color: #A87987;
}
.TagClassName
{
border-color: #A87987;
}
</style>