Shades of Tapestry #A6808B
Tints of Tapestry #A6808B
RGB
CMYK
RGB Variations
Color information
#A6808B (or 0xA6808B) is known color: Tapestry. HEX triplet: A6, 80 and 8B. RGB value is (166,128,139). Sum of RGB (Red+Green+Blue) = 166+128+139=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A6808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6808B is #597F74. Grayscale: #8C8C8C. Windows color (decimal): -5865333 or 9142438. OLE color: 9142438.
HSL color Cylindrical-coordinate representation of color #A6808B: hue angle of 342.63º 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 #A6808B is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 139 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.35 |
| HSL | 342.63º | 0.18% | 0.58% | - |
| HSV(B) | 342.63º | 0.23% | 0.65% | - |
| XYZ | 28.11 | 25.41 | 27.85 | - |
| YUV | 140.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 139 | 0 | 0.23 | 0.16 | 0.35 | 342.63 | 0.18 | 0.58 |
| Hex | A6 | 80 | 8B | 0 | 17 | 10 | 23 | 157 | 12 | 3A |
| Octal | 246 | 200 | 213 | 0 | 27 | 20 | 43 | 527 | 22 | 72 |
| Binary | 10100110 | 10000000 | 10001011 | 0 | 10111 | 10000 | 100011 | 101010111 | 10010 | 111010 |
Color Harmonies of #A6808B
Complementary color
Monochromatic Colors of #A6808B
Black with #A6808B
Text Example
Text Example
White with #A6808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6808B; }
p { color: rgb(166,128,139); }
H1.HeaderClassName
{
color: #A6808B;
}
.AnyTagClassName
{
color: #A6808B;
}
</style>
background-color css
<style>
a { background-color: #A6808B; }
a { background-color: rgb(166,128,139); }
div.DivClassName
{
background-color: #A6808B;
}
.BgClassName
{
background-color: #A6808B;
}
</style>
border-color css
<style>
span { border-color: #A6808B; }
span { border-color: rgb(166,128,139); }
td.TdClassName
{
border-color: #A6808B;
}
.TagClassName
{
border-color: #A6808B;
}
</style>