Shades of Tapestry #A96682
Tints of Tapestry #A96682
RGB
CMYK
RGB Variations
Color information
#A96682 (or 0xA96682) is known color: Tapestry. HEX triplet: A9, 66 and 82. RGB value is (169,102,130). Sum of RGB (Red+Green+Blue) = 169+102+130=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A96682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96682 is #56997D. Grayscale: #7D7D7D. Windows color (decimal): -5675390 or 8545961. OLE color: 8545961.
HSL color Cylindrical-coordinate representation of color #A96682: hue angle of 334.93º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96682 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 102 | 130 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.34 |
| HSL | 334.93º | 0.28% | 0.53% | - |
| HSV(B) | 334.93º | 0.4% | 0.66% | - |
| XYZ | 25.14 | 19.55 | 23.57 | - |
| YUV | 125.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 130 | 0 | 0.40 | 0.23 | 0.34 | 334.93 | 0.28 | 0.53 |
| Hex | A9 | 66 | 82 | 0 | 28 | 17 | 22 | 14F | 1C | 35 |
| Octal | 251 | 146 | 202 | 0 | 50 | 27 | 42 | 517 | 34 | 65 |
| Binary | 10101001 | 1100110 | 10000010 | 0 | 101000 | 10111 | 100010 | 101001111 | 11100 | 110101 |
Color Harmonies of #A96682
Complementary color
Monochromatic Colors of #A96682
Black with #A96682
Text Example
Text Example
White with #A96682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96682; }
p { color: rgb(169,102,130); }
H1.HeaderClassName
{
color: #A96682;
}
.AnyTagClassName
{
color: #A96682;
}
</style>
background-color css
<style>
a { background-color: #A96682; }
a { background-color: rgb(169,102,130); }
div.DivClassName
{
background-color: #A96682;
}
.BgClassName
{
background-color: #A96682;
}
</style>
border-color css
<style>
span { border-color: #A96682; }
span { border-color: rgb(169,102,130); }
td.TdClassName
{
border-color: #A96682;
}
.TagClassName
{
border-color: #A96682;
}
</style>