Shades of Tapestry #A6647C
Tints of Tapestry #A6647C
RGB
CMYK
RGB Variations
Color information
#A6647C (or 0xA6647C) is known color: Tapestry. HEX triplet: A6, 64 and 7C. RGB value is (166,100,124). Sum of RGB (Red+Green+Blue) = 166+100+124=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6647C is #599B83. Grayscale: #7A7A7A. Windows color (decimal): -5872516 or 8152230. OLE color: 8152230.
HSL color Cylindrical-coordinate representation of color #A6647C: hue angle of 338.18º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6647C is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 100 | 124 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.35 |
| HSL | 338.18º | 0.27% | 0.52% | - |
| HSV(B) | 338.18º | 0.4% | 0.65% | - |
| XYZ | 23.92 | 18.68 | 21.41 | - |
| YUV | 122.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 124 | 0 | 0.40 | 0.25 | 0.35 | 338.18 | 0.27 | 0.52 |
| Hex | A6 | 64 | 7C | 0 | 28 | 19 | 23 | 152 | 1B | 34 |
| Octal | 246 | 144 | 174 | 0 | 50 | 31 | 43 | 522 | 33 | 64 |
| Binary | 10100110 | 1100100 | 1111100 | 0 | 101000 | 11001 | 100011 | 101010010 | 11011 | 110100 |
Color Harmonies of #A6647C
Complementary color
Monochromatic Colors of #A6647C
Black with #A6647C
Text Example
Text Example
White with #A6647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6647C; }
p { color: rgb(166,100,124); }
H1.HeaderClassName
{
color: #A6647C;
}
.AnyTagClassName
{
color: #A6647C;
}
</style>
background-color css
<style>
a { background-color: #A6647C; }
a { background-color: rgb(166,100,124); }
div.DivClassName
{
background-color: #A6647C;
}
.BgClassName
{
background-color: #A6647C;
}
</style>
border-color css
<style>
span { border-color: #A6647C; }
span { border-color: rgb(166,100,124); }
td.TdClassName
{
border-color: #A6647C;
}
.TagClassName
{
border-color: #A6647C;
}
</style>