Shades of Tapestry #A87E8E
Tints of Tapestry #A87E8E
RGB
CMYK
RGB Variations
Color information
#A87E8E (or 0xA87E8E) is known color: Tapestry. HEX triplet: A8, 7E and 8E. RGB value is (168,126,142). Sum of RGB (Red+Green+Blue) = 168+126+142=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87E8E is #578171. Grayscale: #8C8C8C. Windows color (decimal): -5734770 or 9338536. OLE color: 9338536.
HSL color Cylindrical-coordinate representation of color #A87E8E: hue angle of 337.14º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A87E8E is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 126 | 142 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.34 |
| HSL | 337.14º | 0.19% | 0.58% | - |
| HSV(B) | 337.14º | 0.25% | 0.66% | - |
| XYZ | 28.49 | 25.2 | 28.95 | - |
| YUV | 140.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 142 | 0 | 0.25 | 0.15 | 0.34 | 337.14 | 0.19 | 0.58 |
| Hex | A8 | 7E | 8E | 0 | 19 | F | 22 | 151 | 13 | 3A |
| Octal | 250 | 176 | 216 | 0 | 31 | 17 | 42 | 521 | 23 | 72 |
| Binary | 10101000 | 1111110 | 10001110 | 0 | 11001 | 1111 | 100010 | 101010001 | 10011 | 111010 |
Color Harmonies of #A87E8E
Complementary color
Monochromatic Colors of #A87E8E
Black with #A87E8E
Text Example
Text Example
White with #A87E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87E8E; }
p { color: rgb(168,126,142); }
H1.HeaderClassName
{
color: #A87E8E;
}
.AnyTagClassName
{
color: #A87E8E;
}
</style>
background-color css
<style>
a { background-color: #A87E8E; }
a { background-color: rgb(168,126,142); }
div.DivClassName
{
background-color: #A87E8E;
}
.BgClassName
{
background-color: #A87E8E;
}
</style>
border-color css
<style>
span { border-color: #A87E8E; }
span { border-color: rgb(168,126,142); }
td.TdClassName
{
border-color: #A87E8E;
}
.TagClassName
{
border-color: #A87E8E;
}
</style>