#A9617A

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

Shades of Tapestry #A9617A

Tints of Tapestry #A9617A

Color information

#A9617A (or 0xA9617A) is unknown color: approx Tapestry. HEX triplet: A9, 61 and 7A. RGB value is (169,97,122). Sum of RGB (Red+Green+Blue) = 169+97+122=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A9617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9617A is #569E85. Grayscale: #797979. Windows color (decimal): -5676678 or 8020393. OLE color: 8020393.

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

Color convert

RGB16997122-
CMYK00.430.280.34
HSL339.17º29.51%52.16%-
HSV(B)339.17º42.6%66.27%-
XYZ24.1518.3920.69-
YUV121.38128.35161.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=43.56%
G=25%
B=31.44%

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
Decimal1699712200.430.280.34339.1729.5152.16
HexA9617A02B1C221531e34
Octal25114117205334425233664
Binary101010011100001111101001010111110010001010101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9617A; }

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

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

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

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

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

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

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

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