#A4657C

Color #A4657C Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #A4657C

Tints of Tapestry #A4657C

Color information

#A4657C (or 0xA4657C) is unknown color: approx Tapestry. HEX triplet: A4, 65 and 7C. RGB value is (164,101,124). Sum of RGB (Red+Green+Blue) = 164+101+124=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4657C is #5B9A83. Grayscale: #7A7A7A. Windows color (decimal): -6003332 or 8152484. OLE color: 8152484.

HSL color Cylindrical-coordinate representation of color #A4657C: hue angle of 338.1º 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 #A4657C is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB164101124-
CMYK00.380.240.36
HSL338.1º25.71%51.96%-
HSV(B)338.1º38.41%64.31%-
XYZ23.618.6621.43-
YUV122.46128.87157.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=42.16%
G=25.96%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410112400.380.240.36338.125.7151.96
HexA4657C02618241521a34
Octal24414517404630445223264
Binary101001001100101111110001001101100010010010101001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4657C; }

 p { color: rgb(164,101,124); }

 H1.HeaderClassName
 {
   color: #A4657C;
 }
 .AnyTagClassName
 {
   color: #A4657C;
 }
</style>
background-color css

<style>
 a { background-color: #A4657C; }

 a { background-color: rgb(164,101,124); }

 div.DivClassName
 {
   background-color: #A4657C;
 }
 .BgClassName
 {
   background-color: #A4657C;
 }
</style>
border-color css

<style>
 span { border-color: #A4657C; }

 span { border-color: rgb(164,101,124); }

 td.TdClassName
 {
   border-color: #A4657C;
 }
 .TagClassName
 {
   border-color: #A4657C;
 }
</style>