#A9607A

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

Shades of Tapestry #A9607A

Tints of Tapestry #A9607A

Color information

#A9607A (or 0xA9607A) is unknown color: approx Tapestry. HEX triplet: A9, 60 and 7A. RGB value is (169,96,122). Sum of RGB (Red+Green+Blue) = 169+96+122=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A9607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9607A is #569F85. Grayscale: #787878. Windows color (decimal): -5676934 or 8020137. OLE color: 8020137.

HSL color Cylindrical-coordinate representation of color #A9607A: hue angle of 338.63º 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 #A9607A is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB16996122-
CMYK00.430.280.34
HSL338.63º29.8%51.96%-
HSV(B)338.63º43.2%66.27%-
XYZ24.0618.2120.66-
YUV120.79128.68162.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=43.67%
G=24.81%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699612200.430.280.34338.6329.851.96
HexA9607A02B1C221531e34
Octal25114017205334425233664
Binary101010011100000111101001010111110010001010101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9607A; }

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

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

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

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

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

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

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

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