Shades of Tapestry #A96984
Tints of Tapestry #A96984
RGB
CMYK
RGB Variations
Color information
#A96984 (or 0xA96984) is known color: Tapestry. HEX triplet: A9, 69 and 84. RGB value is (169,105,132). Sum of RGB (Red+Green+Blue) = 169+105+132=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A96984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96984 is #56967B. Grayscale: #7F7F7F. Windows color (decimal): -5674620 or 8677801. OLE color: 8677801.
HSL color Cylindrical-coordinate representation of color #A96984: hue angle of 334.69º 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 #A96984 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 105 | 132 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.34 |
| HSL | 334.69º | 0.27% | 0.54% | - |
| HSV(B) | 334.69º | 0.38% | 0.66% | - |
| XYZ | 25.58 | 20.2 | 24.38 | - |
| YUV | 127.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 132 | 0 | 0.38 | 0.22 | 0.34 | 334.69 | 0.27 | 0.54 |
| Hex | A9 | 69 | 84 | 0 | 26 | 16 | 22 | 14F | 1B | 36 |
| Octal | 251 | 151 | 204 | 0 | 46 | 26 | 42 | 517 | 33 | 66 |
| Binary | 10101001 | 1101001 | 10000100 | 0 | 100110 | 10110 | 100010 | 101001111 | 11011 | 110110 |
Color Harmonies of #A96984
Complementary color
Monochromatic Colors of #A96984
Black with #A96984
Text Example
Text Example
White with #A96984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96984; }
p { color: rgb(169,105,132); }
H1.HeaderClassName
{
color: #A96984;
}
.AnyTagClassName
{
color: #A96984;
}
</style>
background-color css
<style>
a { background-color: #A96984; }
a { background-color: rgb(169,105,132); }
div.DivClassName
{
background-color: #A96984;
}
.BgClassName
{
background-color: #A96984;
}
</style>
border-color css
<style>
span { border-color: #A96984; }
span { border-color: rgb(169,105,132); }
td.TdClassName
{
border-color: #A96984;
}
.TagClassName
{
border-color: #A96984;
}
</style>