Shades of Tapestry #A7647E
Tints of Tapestry #A7647E
RGB
CMYK
RGB Variations
Color information
#A7647E (or 0xA7647E) is known color: Tapestry. HEX triplet: A7, 64 and 7E. RGB value is (167,100,126). Sum of RGB (Red+Green+Blue) = 167+100+126=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A7647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7647E is #589B81. Grayscale: #7A7A7A. Windows color (decimal): -5806978 or 8283303. OLE color: 8283303.
HSL color Cylindrical-coordinate representation of color #A7647E: hue angle of 336.72º degrees, saturation: 0.28, 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 #A7647E is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 100 | 126 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.35 |
| HSL | 336.72º | 0.28% | 0.52% | - |
| HSV(B) | 336.72º | 0.4% | 0.65% | - |
| XYZ | 24.26 | 18.84 | 22.1 | - |
| YUV | 123 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 100 | 126 | 0 | 0.40 | 0.25 | 0.35 | 336.72 | 0.28 | 0.52 |
| Hex | A7 | 64 | 7E | 0 | 28 | 19 | 23 | 151 | 1C | 34 |
| Octal | 247 | 144 | 176 | 0 | 50 | 31 | 43 | 521 | 34 | 64 |
| Binary | 10100111 | 1100100 | 1111110 | 0 | 101000 | 11001 | 100011 | 101010001 | 11100 | 110100 |
Color Harmonies of #A7647E
Complementary color
Monochromatic Colors of #A7647E
Black with #A7647E
Text Example
Text Example
White with #A7647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7647E; }
p { color: rgb(167,100,126); }
H1.HeaderClassName
{
color: #A7647E;
}
.AnyTagClassName
{
color: #A7647E;
}
</style>
background-color css
<style>
a { background-color: #A7647E; }
a { background-color: rgb(167,100,126); }
div.DivClassName
{
background-color: #A7647E;
}
.BgClassName
{
background-color: #A7647E;
}
</style>
border-color css
<style>
span { border-color: #A7647E; }
span { border-color: rgb(167,100,126); }
td.TdClassName
{
border-color: #A7647E;
}
.TagClassName
{
border-color: #A7647E;
}
</style>