#A6637C

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

Shades of Tapestry #A6637C

Tints of Tapestry #A6637C

Color information

#A6637C (or 0xA6637C) is unknown color: approx Tapestry. HEX triplet: A6, 63 and 7C. RGB value is (166,99,124). Sum of RGB (Red+Green+Blue) = 166+99+124=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6637C is #599C83. Grayscale: #797979. Windows color (decimal): -5872772 or 8151974. OLE color: 8151974.

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

Color convert

RGB16699124-
CMYK00.400.250.35
HSL337.61º27.35%51.96%-
HSV(B)337.61º40.36%65.1%-
XYZ23.8318.4921.38-
YUV121.88129.2159.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 99 (39.06% from 255) = 25.45%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=42.67%
G=25.45%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669912400.400.250.35337.6127.3551.96
HexA6637C02819231521b34
Octal24614317405031435223364
Binary101001101100011111110001010001100110001110101001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6637C; }

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

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

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

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

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

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

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

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