Shades of Tapestry #A86887
Tints of Tapestry #A86887
RGB
CMYK
RGB Variations
Color information
#A86887 (or 0xA86887) is known color: Tapestry. HEX triplet: A8, 68 and 87. RGB value is (168,104,135). Sum of RGB (Red+Green+Blue) = 168+104+135=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A86887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86887 is #579778. Grayscale: #7E7E7E. Windows color (decimal): -5740409 or 8874152. OLE color: 8874152.
HSL color Cylindrical-coordinate representation of color #A86887: hue angle of 330.94º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86887 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 135 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.34 |
| HSL | 330.94º | 0.27% | 0.53% | - |
| HSV(B) | 330.94º | 0.38% | 0.66% | - |
| XYZ | 25.47 | 19.97 | 25.43 | - |
| YUV | 126.67 | 132.7 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 135 | 0 | 0.38 | 0.20 | 0.34 | 330.94 | 0.27 | 0.53 |
| Hex | A8 | 68 | 87 | 0 | 26 | 14 | 22 | 14B | 1B | 35 |
| Octal | 250 | 150 | 207 | 0 | 46 | 24 | 42 | 513 | 33 | 65 |
| Binary | 10101000 | 1101000 | 10000111 | 0 | 100110 | 10100 | 100010 | 101001011 | 11011 | 110101 |
Color Harmonies of #A86887
Complementary color
Monochromatic Colors of #A86887
Black with #A86887
Text Example
Text Example
White with #A86887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86887; }
p { color: rgb(168,104,135); }
H1.HeaderClassName
{
color: #A86887;
}
.AnyTagClassName
{
color: #A86887;
}
</style>
background-color css
<style>
a { background-color: #A86887; }
a { background-color: rgb(168,104,135); }
div.DivClassName
{
background-color: #A86887;
}
.BgClassName
{
background-color: #A86887;
}
</style>
border-color css
<style>
span { border-color: #A86887; }
span { border-color: rgb(168,104,135); }
td.TdClassName
{
border-color: #A86887;
}
.TagClassName
{
border-color: #A86887;
}
</style>