Shades of Tapestry #A4637C
Tints of Tapestry #A4637C
RGB
CMYK
RGB Variations
Color information
#A4637C (or 0xA4637C) is known color: Tapestry. HEX triplet: A4, 63 and 7C. RGB value is (164,99,124). Sum of RGB (Red+Green+Blue) = 164+99+124=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4637C is #5B9C83. Grayscale: #797979. Windows color (decimal): -6003844 or 8151972. OLE color: 8151972.
HSL color Cylindrical-coordinate representation of color #A4637C: hue angle of 336.92º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4637C is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 124 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.36 |
| HSL | 336.92º | 0.26% | 0.52% | - |
| HSV(B) | 336.92º | 0.4% | 0.64% | - |
| XYZ | 23.41 | 18.27 | 21.36 | - |
| YUV | 121.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 124 | 0 | 0.40 | 0.24 | 0.36 | 336.92 | 0.26 | 0.52 |
| Hex | A4 | 63 | 7C | 0 | 28 | 18 | 24 | 151 | 1A | 34 |
| Octal | 244 | 143 | 174 | 0 | 50 | 30 | 44 | 521 | 32 | 64 |
| Binary | 10100100 | 1100011 | 1111100 | 0 | 101000 | 11000 | 100100 | 101010001 | 11010 | 110100 |
Color Harmonies of #A4637C
Complementary color
Monochromatic Colors of #A4637C
Black with #A4637C
Text Example
Text Example
White with #A4637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4637C; }
p { color: rgb(164,99,124); }
H1.HeaderClassName
{
color: #A4637C;
}
.AnyTagClassName
{
color: #A4637C;
}
</style>
background-color css
<style>
a { background-color: #A4637C; }
a { background-color: rgb(164,99,124); }
div.DivClassName
{
background-color: #A4637C;
}
.BgClassName
{
background-color: #A4637C;
}
</style>
border-color css
<style>
span { border-color: #A4637C; }
span { border-color: rgb(164,99,124); }
td.TdClassName
{
border-color: #A4637C;
}
.TagClassName
{
border-color: #A4637C;
}
</style>