Shades of Tapestry #A96C87
Tints of Tapestry #A96C87
RGB
CMYK
RGB Variations
Color information
#A96C87 (or 0xA96C87) is known color: Tapestry. HEX triplet: A9, 6C and 87. RGB value is (169,108,135). Sum of RGB (Red+Green+Blue) = 169+108+135=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96C87 is #569378. Grayscale: #818181. Windows color (decimal): -5673849 or 8875177. OLE color: 8875177.
HSL color Cylindrical-coordinate representation of color #A96C87: hue angle of 333.44º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A96C87 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 108 | 135 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.34 |
| HSL | 333.44º | 0.26% | 0.54% | - |
| HSV(B) | 333.44º | 0.36% | 0.66% | - |
| XYZ | 26.1 | 20.91 | 25.58 | - |
| YUV | 129.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 135 | 0 | 0.36 | 0.20 | 0.34 | 333.44 | 0.26 | 0.54 |
| Hex | A9 | 6C | 87 | 0 | 24 | 14 | 22 | 14D | 1A | 36 |
| Octal | 251 | 154 | 207 | 0 | 44 | 24 | 42 | 515 | 32 | 66 |
| Binary | 10101001 | 1101100 | 10000111 | 0 | 100100 | 10100 | 100010 | 101001101 | 11010 | 110110 |
Color Harmonies of #A96C87
Complementary color
Monochromatic Colors of #A96C87
Black with #A96C87
Text Example
Text Example
White with #A96C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96C87; }
p { color: rgb(169,108,135); }
H1.HeaderClassName
{
color: #A96C87;
}
.AnyTagClassName
{
color: #A96C87;
}
</style>
background-color css
<style>
a { background-color: #A96C87; }
a { background-color: rgb(169,108,135); }
div.DivClassName
{
background-color: #A96C87;
}
.BgClassName
{
background-color: #A96C87;
}
</style>
border-color css
<style>
span { border-color: #A96C87; }
span { border-color: rgb(169,108,135); }
td.TdClassName
{
border-color: #A96C87;
}
.TagClassName
{
border-color: #A96C87;
}
</style>