#A6657C

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

Shades of Tapestry #A6657C

Tints of Tapestry #A6657C

Color information

#A6657C (or 0xA6657C) is unknown color: approx Tapestry. HEX triplet: A6, 65 and 7C. RGB value is (166,101,124). Sum of RGB (Red+Green+Blue) = 166+101+124=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6657C is #599A83. Grayscale: #7B7B7B. Windows color (decimal): -5872260 or 8152486. OLE color: 8152486.

HSL color Cylindrical-coordinate representation of color #A6657C: hue angle of 338.77º 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 #A6657C is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB166101124-
CMYK00.390.250.35
HSL338.77º26.75%52.35%-
HSV(B)338.77º39.16%65.1%-
XYZ24.0218.8721.45-
YUV123.06128.53158.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=42.46%
G=25.83%
B=31.71%

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
Decimal16610112400.390.250.35338.7726.7552.35
HexA6657C02719231531b34
Octal24614517404731435233364
Binary101001101100101111110001001111100110001110101001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6657C; }

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

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

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

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

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

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

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

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