#A7647E

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

Shades of Tapestry #A7647E

Tints of Tapestry #A7647E

Color information

#A7647E (or 0xA7647E) is unknown color: approx Tapestry. HEX triplet: A7, 64 and 7E. RGB value is (167,100,126). Sum of RGB (Red+Green+Blue) = 167+100+126=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A7647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7647E is #589B81. Grayscale: #7A7A7A. Windows color (decimal): -5806978 or 8283303. OLE color: 8283303.

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

Color convert

RGB167100126-
CMYK00.400.250.35
HSL336.72º27.57%52.35%-
HSV(B)336.72º40.12%65.49%-
XYZ24.2618.8422.1-
YUV123129.7159.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=42.49%
G=25.45%
B=32.06%

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
Decimal16710012600.400.250.35336.7227.5752.35
HexA7647E02819231511c34
Octal24714417605031435213464
Binary101001111100100111111001010001100110001110101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7647E; }

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

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

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

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

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

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

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

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