#A5617B

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

Shades of Tapestry #A5617B

Tints of Tapestry #A5617B

Color information

#A5617B (or 0xA5617B) is unknown color: approx Tapestry. HEX triplet: A5, 61 and 7B. RGB value is (165,97,123). Sum of RGB (Red+Green+Blue) = 165+97+123=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5617B is #5A9E84. Grayscale: #787878. Windows color (decimal): -5938821 or 8085925. OLE color: 8085925.

HSL color Cylindrical-coordinate representation of color #A5617B: hue angle of 337.06º 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 #A5617B is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16597123-
CMYK00.410.250.35
HSL337.06º27.42%51.37%-
HSV(B)337.06º41.21%64.71%-
XYZ23.3717.9820.98-
YUV120.3129.53159.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=42.86%
G=25.19%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659712300.410.250.35337.0627.4251.37
HexA5617B02919231511b33
Octal24514117305131435213363
Binary101001011100001111101101010011100110001110101000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5617B; }

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

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

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

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

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

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

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

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