#A5617C

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

Shades of Tapestry #A5617C

Tints of Tapestry #A5617C

Color information

#A5617C (or 0xA5617C) is unknown color: approx Tapestry. HEX triplet: A5, 61 and 7C. RGB value is (165,97,124). Sum of RGB (Red+Green+Blue) = 165+97+124=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A5617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5617C is #5A9E83. Grayscale: #787878. Windows color (decimal): -5938820 or 8151461. OLE color: 8151461.

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

Color convert

RGB16597124-
CMYK00.410.250.35
HSL336.18º27.42%51.37%-
HSV(B)336.18º41.21%64.71%-
XYZ23.431821.31-
YUV120.41130.03159.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=42.75%
G=25.13%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659712400.410.250.35336.1827.4251.37
HexA5617C02919231501b33
Octal24514117405131435203363
Binary101001011100001111110001010011100110001110101000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5617C; }

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

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

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

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

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

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

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

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