Shades of Tapestry #A86D87
Tints of Tapestry #A86D87
RGB
CMYK
RGB Variations
Color information
#A86D87 (or 0xA86D87) is known color: Tapestry. HEX triplet: A8, 6D and 87. RGB value is (168,109,135). Sum of RGB (Red+Green+Blue) = 168+109+135=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D87 is #579278. Grayscale: #818181. Windows color (decimal): -5739129 or 8875432. OLE color: 8875432.
HSL color Cylindrical-coordinate representation of color #A86D87: hue angle of 333.56º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86D87 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 135 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.34 |
| HSL | 333.56º | 0.25% | 0.54% | - |
| HSV(B) | 333.56º | 0.35% | 0.66% | - |
| XYZ | 25.99 | 21.01 | 25.61 | - |
| YUV | 129.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 135 | 0 | 0.35 | 0.20 | 0.34 | 333.56 | 0.25 | 0.54 |
| Hex | A8 | 6D | 87 | 0 | 23 | 14 | 22 | 14E | 19 | 36 |
| Octal | 250 | 155 | 207 | 0 | 43 | 24 | 42 | 516 | 31 | 66 |
| Binary | 10101000 | 1101101 | 10000111 | 0 | 100011 | 10100 | 100010 | 101001110 | 11001 | 110110 |
Color Harmonies of #A86D87
Complementary color
Monochromatic Colors of #A86D87
Black with #A86D87
Text Example
Text Example
White with #A86D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D87; }
p { color: rgb(168,109,135); }
H1.HeaderClassName
{
color: #A86D87;
}
.AnyTagClassName
{
color: #A86D87;
}
</style>
background-color css
<style>
a { background-color: #A86D87; }
a { background-color: rgb(168,109,135); }
div.DivClassName
{
background-color: #A86D87;
}
.BgClassName
{
background-color: #A86D87;
}
</style>
border-color css
<style>
span { border-color: #A86D87; }
span { border-color: rgb(168,109,135); }
td.TdClassName
{
border-color: #A86D87;
}
.TagClassName
{
border-color: #A86D87;
}
</style>