Shades of Tapestry #A6617A
Tints of Tapestry #A6617A
RGB
CMYK
RGB Variations
Color information
#A6617A (or 0xA6617A) is known color: Tapestry. HEX triplet: A6, 61 and 7A. RGB value is (166,97,122). Sum of RGB (Red+Green+Blue) = 166+97+122=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A6617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6617A is #599E85. Grayscale: #787878. Windows color (decimal): -5873286 or 8020390. OLE color: 8020390.
HSL color Cylindrical-coordinate representation of color #A6617A: hue angle of 338.26º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6617A is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 122 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.35 |
| HSL | 338.26º | 0.28% | 0.52% | - |
| HSV(B) | 338.26º | 0.42% | 0.65% | - |
| XYZ | 23.51 | 18.06 | 20.66 | - |
| YUV | 120.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 122 | 0 | 0.42 | 0.27 | 0.35 | 338.26 | 0.28 | 0.52 |
| Hex | A6 | 61 | 7A | 0 | 2A | 1B | 23 | 152 | 1C | 34 |
| Octal | 246 | 141 | 172 | 0 | 52 | 33 | 43 | 522 | 34 | 64 |
| Binary | 10100110 | 1100001 | 1111010 | 0 | 101010 | 11011 | 100011 | 101010010 | 11100 | 110100 |
Color Harmonies of #A6617A
Complementary color
Monochromatic Colors of #A6617A
Black with #A6617A
Text Example
Text Example
White with #A6617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6617A; }
p { color: rgb(166,97,122); }
H1.HeaderClassName
{
color: #A6617A;
}
.AnyTagClassName
{
color: #A6617A;
}
</style>
background-color css
<style>
a { background-color: #A6617A; }
a { background-color: rgb(166,97,122); }
div.DivClassName
{
background-color: #A6617A;
}
.BgClassName
{
background-color: #A6617A;
}
</style>
border-color css
<style>
span { border-color: #A6617A; }
span { border-color: rgb(166,97,122); }
td.TdClassName
{
border-color: #A6617A;
}
.TagClassName
{
border-color: #A6617A;
}
</style>