COLOR #A5757C

HEX: #A5757C
RGB: (165,117,124)

Color info

#A5757C contains red, green and blue colors in about the same proportion. Web safe color of #A5757C is #996666 (or #966).

RGB color model

#A5757C color RGB value is (165,117,124).

  • red value is 165;
  • green value is 117;
  • blue value is 124.
RGB:
(165,117,124)
(65%,46%,49%)

RGB channels and saturation

R 165 of 255 = 65%
G 117 of 255 = 46%
B 124 of 255 = 49%

165
117
124

R + G + B ~ 53%. #A5757C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 117 + 124 = 406 (100%)
R 165 of 406 ~ 40.64%
G 117 of 406 ~ 28.82%
B 124 of 406 ~ 30.54%

%40.64
%28.82
%30.54

CMYK color model

#A5757C color CMYK value is (0,29,25,35).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 24.85%
  • key color value is 35.29%
CMYK:
(0,29,25,35)
C0M29Y25K35 
(0%,29%,25%,35%)
(0.00/0.29/0.25/0.35)	

CMYK percentages

%0
%29.09
%24.85
%35.29

Codes

Color #A5757C in popluar color models

A5757C
RGB165117124
HSL351°21.05%55.29%
HSB/HSV351°29.09%64.71%
CMYK0.00%29.09%24.85%
35.29%

Color #A5757C in popluar number systems.

HEXA5757C
Decimal165117124
Binary1010010111101011111100
Octal245165174

Shades and tints

Shades of #A5757C

#A5757C
(165,117,124)
#966B71
(150,107,113)
#876166
(135,97,102)
#78575B
(120,87,91)
#694D50
(105,77,80)
#5A4345
(90,67,69)
#4B393A
(75,57,58)
#3C2F2F
(60,47,47)
#2D2524
(45,37,36)
#1E1B19
(30,27,25)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #A5757C

#A5757C
(165,117,124)
#AD8187
(173,129,135)
#B58D92
(181,141,146)
#BD999D
(189,153,157)
#C5A5A8
(197,165,168)
#CDB1B3
(205,177,179)
#D5BDBE
(213,189,190)
#DDC9C9
(221,201,201)
#E5D5D4
(229,213,212)
#EDE1DF
(237,225,223)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5757C color. Also use rgb(165,117,124) instead hex code.

Text Font Color

.myTextColor { color: #A5757C; }

<p style="color:#A5757C">This sample text font color is #A5757C.</p>

This text font color is #A5757C.


Background Color

.myBgColor { background-color: #A5757C; }

<div style="background-color:#A5757C">Inner text</div>

This div background color is #A5757C.


Border color

.myBorderColor { border: 1px solid #A5757C; }

<div style="border:3px solid #A5757C">Div</div>

This div border color is #A5757C.


Opacity

.myOpacity80 { color: #A5757C; opacity: 0.8; }

<p style="color:#A5757C;opacity:0.8;">80%</p>

Text with #A5757C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5757C;}

<p style="text-shadow: 3px 3px 1px #A5757C">Text here.</p>

This text has shadow with #A5757C color.

.textShadow {text-shadow: 3px 3px 1px #A5757C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5757C, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5757C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5757C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5757C, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5757C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A5757C;
  -webkit-box-shadow:	1px 1px 3px 2px #A5757C;
  box-shadow:		1px 1px 3px 2px #A5757C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5757C;
-webkit-box-shadow: 1px 1px 3px 2px #A5757C;
box-shadow:1px 1px 3px 2px #A5757C;">
Div content here</div>
This div box has shadow with color #A5757C.

Preview

Color preview on black background

This text has color #A5757C on black background.


Color preview on white background

This text has color #A5757C on white background.



Black color preview on #A5757C background

This text has black color on #A5757C background.


White color preview on #A5757C background

This text has white color on #A5757C background.