Shades of Tapestry #A87F8C
Tints of Tapestry #A87F8C
RGB
CMYK
RGB Variations
Color information
#A87F8C (or 0xA87F8C) is known color: Tapestry. HEX triplet: A8, 7F and 8C. RGB value is (168,127,140). Sum of RGB (Red+Green+Blue) = 168+127+140=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F8C is #578073. Grayscale: #8C8C8C. Windows color (decimal): -5734516 or 9207720. OLE color: 9207720.
HSL color Cylindrical-coordinate representation of color #A87F8C: hue angle of 340.98º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A87F8C is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 140 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.34 |
| HSL | 340.98º | 0.19% | 0.58% | - |
| HSV(B) | 340.98º | 0.24% | 0.66% | - |
| XYZ | 28.47 | 25.4 | 28.21 | - |
| YUV | 140.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 140 | 0 | 0.24 | 0.17 | 0.34 | 340.98 | 0.19 | 0.58 |
| Hex | A8 | 7F | 8C | 0 | 18 | 11 | 22 | 155 | 13 | 3A |
| Octal | 250 | 177 | 214 | 0 | 30 | 21 | 42 | 525 | 23 | 72 |
| Binary | 10101000 | 1111111 | 10001100 | 0 | 11000 | 10001 | 100010 | 101010101 | 10011 | 111010 |
Color Harmonies of #A87F8C
Complementary color
Monochromatic Colors of #A87F8C
Black with #A87F8C
Text Example
Text Example
White with #A87F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F8C; }
p { color: rgb(168,127,140); }
H1.HeaderClassName
{
color: #A87F8C;
}
.AnyTagClassName
{
color: #A87F8C;
}
</style>
background-color css
<style>
a { background-color: #A87F8C; }
a { background-color: rgb(168,127,140); }
div.DivClassName
{
background-color: #A87F8C;
}
.BgClassName
{
background-color: #A87F8C;
}
</style>
border-color css
<style>
span { border-color: #A87F8C; }
span { border-color: rgb(168,127,140); }
td.TdClassName
{
border-color: #A87F8C;
}
.TagClassName
{
border-color: #A87F8C;
}
</style>