#A6647F

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

Shades of Tapestry #A6647F

Tints of Tapestry #A6647F

Color information

#A6647F (or 0xA6647F) is unknown color: approx Tapestry. HEX triplet: A6, 64 and 7F. RGB value is (166,100,127). Sum of RGB (Red+Green+Blue) = 166+100+127=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6647F is #599B80. Grayscale: #7A7A7A. Windows color (decimal): -5872513 or 8348838. OLE color: 8348838.

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

Color convert

RGB166100127-
CMYK00.400.230.35
HSL335.45º27.05%52.16%-
HSV(B)335.45º39.76%65.1%-
XYZ24.1118.7522.43-
YUV122.81130.37158.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 127 (50% from 255) = 32.32%
R=42.24%
G=25.45%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610012700.400.230.35335.4527.0552.16
HexA6647F028172314f1b34
Octal24614417705027435173364
Binary101001101100100111111101010001011110001110100111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6647F; }

 p { color: rgb(166,100,127); }

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

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

 a { background-color: rgb(166,100,127); }

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

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

 span { border-color: rgb(166,100,127); }

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