Shades of Tapestry #A56882
Tints of Tapestry #A56882
RGB
CMYK
RGB Variations
Color information
#A56882 (or 0xA56882) is known color: Tapestry. HEX triplet: A5, 68 and 82. RGB value is (165,104,130). Sum of RGB (Red+Green+Blue) = 165+104+130=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A56882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56882 is #5A977D. Grayscale: #7D7D7D. Windows color (decimal): -5937022 or 8546469. OLE color: 8546469.
HSL color Cylindrical-coordinate representation of color #A56882: hue angle of 334.43º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56882 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 104 | 130 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.35 |
| HSL | 334.43º | 0.25% | 0.53% | - |
| HSV(B) | 334.43º | 0.37% | 0.65% | - |
| XYZ | 24.5 | 19.51 | 23.59 | - |
| YUV | 125.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 130 | 0 | 0.37 | 0.21 | 0.35 | 334.43 | 0.25 | 0.53 |
| Hex | A5 | 68 | 82 | 0 | 25 | 15 | 23 | 14E | 19 | 35 |
| Octal | 245 | 150 | 202 | 0 | 45 | 25 | 43 | 516 | 31 | 65 |
| Binary | 10100101 | 1101000 | 10000010 | 0 | 100101 | 10101 | 100011 | 101001110 | 11001 | 110101 |
Color Harmonies of #A56882
Complementary color
Monochromatic Colors of #A56882
Black with #A56882
Text Example
Text Example
White with #A56882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56882; }
p { color: rgb(165,104,130); }
H1.HeaderClassName
{
color: #A56882;
}
.AnyTagClassName
{
color: #A56882;
}
</style>
background-color css
<style>
a { background-color: #A56882; }
a { background-color: rgb(165,104,130); }
div.DivClassName
{
background-color: #A56882;
}
.BgClassName
{
background-color: #A56882;
}
</style>
border-color css
<style>
span { border-color: #A56882; }
span { border-color: rgb(165,104,130); }
td.TdClassName
{
border-color: #A56882;
}
.TagClassName
{
border-color: #A56882;
}
</style>