#A6647E

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

Shades of Tapestry #A6647E

Tints of Tapestry #A6647E

Color information

#A6647E (or 0xA6647E) is unknown color: approx Tapestry. HEX triplet: A6, 64 and 7E. RGB value is (166,100,126). Sum of RGB (Red+Green+Blue) = 166+100+126=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6647E is #599B81. Grayscale: #7A7A7A. Windows color (decimal): -5872514 or 8283302. OLE color: 8283302.

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

Color convert

RGB166100126-
CMYK00.400.240.35
HSL336.36º27.05%52.16%-
HSV(B)336.36º39.76%65.1%-
XYZ24.0518.7322.09-
YUV122.7129.87158.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=42.35%
G=25.51%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610012600.400.240.35336.3627.0552.16
HexA6647E02818231501b34
Octal24614417605030435203364
Binary101001101100100111111001010001100010001110101000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6647E; }

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

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

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

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

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

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

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

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