#A6617C

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

Shades of Tapestry #A6617C

Tints of Tapestry #A6617C

Color information

#A6617C (or 0xA6617C) is unknown color: approx Tapestry. HEX triplet: A6, 61 and 7C. RGB value is (166,97,124). Sum of RGB (Red+Green+Blue) = 166+97+124=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A6617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6617C is #599E83. Grayscale: #787878. Windows color (decimal): -5873284 or 8151462. OLE color: 8151462.

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

Color convert

RGB16697124-
CMYK00.420.250.35
HSL336.52º27.94%51.57%-
HSV(B)336.52º41.57%65.1%-
XYZ23.6418.1121.32-
YUV120.71129.86160.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=42.89%
G=25.06%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669712400.420.250.35336.5227.9451.57
HexA6617C02A19231511c34
Octal24614117405231435213464
Binary101001101100001111110001010101100110001110101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6617C; }

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

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

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

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

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

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

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

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