Shades of Tapestry #A96382
Tints of Tapestry #A96382
RGB
CMYK
RGB Variations
Color information
#A96382 (or 0xA96382) is known color: Tapestry. HEX triplet: A9, 63 and 82. RGB value is (169,99,130). Sum of RGB (Red+Green+Blue) = 169+99+130=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A96382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96382 is #569C7D. Grayscale: #7B7B7B. Windows color (decimal): -5676158 or 8545193. OLE color: 8545193.
HSL color Cylindrical-coordinate representation of color #A96382: hue angle of 333.43º 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 #A96382 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 130 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.34 |
| HSL | 333.43º | 0.29% | 0.53% | - |
| HSV(B) | 333.43º | 0.41% | 0.66% | - |
| XYZ | 24.85 | 18.97 | 23.47 | - |
| YUV | 123.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 130 | 0 | 0.41 | 0.23 | 0.34 | 333.43 | 0.29 | 0.53 |
| Hex | A9 | 63 | 82 | 0 | 29 | 17 | 22 | 14D | 1D | 35 |
| Octal | 251 | 143 | 202 | 0 | 51 | 27 | 42 | 515 | 35 | 65 |
| Binary | 10101001 | 1100011 | 10000010 | 0 | 101001 | 10111 | 100010 | 101001101 | 11101 | 110101 |
Color Harmonies of #A96382
Complementary color
Monochromatic Colors of #A96382
Black with #A96382
Text Example
Text Example
White with #A96382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96382; }
p { color: rgb(169,99,130); }
H1.HeaderClassName
{
color: #A96382;
}
.AnyTagClassName
{
color: #A96382;
}
</style>
background-color css
<style>
a { background-color: #A96382; }
a { background-color: rgb(169,99,130); }
div.DivClassName
{
background-color: #A96382;
}
.BgClassName
{
background-color: #A96382;
}
</style>
border-color css
<style>
span { border-color: #A96382; }
span { border-color: rgb(169,99,130); }
td.TdClassName
{
border-color: #A96382;
}
.TagClassName
{
border-color: #A96382;
}
</style>