Shades of Tapestry #A6808D
Tints of Tapestry #A6808D
RGB
CMYK
RGB Variations
Color information
#A6808D (or 0xA6808D) is known color: Tapestry. HEX triplet: A6, 80 and 8D. RGB value is (166,128,141). Sum of RGB (Red+Green+Blue) = 166+128+141=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6808D is #597F72. Grayscale: #8C8C8C. Windows color (decimal): -5865331 or 9273510. OLE color: 9273510.
HSL color Cylindrical-coordinate representation of color #A6808D: hue angle of 339.47º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6808D is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 141 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.35 |
| HSL | 339.47º | 0.18% | 0.58% | - |
| HSV(B) | 339.47º | 0.23% | 0.65% | - |
| XYZ | 28.25 | 25.47 | 28.63 | - |
| YUV | 140.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 141 | 0 | 0.23 | 0.15 | 0.35 | 339.47 | 0.18 | 0.58 |
| Hex | A6 | 80 | 8D | 0 | 17 | F | 23 | 153 | 12 | 3A |
| Octal | 246 | 200 | 215 | 0 | 27 | 17 | 43 | 523 | 22 | 72 |
| Binary | 10100110 | 10000000 | 10001101 | 0 | 10111 | 1111 | 100011 | 101010011 | 10010 | 111010 |
Color Harmonies of #A6808D
Complementary color
Monochromatic Colors of #A6808D
Black with #A6808D
Text Example
Text Example
White with #A6808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6808D; }
p { color: rgb(166,128,141); }
H1.HeaderClassName
{
color: #A6808D;
}
.AnyTagClassName
{
color: #A6808D;
}
</style>
background-color css
<style>
a { background-color: #A6808D; }
a { background-color: rgb(166,128,141); }
div.DivClassName
{
background-color: #A6808D;
}
.BgClassName
{
background-color: #A6808D;
}
</style>
border-color css
<style>
span { border-color: #A6808D; }
span { border-color: rgb(166,128,141); }
td.TdClassName
{
border-color: #A6808D;
}
.TagClassName
{
border-color: #A6808D;
}
</style>