#A9607C

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

Shades of Tapestry #A9607C

Tints of Tapestry #A9607C

Color information

#A9607C (or 0xA9607C) is unknown color: approx Tapestry. HEX triplet: A9, 60 and 7C. RGB value is (169,96,124). Sum of RGB (Red+Green+Blue) = 169+96+124=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A9607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9607C is #569F83. Grayscale: #787878. Windows color (decimal): -5676932 or 8151209. OLE color: 8151209.

HSL color Cylindrical-coordinate representation of color #A9607C: hue angle of 336.99º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9607C is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16996124-
CMYK00.430.270.34
HSL336.99º29.8%51.96%-
HSV(B)336.99º43.2%66.27%-
XYZ24.1818.2621.32-
YUV121.02129.68162.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=43.44%
G=24.68%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699612400.430.270.34336.9929.851.96
HexA9607C02B1B221511e34
Octal25114017405333425213664
Binary101010011100000111110001010111101110001010101000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9607C; }

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

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

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

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

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

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

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

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