Shades of Tapestry #A96E87
Tints of Tapestry #A96E87
RGB
CMYK
RGB Variations
Color information
#A96E87 (or 0xA96E87) is known color: Tapestry. HEX triplet: A9, 6E and 87. RGB value is (169,110,135). Sum of RGB (Red+Green+Blue) = 169+110+135=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E87 is #569178. Grayscale: #828282. Windows color (decimal): -5673337 or 8875689. OLE color: 8875689.
HSL color Cylindrical-coordinate representation of color #A96E87: hue angle of 334.58º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96E87 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 135 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.34 |
| HSL | 334.58º | 0.26% | 0.55% | - |
| HSV(B) | 334.58º | 0.35% | 0.66% | - |
| XYZ | 26.31 | 21.34 | 25.65 | - |
| YUV | 130.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 135 | 0 | 0.35 | 0.20 | 0.34 | 334.58 | 0.26 | 0.55 |
| Hex | A9 | 6E | 87 | 0 | 23 | 14 | 22 | 14F | 1A | 37 |
| Octal | 251 | 156 | 207 | 0 | 43 | 24 | 42 | 517 | 32 | 67 |
| Binary | 10101001 | 1101110 | 10000111 | 0 | 100011 | 10100 | 100010 | 101001111 | 11010 | 110111 |
Color Harmonies of #A96E87
Complementary color
Monochromatic Colors of #A96E87
Black with #A96E87
Text Example
Text Example
White with #A96E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E87; }
p { color: rgb(169,110,135); }
H1.HeaderClassName
{
color: #A96E87;
}
.AnyTagClassName
{
color: #A96E87;
}
</style>
background-color css
<style>
a { background-color: #A96E87; }
a { background-color: rgb(169,110,135); }
div.DivClassName
{
background-color: #A96E87;
}
.BgClassName
{
background-color: #A96E87;
}
</style>
border-color css
<style>
span { border-color: #A96E87; }
span { border-color: rgb(169,110,135); }
td.TdClassName
{
border-color: #A96E87;
}
.TagClassName
{
border-color: #A96E87;
}
</style>