Shades of Tapestry #A4637A
Tints of Tapestry #A4637A
RGB
CMYK
RGB Variations
Color information
#A4637A (or 0xA4637A) is known color: Tapestry. HEX triplet: A4, 63 and 7A. RGB value is (164,99,122). Sum of RGB (Red+Green+Blue) = 164+99+122=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4637A is #5B9C85. Grayscale: #797979. Windows color (decimal): -6003846 or 8020900. OLE color: 8020900.
HSL color Cylindrical-coordinate representation of color #A4637A: hue angle of 338.77º 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 #A4637A is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 122 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.36 |
| HSL | 338.77º | 0.26% | 0.52% | - |
| HSV(B) | 338.77º | 0.4% | 0.64% | - |
| XYZ | 23.28 | 18.22 | 20.7 | - |
| YUV | 121.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 122 | 0 | 0.40 | 0.26 | 0.36 | 338.77 | 0.26 | 0.52 |
| Hex | A4 | 63 | 7A | 0 | 28 | 1A | 24 | 153 | 1A | 34 |
| Octal | 244 | 143 | 172 | 0 | 50 | 32 | 44 | 523 | 32 | 64 |
| Binary | 10100100 | 1100011 | 1111010 | 0 | 101000 | 11010 | 100100 | 101010011 | 11010 | 110100 |
Color Harmonies of #A4637A
Complementary color
Monochromatic Colors of #A4637A
Black with #A4637A
Text Example
Text Example
White with #A4637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4637A; }
p { color: rgb(164,99,122); }
H1.HeaderClassName
{
color: #A4637A;
}
.AnyTagClassName
{
color: #A4637A;
}
</style>
background-color css
<style>
a { background-color: #A4637A; }
a { background-color: rgb(164,99,122); }
div.DivClassName
{
background-color: #A4637A;
}
.BgClassName
{
background-color: #A4637A;
}
</style>
border-color css
<style>
span { border-color: #A4637A; }
span { border-color: rgb(164,99,122); }
td.TdClassName
{
border-color: #A4637A;
}
.TagClassName
{
border-color: #A4637A;
}
</style>