#A9617B

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

Shades of Tapestry #A9617B

Tints of Tapestry #A9617B

Color information

#A9617B (or 0xA9617B) is unknown color: approx Tapestry. HEX triplet: A9, 61 and 7B. RGB value is (169,97,123). Sum of RGB (Red+Green+Blue) = 169+97+123=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A9617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9617B is #569E84. Grayscale: #797979. Windows color (decimal): -5676677 or 8085929. OLE color: 8085929.

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

Color convert

RGB16997123-
CMYK00.430.270.34
HSL338.33º29.51%52.16%-
HSV(B)338.33º42.6%66.27%-
XYZ24.2118.4121.02-
YUV121.49128.85161.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=43.44%
G=24.94%
B=31.62%

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
Decimal1699712300.430.270.34338.3329.5152.16
HexA9617B02B1B221521e34
Octal25114117305333425223664
Binary101010011100001111101101010111101110001010101001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9617B; }

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

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

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

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

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

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

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

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