Shades of Tapestry #A77686
Tints of Tapestry #A77686
RGB
CMYK
RGB Variations
Color information
#A77686 (or 0xA77686) is known color: Tapestry. HEX triplet: A7, 76 and 86. RGB value is (167,118,134). Sum of RGB (Red+Green+Blue) = 167+118+134=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A77686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77686 is #588979. Grayscale: #868686. Windows color (decimal): -5802362 or 8812199. OLE color: 8812199.
HSL color Cylindrical-coordinate representation of color #A77686: hue angle of 340.41º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A77686 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 134 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.35 |
| HSL | 340.41º | 0.22% | 0.56% | - |
| HSV(B) | 340.41º | 0.29% | 0.65% | - |
| XYZ | 26.72 | 22.89 | 25.56 | - |
| YUV | 134.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 134 | 0 | 0.29 | 0.20 | 0.35 | 340.41 | 0.22 | 0.56 |
| Hex | A7 | 76 | 86 | 0 | 1D | 14 | 23 | 154 | 16 | 38 |
| Octal | 247 | 166 | 206 | 0 | 35 | 24 | 43 | 524 | 26 | 70 |
| Binary | 10100111 | 1110110 | 10000110 | 0 | 11101 | 10100 | 100011 | 101010100 | 10110 | 111000 |
Color Harmonies of #A77686
Complementary color
Monochromatic Colors of #A77686
Black with #A77686
Text Example
Text Example
White with #A77686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77686; }
p { color: rgb(167,118,134); }
H1.HeaderClassName
{
color: #A77686;
}
.AnyTagClassName
{
color: #A77686;
}
</style>
background-color css
<style>
a { background-color: #A77686; }
a { background-color: rgb(167,118,134); }
div.DivClassName
{
background-color: #A77686;
}
.BgClassName
{
background-color: #A77686;
}
</style>
border-color css
<style>
span { border-color: #A77686; }
span { border-color: rgb(167,118,134); }
td.TdClassName
{
border-color: #A77686;
}
.TagClassName
{
border-color: #A77686;
}
</style>