Shades of Tapestry #A87387
Tints of Tapestry #A87387
RGB
CMYK
RGB Variations
Color information
#A87387 (or 0xA87387) is known color: Tapestry. HEX triplet: A8, 73 and 87. RGB value is (168,115,135). Sum of RGB (Red+Green+Blue) = 168+115+135=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A87387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87387 is #578C78. Grayscale: #858585. Windows color (decimal): -5737593 or 8876968. OLE color: 8876968.
HSL color Cylindrical-coordinate representation of color #A87387: hue angle of 337.36º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87387 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 135 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.34 |
| HSL | 337.36º | 0.23% | 0.55% | - |
| HSV(B) | 337.36º | 0.32% | 0.66% | - |
| XYZ | 26.65 | 22.34 | 25.83 | - |
| YUV | 133.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 135 | 0 | 0.32 | 0.20 | 0.34 | 337.36 | 0.23 | 0.55 |
| Hex | A8 | 73 | 87 | 0 | 20 | 14 | 22 | 151 | 17 | 37 |
| Octal | 250 | 163 | 207 | 0 | 40 | 24 | 42 | 521 | 27 | 67 |
| Binary | 10101000 | 1110011 | 10000111 | 0 | 100000 | 10100 | 100010 | 101010001 | 10111 | 110111 |
Color Harmonies of #A87387
Complementary color
Monochromatic Colors of #A87387
Black with #A87387
Text Example
Text Example
White with #A87387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87387; }
p { color: rgb(168,115,135); }
H1.HeaderClassName
{
color: #A87387;
}
.AnyTagClassName
{
color: #A87387;
}
</style>
background-color css
<style>
a { background-color: #A87387; }
a { background-color: rgb(168,115,135); }
div.DivClassName
{
background-color: #A87387;
}
.BgClassName
{
background-color: #A87387;
}
</style>
border-color css
<style>
span { border-color: #A87387; }
span { border-color: rgb(168,115,135); }
td.TdClassName
{
border-color: #A87387;
}
.TagClassName
{
border-color: #A87387;
}
</style>