#A5617A

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

Shades of Tapestry #A5617A

Tints of Tapestry #A5617A

Color information

#A5617A (or 0xA5617A) is unknown color: approx Tapestry. HEX triplet: A5, 61 and 7A. RGB value is (165,97,122). Sum of RGB (Red+Green+Blue) = 165+97+122=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A5617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5617A is #5A9E85. Grayscale: #787878. Windows color (decimal): -5938822 or 8020389. OLE color: 8020389.

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

Color convert

RGB16597122-
CMYK00.410.260.35
HSL337.94º27.42%51.37%-
HSV(B)337.94º41.21%64.71%-
XYZ23.317.9520.65-
YUV120.18129.03159.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=42.97%
G=25.26%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659712200.410.260.35337.9427.4251.37
HexA5617A0291A231521b33
Octal24514117205132435223363
Binary101001011100001111101001010011101010001110101001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5617A; }

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

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

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

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

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

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

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

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