Shades of Tapestry #A6607C
Tints of Tapestry #A6607C
RGB
CMYK
RGB Variations
Color information
#A6607C (or 0xA6607C) is known color: Tapestry. HEX triplet: A6, 60 and 7C. RGB value is (166,96,124). Sum of RGB (Red+Green+Blue) = 166+96+124=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A6607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6607C is #599F83. Grayscale: #787878. Windows color (decimal): -5873540 or 8151206. OLE color: 8151206.
HSL color Cylindrical-coordinate representation of color #A6607C: hue angle of 336º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6607C is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 124 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.35 |
| HSL | 336º | 0.28% | 0.51% | - |
| HSV(B) | 336º | 0.42% | 0.65% | - |
| XYZ | 23.55 | 17.93 | 21.29 | - |
| YUV | 120.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 124 | 0 | 0.42 | 0.25 | 0.35 | 336 | 0.28 | 0.51 |
| Hex | A6 | 60 | 7C | 0 | 2A | 19 | 23 | 150 | 1C | 33 |
| Octal | 246 | 140 | 174 | 0 | 52 | 31 | 43 | 520 | 34 | 63 |
| Binary | 10100110 | 1100000 | 1111100 | 0 | 101010 | 11001 | 100011 | 101010000 | 11100 | 110011 |
Color Harmonies of #A6607C
Complementary color
Monochromatic Colors of #A6607C
Black with #A6607C
Text Example
Text Example
White with #A6607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6607C; }
p { color: rgb(166,96,124); }
H1.HeaderClassName
{
color: #A6607C;
}
.AnyTagClassName
{
color: #A6607C;
}
</style>
background-color css
<style>
a { background-color: #A6607C; }
a { background-color: rgb(166,96,124); }
div.DivClassName
{
background-color: #A6607C;
}
.BgClassName
{
background-color: #A6607C;
}
</style>
border-color css
<style>
span { border-color: #A6607C; }
span { border-color: rgb(166,96,124); }
td.TdClassName
{
border-color: #A6607C;
}
.TagClassName
{
border-color: #A6607C;
}
</style>