COLOR #A4757C

HEX: #A4757C
RGB: (164,117,124)

Color info

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

RGB color model

#A4757C color RGB value is (164,117,124).

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

RGB channels and saturation

R 164 of 255 = 64%
G 117 of 255 = 46%
B 124 of 255 = 49%

164
117
124

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

Portions of RGB colors in percentages

R + G + B =
164 + 117 + 124 = 405 (100%)
R 164 of 405 ~ 40.49%
G 117 of 405 ~ 28.89%
B 124 of 405 ~ 30.62%

%40.49
%28.89
%30.62

CMYK color model

#A4757C color CMYK value is (0,29,24,36).

  • cyan value is 0.00%
  • magenta value is 28.66%
  • yellow value is 24.39%
  • key color value is 35.69%
CMYK:
(0,29,24,36)
C0M29Y24K36 
(0%,29%,24%,36%)
(0.00/0.29/0.24/0.36)	

CMYK percentages

%0
%28.66
%24.39
%35.69

Codes

Color #A4757C in popluar color models

A4757C
RGB164117124
HSL351°20.52%55.10%
HSB/HSV351°28.66%64.31%
CMYK0.00%28.66%24.39%
35.69%

Color #A4757C in popluar number systems.

HEXA4757C
Decimal164117124
Binary1010010011101011111100
Octal244165174

Shades and tints

Shades of #A4757C

#A4757C
(164,117,124)
#966B71
(150,107,113)
#886166
(136,97,102)
#7A575B
(122,87,91)
#6C4D50
(108,77,80)
#5E4345
(94,67,69)
#50393A
(80,57,58)
#422F2F
(66,47,47)
#342524
(52,37,36)
#261B19
(38,27,25)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #A4757C

#A4757C
(164,117,124)
#AC8187
(172,129,135)
#B48D92
(180,141,146)
#BC999D
(188,153,157)
#C4A5A8
(196,165,168)
#CCB1B3
(204,177,179)
#D4BDBE
(212,189,190)
#DCC9C9
(220,201,201)
#E4D5D4
(228,213,212)
#ECE1DF
(236,225,223)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4757C; }

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

This text font color is #A4757C.


Background Color

.myBgColor { background-color: #A4757C; }

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

This div background color is #A4757C.


Border color

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

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

This div border color is #A4757C.


Opacity

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

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

Text with #A4757C 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 #A4757C;}

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

This text has shadow with #A4757C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4757C on black background.


Color preview on white background

This text has color #A4757C on white background.



Black color preview on #A4757C background

This text has black color on #A4757C background.


White color preview on #A4757C background

This text has white color on #A4757C background.