COLOR #AC2C5E

HEX: #AC2C5E
RGB: (172,44,94)

Color info

#AC2C5E contains mainly red color. Web safe color of #AC2C5E is #993366 (or #936).

RGB color model

#AC2C5E color RGB value is (172,44,94).

  • red value is 172;
  • green value is 44;
  • blue value is 94.
RGB:
(172,44,94)
(67%,17%,37%)

RGB channels and saturation

R 172 of 255 = 67%
G 44 of 255 = 17%
B 94 of 255 = 37%

172
44
94

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

Portions of RGB colors in percentages

R + G + B =
172 + 44 + 94 = 310 (100%)
R 172 of 310 ~ 55.48%
G 44 of 310 ~ 14.19%
B 94 of 310 ~ 30.32%

%55.48
%14.19
%30.32

CMYK color model

#AC2C5E color CMYK value is (0,74,45,33).

  • cyan value is 0.00%
  • magenta value is 74.42%
  • yellow value is 45.35%
  • key color value is 32.55%
CMYK:
(0,74,45,33)
C0M74Y45K33 
(0%,74%,45%,33%)
(0.00/0.74/0.45/0.33)	

CMYK percentages

%0
%74.42
%45.35
%32.55

Codes

Color #AC2C5E in popluar color models

AC2C5E
RGB1724494
HSL337°59.26%42.35%
HSB/HSV337°74.42%67.45%
CMYK0.00%74.42%45.35%
32.55%

Color #AC2C5E in popluar number systems.

HEXAC2C5E
Decimal1724494
Binary101011001011001011110
Octal25454136

Shades and tints

Shades of #AC2C5E

#AC2C5E
(172,44,94)
#9D2856
(157,40,86)
#8E244E
(142,36,78)
#7F2046
(127,32,70)
#701C3E
(112,28,62)
#611836
(97,24,54)
#52142E
(82,20,46)
#431026
(67,16,38)
#340C1E
(52,12,30)
#250816
(37,8,22)
#16040E
(22,4,14)
#000000
(0,0,0)

Tints of #AC2C5E

#AC2C5E
(172,44,94)
#B33F6C
(179,63,108)
#BA527A
(186,82,122)
#C16588
(193,101,136)
#C87896
(200,120,150)
#CF8BA4
(207,139,164)
#D69EB2
(214,158,178)
#DDB1C0
(221,177,192)
#E4C4CE
(228,196,206)
#EBD7DC
(235,215,220)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC2C5E color. Also use rgb(172,44,94) instead hex code.

Text Font Color

.myTextColor { color: #AC2C5E; }

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

This text font color is #AC2C5E.


Background Color

.myBgColor { background-color: #AC2C5E; }

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

This div background color is #AC2C5E.


Border color

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

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

This div border color is #AC2C5E.


Opacity

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

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

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

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

This text has shadow with #AC2C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC2C5E on black background.


Color preview on white background

This text has color #AC2C5E on white background.



Black color preview on #AC2C5E background

This text has black color on #AC2C5E background.


White color preview on #AC2C5E background

This text has white color on #AC2C5E background.