#A7607C

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

Shades of Tapestry #A7607C

Tints of Tapestry #A7607C

Color information

#A7607C (or 0xA7607C) is unknown color: approx Tapestry. HEX triplet: A7, 60 and 7C. RGB value is (167,96,124). Sum of RGB (Red+Green+Blue) = 167+96+124=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A7607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7607C is #589F83. Grayscale: #787878. Windows color (decimal): -5808004 or 8151207. OLE color: 8151207.

HSL color Cylindrical-coordinate representation of color #A7607C: hue angle of 336.34º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7607C is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16796124-
CMYK00.430.260.35
HSL336.34º28.74%51.57%-
HSV(B)336.34º42.51%65.49%-
XYZ23.7618.0421.3-
YUV120.42130.02161.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=43.15%
G=24.81%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679612400.430.260.35336.3428.7451.57
HexA7607C02B1A231501d34
Octal24714017405332435203564
Binary101001111100000111110001010111101010001110101000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7607C; }

 p { color: rgb(167,96,124); }

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

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

 a { background-color: rgb(167,96,124); }

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

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

 span { border-color: rgb(167,96,124); }

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