Shades of Tapestry #A96481
Tints of Tapestry #A96481
RGB
CMYK
RGB Variations
Color information
#A96481 (or 0xA96481) is known color: Tapestry. HEX triplet: A9, 64 and 81. RGB value is (169,100,129). Sum of RGB (Red+Green+Blue) = 169+100+129=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A96481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96481 is #569B7E. Grayscale: #7B7B7B. Windows color (decimal): -5675903 or 8479913. OLE color: 8479913.
HSL color Cylindrical-coordinate representation of color #A96481: hue angle of 334.78º 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 #A96481 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 129 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.34 |
| HSL | 334.78º | 0.29% | 0.53% | - |
| HSV(B) | 334.78º | 0.41% | 0.66% | - |
| XYZ | 24.88 | 19.13 | 23.15 | - |
| YUV | 123.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 129 | 0 | 0.41 | 0.24 | 0.34 | 334.78 | 0.29 | 0.53 |
| Hex | A9 | 64 | 81 | 0 | 29 | 18 | 22 | 14F | 1D | 35 |
| Octal | 251 | 144 | 201 | 0 | 51 | 30 | 42 | 517 | 35 | 65 |
| Binary | 10101001 | 1100100 | 10000001 | 0 | 101001 | 11000 | 100010 | 101001111 | 11101 | 110101 |
Color Harmonies of #A96481
Complementary color
Monochromatic Colors of #A96481
Black with #A96481
Text Example
Text Example
White with #A96481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96481; }
p { color: rgb(169,100,129); }
H1.HeaderClassName
{
color: #A96481;
}
.AnyTagClassName
{
color: #A96481;
}
</style>
background-color css
<style>
a { background-color: #A96481; }
a { background-color: rgb(169,100,129); }
div.DivClassName
{
background-color: #A96481;
}
.BgClassName
{
background-color: #A96481;
}
</style>
border-color css
<style>
span { border-color: #A96481; }
span { border-color: rgb(169,100,129); }
td.TdClassName
{
border-color: #A96481;
}
.TagClassName
{
border-color: #A96481;
}
</style>