Shades of Tapestry #A07987
Tints of Tapestry #A07987
RGB
CMYK
RGB Variations
Color information
#A07987 (or 0xA07987) is known color: Tapestry. HEX triplet: A0, 79 and 87. RGB value is (160,121,135). Sum of RGB (Red+Green+Blue) = 160+121+135=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A07987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07987 is #5F8678. Grayscale: #868686. Windows color (decimal): -6260345 or 8878496. OLE color: 8878496.
HSL color Cylindrical-coordinate representation of color #A07987: hue angle of 338.46º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07987 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 135 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.37 |
| HSL | 338.46º | 0.17% | 0.55% | - |
| HSV(B) | 338.46º | 0.24% | 0.63% | - |
| XYZ | 25.71 | 22.9 | 25.99 | - |
| YUV | 134.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 135 | 0 | 0.24 | 0.16 | 0.37 | 338.46 | 0.17 | 0.55 |
| Hex | A0 | 79 | 87 | 0 | 18 | 10 | 25 | 152 | 11 | 37 |
| Octal | 240 | 171 | 207 | 0 | 30 | 20 | 45 | 522 | 21 | 67 |
| Binary | 10100000 | 1111001 | 10000111 | 0 | 11000 | 10000 | 100101 | 101010010 | 10001 | 110111 |
Color Harmonies of #A07987
Complementary color
Monochromatic Colors of #A07987
Black with #A07987
Text Example
Text Example
White with #A07987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07987; }
p { color: rgb(160,121,135); }
H1.HeaderClassName
{
color: #A07987;
}
.AnyTagClassName
{
color: #A07987;
}
</style>
background-color css
<style>
a { background-color: #A07987; }
a { background-color: rgb(160,121,135); }
div.DivClassName
{
background-color: #A07987;
}
.BgClassName
{
background-color: #A07987;
}
</style>
border-color css
<style>
span { border-color: #A07987; }
span { border-color: rgb(160,121,135); }
td.TdClassName
{
border-color: #A07987;
}
.TagClassName
{
border-color: #A07987;
}
</style>