Shades of Tapestry #A6808C
Tints of Tapestry #A6808C
RGB
CMYK
RGB Variations
Color information
#A6808C (or 0xA6808C) is known color: Tapestry. HEX triplet: A6, 80 and 8C. RGB value is (166,128,140). Sum of RGB (Red+Green+Blue) = 166+128+140=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A6808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6808C is #597F73. Grayscale: #8C8C8C. Windows color (decimal): -5865332 or 9207974. OLE color: 9207974.
HSL color Cylindrical-coordinate representation of color #A6808C: hue angle of 341.05º 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 #A6808C is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 140 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.35 |
| HSL | 341.05º | 0.18% | 0.58% | - |
| HSV(B) | 341.05º | 0.23% | 0.65% | - |
| XYZ | 28.18 | 25.44 | 28.24 | - |
| YUV | 140.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 140 | 0 | 0.23 | 0.16 | 0.35 | 341.05 | 0.18 | 0.58 |
| Hex | A6 | 80 | 8C | 0 | 17 | 10 | 23 | 155 | 12 | 3A |
| Octal | 246 | 200 | 214 | 0 | 27 | 20 | 43 | 525 | 22 | 72 |
| Binary | 10100110 | 10000000 | 10001100 | 0 | 10111 | 10000 | 100011 | 101010101 | 10010 | 111010 |
Color Harmonies of #A6808C
Complementary color
Monochromatic Colors of #A6808C
Black with #A6808C
Text Example
Text Example
White with #A6808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6808C; }
p { color: rgb(166,128,140); }
H1.HeaderClassName
{
color: #A6808C;
}
.AnyTagClassName
{
color: #A6808C;
}
</style>
background-color css
<style>
a { background-color: #A6808C; }
a { background-color: rgb(166,128,140); }
div.DivClassName
{
background-color: #A6808C;
}
.BgClassName
{
background-color: #A6808C;
}
</style>
border-color css
<style>
span { border-color: #A6808C; }
span { border-color: rgb(166,128,140); }
td.TdClassName
{
border-color: #A6808C;
}
.TagClassName
{
border-color: #A6808C;
}
</style>