Shades of Tapestry #A87586
Tints of Tapestry #A87586
RGB
CMYK
RGB Variations
Color information
#A87586 (or 0xA87586) is known color: Tapestry. HEX triplet: A8, 75 and 86. RGB value is (168,117,134). Sum of RGB (Red+Green+Blue) = 168+117+134=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A87586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87586 is #578A79. Grayscale: #868686. Windows color (decimal): -5737082 or 8811944. OLE color: 8811944.
HSL color Cylindrical-coordinate representation of color #A87586: hue angle of 340º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A87586 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 134 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.34 |
| HSL | 340º | 0.23% | 0.56% | - |
| HSV(B) | 340º | 0.3% | 0.66% | - |
| XYZ | 26.81 | 22.77 | 25.54 | - |
| YUV | 134.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 134 | 0 | 0.30 | 0.20 | 0.34 | 340 | 0.23 | 0.56 |
| Hex | A8 | 75 | 86 | 0 | 1E | 14 | 22 | 154 | 17 | 38 |
| Octal | 250 | 165 | 206 | 0 | 36 | 24 | 42 | 524 | 27 | 70 |
| Binary | 10101000 | 1110101 | 10000110 | 0 | 11110 | 10100 | 100010 | 101010100 | 10111 | 111000 |
Color Harmonies of #A87586
Complementary color
Monochromatic Colors of #A87586
Black with #A87586
Text Example
Text Example
White with #A87586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87586; }
p { color: rgb(168,117,134); }
H1.HeaderClassName
{
color: #A87586;
}
.AnyTagClassName
{
color: #A87586;
}
</style>
background-color css
<style>
a { background-color: #A87586; }
a { background-color: rgb(168,117,134); }
div.DivClassName
{
background-color: #A87586;
}
.BgClassName
{
background-color: #A87586;
}
</style>
border-color css
<style>
span { border-color: #A87586; }
span { border-color: rgb(168,117,134); }
td.TdClassName
{
border-color: #A87586;
}
.TagClassName
{
border-color: #A87586;
}
</style>