Shades of Tapestry #A96484
Tints of Tapestry #A96484
RGB
CMYK
RGB Variations
Color information
#A96484 (or 0xA96484) is known color: Tapestry. HEX triplet: A9, 64 and 84. RGB value is (169,100,132). Sum of RGB (Red+Green+Blue) = 169+100+132=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A96484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96484 is #569B7B. Grayscale: #7C7C7C. Windows color (decimal): -5675900 or 8676521. OLE color: 8676521.
HSL color Cylindrical-coordinate representation of color #A96484: hue angle of 332.17º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96484 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 132 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.34 |
| HSL | 332.17º | 0.29% | 0.53% | - |
| HSV(B) | 332.17º | 0.41% | 0.66% | - |
| XYZ | 25.08 | 19.22 | 24.22 | - |
| YUV | 124.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 132 | 0 | 0.41 | 0.22 | 0.34 | 332.17 | 0.29 | 0.53 |
| Hex | A9 | 64 | 84 | 0 | 29 | 16 | 22 | 14C | 1D | 35 |
| Octal | 251 | 144 | 204 | 0 | 51 | 26 | 42 | 514 | 35 | 65 |
| Binary | 10101001 | 1100100 | 10000100 | 0 | 101001 | 10110 | 100010 | 101001100 | 11101 | 110101 |
Color Harmonies of #A96484
Complementary color
Monochromatic Colors of #A96484
Black with #A96484
Text Example
Text Example
White with #A96484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96484; }
p { color: rgb(169,100,132); }
H1.HeaderClassName
{
color: #A96484;
}
.AnyTagClassName
{
color: #A96484;
}
</style>
background-color css
<style>
a { background-color: #A96484; }
a { background-color: rgb(169,100,132); }
div.DivClassName
{
background-color: #A96484;
}
.BgClassName
{
background-color: #A96484;
}
</style>
border-color css
<style>
span { border-color: #A96484; }
span { border-color: rgb(169,100,132); }
td.TdClassName
{
border-color: #A96484;
}
.TagClassName
{
border-color: #A96484;
}
</style>