Shades of Tapestry #A4657E
Tints of Tapestry #A4657E
RGB
CMYK
RGB Variations
Color information
#A4657E (or 0xA4657E) is known color: Tapestry. HEX triplet: A4, 65 and 7E. RGB value is (164,101,126). Sum of RGB (Red+Green+Blue) = 164+101+126=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4657E is #5B9A81. Grayscale: #7A7A7A. Windows color (decimal): -6003330 or 8283556. OLE color: 8283556.
HSL color Cylindrical-coordinate representation of color #A4657E: hue angle of 336.19º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4657E is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 101 | 126 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.36 |
| HSL | 336.19º | 0.26% | 0.52% | - |
| HSV(B) | 336.19º | 0.38% | 0.64% | - |
| XYZ | 23.73 | 18.71 | 22.1 | - |
| YUV | 122.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 126 | 0 | 0.38 | 0.23 | 0.36 | 336.19 | 0.26 | 0.52 |
| Hex | A4 | 65 | 7E | 0 | 26 | 17 | 24 | 150 | 1A | 34 |
| Octal | 244 | 145 | 176 | 0 | 46 | 27 | 44 | 520 | 32 | 64 |
| Binary | 10100100 | 1100101 | 1111110 | 0 | 100110 | 10111 | 100100 | 101010000 | 11010 | 110100 |
Color Harmonies of #A4657E
Complementary color
Monochromatic Colors of #A4657E
Black with #A4657E
Text Example
Text Example
White with #A4657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4657E; }
p { color: rgb(164,101,126); }
H1.HeaderClassName
{
color: #A4657E;
}
.AnyTagClassName
{
color: #A4657E;
}
</style>
background-color css
<style>
a { background-color: #A4657E; }
a { background-color: rgb(164,101,126); }
div.DivClassName
{
background-color: #A4657E;
}
.BgClassName
{
background-color: #A4657E;
}
</style>
border-color css
<style>
span { border-color: #A4657E; }
span { border-color: rgb(164,101,126); }
td.TdClassName
{
border-color: #A4657E;
}
.TagClassName
{
border-color: #A4657E;
}
</style>