COLOR #AC5C77

HEX: #AC5C77
RGB: (172,92,119)

Color info

#AC5C77 contains mainly red and blue colors. Web safe color of #AC5C77 is #996666 (or #966).

RGB color model

#AC5C77 color RGB value is (172,92,119).

  • red value is 172;
  • green value is 92;
  • blue value is 119.
RGB:
(172,92,119)
(67%,36%,47%)

RGB channels and saturation

R 172 of 255 = 67%
G 92 of 255 = 36%
B 119 of 255 = 47%

172
92
119

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

Portions of RGB colors in percentages

R + G + B =
172 + 92 + 119 = 383 (100%)
R 172 of 383 ~ 44.91%
G 92 of 383 ~ 24.02%
B 119 of 383 ~ 31.07%

%44.91
%24.02
%31.07

CMYK color model

#AC5C77 color CMYK value is (0,47,31,33).

  • cyan value is 0.00%
  • magenta value is 46.51%
  • yellow value is 30.81%
  • key color value is 32.55%
CMYK:
(0,47,31,33)
C0M47Y31K33 
(0%,47%,31%,33%)
(0.00/0.47/0.31/0.33)	

CMYK percentages

%0
%46.51
%30.81
%32.55

Codes

Color #AC5C77 in popluar color models

AC5C77
RGB17292119
HSL340°32.52%51.76%
HSB/HSV340°46.51%67.45%
CMYK0.00%46.51%30.81%
32.55%

Color #AC5C77 in popluar number systems.

HEXAC5C77
Decimal17292119
Binary1010110010111001110111
Octal254134167

Shades and tints

Shades of #AC5C77

#AC5C77
(172,92,119)
#9D546D
(157,84,109)
#8E4C63
(142,76,99)
#7F4459
(127,68,89)
#703C4F
(112,60,79)
#613445
(97,52,69)
#522C3B
(82,44,59)
#432431
(67,36,49)
#341C27
(52,28,39)
#25141D
(37,20,29)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #AC5C77

#AC5C77
(172,92,119)
#B36A83
(179,106,131)
#BA788F
(186,120,143)
#C1869B
(193,134,155)
#C894A7
(200,148,167)
#CFA2B3
(207,162,179)
#D6B0BF
(214,176,191)
#DDBECB
(221,190,203)
#E4CCD7
(228,204,215)
#EBDAE3
(235,218,227)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5C77 color. Also use rgb(172,92,119) instead hex code.

Text Font Color

.myTextColor { color: #AC5C77; }

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

This text font color is #AC5C77.


Background Color

.myBgColor { background-color: #AC5C77; }

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

This div background color is #AC5C77.


Border color

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

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

This div border color is #AC5C77.


Opacity

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

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

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

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

This text has shadow with #AC5C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5C77 on black background.


Color preview on white background

This text has color #AC5C77 on white background.



Black color preview on #AC5C77 background

This text has black color on #AC5C77 background.


White color preview on #AC5C77 background

This text has white color on #AC5C77 background.