Shades of Tapestry #A67786
Tints of Tapestry #A67786
RGB
CMYK
RGB Variations
Color information
#A67786 (or 0xA67786) is known color: Tapestry. HEX triplet: A6, 77 and 86. RGB value is (166,119,134). Sum of RGB (Red+Green+Blue) = 166+119+134=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A67786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67786 is #598879. Grayscale: #868686. Windows color (decimal): -5867642 or 8812454. OLE color: 8812454.
HSL color Cylindrical-coordinate representation of color #A67786: hue angle of 340.85º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67786 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 119 | 134 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.35 |
| HSL | 340.85º | 0.21% | 0.56% | - |
| HSV(B) | 340.85º | 0.28% | 0.65% | - |
| XYZ | 26.63 | 23.02 | 25.59 | - |
| YUV | 134.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 134 | 0 | 0.28 | 0.19 | 0.35 | 340.85 | 0.21 | 0.56 |
| Hex | A6 | 77 | 86 | 0 | 1C | 13 | 23 | 155 | 15 | 38 |
| Octal | 246 | 167 | 206 | 0 | 34 | 23 | 43 | 525 | 25 | 70 |
| Binary | 10100110 | 1110111 | 10000110 | 0 | 11100 | 10011 | 100011 | 101010101 | 10101 | 111000 |
Color Harmonies of #A67786
Complementary color
Monochromatic Colors of #A67786
Black with #A67786
Text Example
Text Example
White with #A67786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67786; }
p { color: rgb(166,119,134); }
H1.HeaderClassName
{
color: #A67786;
}
.AnyTagClassName
{
color: #A67786;
}
</style>
background-color css
<style>
a { background-color: #A67786; }
a { background-color: rgb(166,119,134); }
div.DivClassName
{
background-color: #A67786;
}
.BgClassName
{
background-color: #A67786;
}
</style>
border-color css
<style>
span { border-color: #A67786; }
span { border-color: rgb(166,119,134); }
td.TdClassName
{
border-color: #A67786;
}
.TagClassName
{
border-color: #A67786;
}
</style>