Shades of Tapestry #A87A8D
Tints of Tapestry #A87A8D
RGB
CMYK
RGB Variations
Color information
#A87A8D (or 0xA87A8D) is known color: Tapestry. HEX triplet: A8, 7A and 8D. RGB value is (168,122,141). Sum of RGB (Red+Green+Blue) = 168+122+141=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87A8D is #578572. Grayscale: #898989. Windows color (decimal): -5735795 or 9271976. OLE color: 9271976.
HSL color Cylindrical-coordinate representation of color #A87A8D: hue angle of 335.22º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A87A8D is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 141 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.34 |
| HSL | 335.22º | 0.21% | 0.57% | - |
| HSV(B) | 335.22º | 0.27% | 0.66% | - |
| XYZ | 27.92 | 24.17 | 28.39 | - |
| YUV | 137.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 141 | 0 | 0.27 | 0.16 | 0.34 | 335.22 | 0.21 | 0.57 |
| Hex | A8 | 7A | 8D | 0 | 1B | 10 | 22 | 14F | 15 | 39 |
| Octal | 250 | 172 | 215 | 0 | 33 | 20 | 42 | 517 | 25 | 71 |
| Binary | 10101000 | 1111010 | 10001101 | 0 | 11011 | 10000 | 100010 | 101001111 | 10101 | 111001 |
Color Harmonies of #A87A8D
Complementary color
Monochromatic Colors of #A87A8D
Black with #A87A8D
Text Example
Text Example
White with #A87A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A8D; }
p { color: rgb(168,122,141); }
H1.HeaderClassName
{
color: #A87A8D;
}
.AnyTagClassName
{
color: #A87A8D;
}
</style>
background-color css
<style>
a { background-color: #A87A8D; }
a { background-color: rgb(168,122,141); }
div.DivClassName
{
background-color: #A87A8D;
}
.BgClassName
{
background-color: #A87A8D;
}
</style>
border-color css
<style>
span { border-color: #A87A8D; }
span { border-color: rgb(168,122,141); }
td.TdClassName
{
border-color: #A87A8D;
}
.TagClassName
{
border-color: #A87A8D;
}
</style>