#A5647C

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

Shades of Tapestry #A5647C

Tints of Tapestry #A5647C

Color information

#A5647C (or 0xA5647C) is unknown color: approx Tapestry. HEX triplet: A5, 64 and 7C. RGB value is (165,100,124). Sum of RGB (Red+Green+Blue) = 165+100+124=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5647C is #5A9B83. Grayscale: #7A7A7A. Windows color (decimal): -5938052 or 8152229. OLE color: 8152229.

HSL color Cylindrical-coordinate representation of color #A5647C: hue angle of 337.85º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5647C is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB165100124-
CMYK00.390.250.35
HSL337.85º26.53%51.96%-
HSV(B)337.85º39.39%64.71%-
XYZ23.7118.5721.4-
YUV122.17129.03158.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=42.42%
G=25.71%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510012400.390.250.35337.8526.5351.96
HexA5647C02719231521b34
Octal24514417404731435223364
Binary101001011100100111110001001111100110001110101001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5647C; }

 p { color: rgb(165,100,124); }

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

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

 a { background-color: rgb(165,100,124); }

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

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

 span { border-color: rgb(165,100,124); }

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