Shades of Tapestry #A07786
Tints of Tapestry #A07786
RGB
CMYK
RGB Variations
Color information
#A07786 (or 0xA07786) is known color: Tapestry. HEX triplet: A0, 77 and 86. RGB value is (160,119,134). Sum of RGB (Red+Green+Blue) = 160+119+134=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A07786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07786 is #5F8879. Grayscale: #848484. Windows color (decimal): -6260858 or 8812448. OLE color: 8812448.
HSL color Cylindrical-coordinate representation of color #A07786: hue angle of 338.05º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07786 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 134 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.37 |
| HSL | 338.05º | 0.18% | 0.55% | - |
| HSV(B) | 338.05º | 0.26% | 0.63% | - |
| XYZ | 25.4 | 22.39 | 25.54 | - |
| YUV | 132.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 134 | 0 | 0.26 | 0.16 | 0.37 | 338.05 | 0.18 | 0.55 |
| Hex | A0 | 77 | 86 | 0 | 1A | 10 | 25 | 152 | 12 | 37 |
| Octal | 240 | 167 | 206 | 0 | 32 | 20 | 45 | 522 | 22 | 67 |
| Binary | 10100000 | 1110111 | 10000110 | 0 | 11010 | 10000 | 100101 | 101010010 | 10010 | 110111 |
Color Harmonies of #A07786
Complementary color
Monochromatic Colors of #A07786
Black with #A07786
Text Example
Text Example
White with #A07786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07786; }
p { color: rgb(160,119,134); }
H1.HeaderClassName
{
color: #A07786;
}
.AnyTagClassName
{
color: #A07786;
}
</style>
background-color css
<style>
a { background-color: #A07786; }
a { background-color: rgb(160,119,134); }
div.DivClassName
{
background-color: #A07786;
}
.BgClassName
{
background-color: #A07786;
}
</style>
border-color css
<style>
span { border-color: #A07786; }
span { border-color: rgb(160,119,134); }
td.TdClassName
{
border-color: #A07786;
}
.TagClassName
{
border-color: #A07786;
}
</style>