Shades of Tapestry #A96182
Tints of Tapestry #A96182
RGB
CMYK
RGB Variations
Color information
#A96182 (or 0xA96182) is known color: Tapestry. HEX triplet: A9, 61 and 82. RGB value is (169,97,130). Sum of RGB (Red+Green+Blue) = 169+97+130=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A96182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96182 is #569E7D. Grayscale: #7A7A7A. Windows color (decimal): -5676670 or 8544681. OLE color: 8544681.
HSL color Cylindrical-coordinate representation of color #A96182: hue angle of 332.5º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96182 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 130 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.34 |
| HSL | 332.5º | 0.3% | 0.52% | - |
| HSV(B) | 332.5º | 0.43% | 0.66% | - |
| XYZ | 24.67 | 18.6 | 23.41 | - |
| YUV | 122.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 130 | 0 | 0.43 | 0.23 | 0.34 | 332.5 | 0.3 | 0.52 |
| Hex | A9 | 61 | 82 | 0 | 2B | 17 | 22 | 14C | 1E | 34 |
| Octal | 251 | 141 | 202 | 0 | 53 | 27 | 42 | 514 | 36 | 64 |
| Binary | 10101001 | 1100001 | 10000010 | 0 | 101011 | 10111 | 100010 | 101001100 | 11110 | 110100 |
Color Harmonies of #A96182
Complementary color
Monochromatic Colors of #A96182
Black with #A96182
Text Example
Text Example
White with #A96182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96182; }
p { color: rgb(169,97,130); }
H1.HeaderClassName
{
color: #A96182;
}
.AnyTagClassName
{
color: #A96182;
}
</style>
background-color css
<style>
a { background-color: #A96182; }
a { background-color: rgb(169,97,130); }
div.DivClassName
{
background-color: #A96182;
}
.BgClassName
{
background-color: #A96182;
}
</style>
border-color css
<style>
span { border-color: #A96182; }
span { border-color: rgb(169,97,130); }
td.TdClassName
{
border-color: #A96182;
}
.TagClassName
{
border-color: #A96182;
}
</style>