Shades of Tapestry #A87D8D
Tints of Tapestry #A87D8D
RGB
CMYK
RGB Variations
Color information
#A87D8D (or 0xA87D8D) is known color: Tapestry. HEX triplet: A8, 7D and 8D. RGB value is (168,125,141). Sum of RGB (Red+Green+Blue) = 168+125+141=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87D8D is #578272. Grayscale: #8B8B8B. Windows color (decimal): -5735027 or 9272744. OLE color: 9272744.
HSL color Cylindrical-coordinate representation of color #A87D8D: hue angle of 337.67º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87D8D is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 141 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.34 |
| HSL | 337.67º | 0.2% | 0.57% | - |
| HSV(B) | 337.67º | 0.26% | 0.66% | - |
| XYZ | 28.29 | 24.92 | 28.52 | - |
| YUV | 139.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 141 | 0 | 0.26 | 0.16 | 0.34 | 337.67 | 0.2 | 0.57 |
| Hex | A8 | 7D | 8D | 0 | 1A | 10 | 22 | 152 | 14 | 39 |
| Octal | 250 | 175 | 215 | 0 | 32 | 20 | 42 | 522 | 24 | 71 |
| Binary | 10101000 | 1111101 | 10001101 | 0 | 11010 | 10000 | 100010 | 101010010 | 10100 | 111001 |
Color Harmonies of #A87D8D
Complementary color
Monochromatic Colors of #A87D8D
Black with #A87D8D
Text Example
Text Example
White with #A87D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D8D; }
p { color: rgb(168,125,141); }
H1.HeaderClassName
{
color: #A87D8D;
}
.AnyTagClassName
{
color: #A87D8D;
}
</style>
background-color css
<style>
a { background-color: #A87D8D; }
a { background-color: rgb(168,125,141); }
div.DivClassName
{
background-color: #A87D8D;
}
.BgClassName
{
background-color: #A87D8D;
}
</style>
border-color css
<style>
span { border-color: #A87D8D; }
span { border-color: rgb(168,125,141); }
td.TdClassName
{
border-color: #A87D8D;
}
.TagClassName
{
border-color: #A87D8D;
}
</style>