Shades of Tapestry #A96482
Tints of Tapestry #A96482
RGB
CMYK
RGB Variations
Color information
#A96482 (or 0xA96482) is known color: Tapestry. HEX triplet: A9, 64 and 82. RGB value is (169,100,130). Sum of RGB (Red+Green+Blue) = 169+100+130=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A96482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96482 is #569B7D. Grayscale: #7B7B7B. Windows color (decimal): -5675902 or 8545449. OLE color: 8545449.
HSL color Cylindrical-coordinate representation of color #A96482: hue angle of 333.91º 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 #A96482 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 130 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.34 |
| HSL | 333.91º | 0.29% | 0.53% | - |
| HSV(B) | 333.91º | 0.41% | 0.66% | - |
| XYZ | 24.95 | 19.16 | 23.5 | - |
| YUV | 124.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 130 | 0 | 0.41 | 0.23 | 0.34 | 333.91 | 0.29 | 0.53 |
| Hex | A9 | 64 | 82 | 0 | 29 | 17 | 22 | 14E | 1D | 35 |
| Octal | 251 | 144 | 202 | 0 | 51 | 27 | 42 | 516 | 35 | 65 |
| Binary | 10101001 | 1100100 | 10000010 | 0 | 101001 | 10111 | 100010 | 101001110 | 11101 | 110101 |
Color Harmonies of #A96482
Complementary color
Monochromatic Colors of #A96482
Black with #A96482
Text Example
Text Example
White with #A96482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96482; }
p { color: rgb(169,100,130); }
H1.HeaderClassName
{
color: #A96482;
}
.AnyTagClassName
{
color: #A96482;
}
</style>
background-color css
<style>
a { background-color: #A96482; }
a { background-color: rgb(169,100,130); }
div.DivClassName
{
background-color: #A96482;
}
.BgClassName
{
background-color: #A96482;
}
</style>
border-color css
<style>
span { border-color: #A96482; }
span { border-color: rgb(169,100,130); }
td.TdClassName
{
border-color: #A96482;
}
.TagClassName
{
border-color: #A96482;
}
</style>