Shades of Tapestry #A96884
Tints of Tapestry #A96884
RGB
CMYK
RGB Variations
Color information
#A96884 (or 0xA96884) is known color: Tapestry. HEX triplet: A9, 68 and 84. RGB value is (169,104,132). Sum of RGB (Red+Green+Blue) = 169+104+132=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A96884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96884 is #56977B. Grayscale: #7E7E7E. Windows color (decimal): -5674876 or 8677545. OLE color: 8677545.
HSL color Cylindrical-coordinate representation of color #A96884: hue angle of 334.15º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96884 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 132 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.34 |
| HSL | 334.15º | 0.27% | 0.54% | - |
| HSV(B) | 334.15º | 0.38% | 0.66% | - |
| XYZ | 25.48 | 20 | 24.35 | - |
| YUV | 126.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 132 | 0 | 0.38 | 0.22 | 0.34 | 334.15 | 0.27 | 0.54 |
| Hex | A9 | 68 | 84 | 0 | 26 | 16 | 22 | 14E | 1B | 36 |
| Octal | 251 | 150 | 204 | 0 | 46 | 26 | 42 | 516 | 33 | 66 |
| Binary | 10101001 | 1101000 | 10000100 | 0 | 100110 | 10110 | 100010 | 101001110 | 11011 | 110110 |
Color Harmonies of #A96884
Complementary color
Monochromatic Colors of #A96884
Black with #A96884
Text Example
Text Example
White with #A96884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96884; }
p { color: rgb(169,104,132); }
H1.HeaderClassName
{
color: #A96884;
}
.AnyTagClassName
{
color: #A96884;
}
</style>
background-color css
<style>
a { background-color: #A96884; }
a { background-color: rgb(169,104,132); }
div.DivClassName
{
background-color: #A96884;
}
.BgClassName
{
background-color: #A96884;
}
</style>
border-color css
<style>
span { border-color: #A96884; }
span { border-color: rgb(169,104,132); }
td.TdClassName
{
border-color: #A96884;
}
.TagClassName
{
border-color: #A96884;
}
</style>