COLOR #AC316F

HEX: #AC316F
RGB: (172,49,111)

Color info

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

RGB color model

#AC316F color RGB value is (172,49,111).

  • red value is 172;
  • green value is 49;
  • blue value is 111.
RGB:
(172,49,111)
(67%,19%,44%)

RGB channels and saturation

R 172 of 255 = 67%
G 49 of 255 = 19%
B 111 of 255 = 44%

172
49
111

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

Portions of RGB colors in percentages

R + G + B =
172 + 49 + 111 = 332 (100%)
R 172 of 332 ~ 51.81%
G 49 of 332 ~ 14.76%
B 111 of 332 ~ 33.43%

%51.81
%14.76
%33.43

CMYK color model

#AC316F color CMYK value is (0,72,35,33).

  • cyan value is 0.00%
  • magenta value is 71.51%
  • yellow value is 35.47%
  • key color value is 32.55%
CMYK:
(0,72,35,33)
C0M72Y35K33 
(0%,72%,35%,33%)
(0.00/0.72/0.35/0.33)	

CMYK percentages

%0
%71.51
%35.47
%32.55

Codes

Color #AC316F in popluar color models

AC316F
RGB17249111
HSL330°55.66%43.33%
HSB/HSV330°71.51%67.45%
CMYK0.00%71.51%35.47%
32.55%

Color #AC316F in popluar number systems.

HEXAC316F
Decimal17249111
Binary101011001100011101111
Octal25461157

Shades and tints

Shades of #AC316F

#AC316F
(172,49,111)
#9D2D65
(157,45,101)
#8E295B
(142,41,91)
#7F2551
(127,37,81)
#702147
(112,33,71)
#611D3D
(97,29,61)
#521933
(82,25,51)
#431529
(67,21,41)
#34111F
(52,17,31)
#250D15
(37,13,21)
#16090B
(22,9,11)
#000000
(0,0,0)

Tints of #AC316F

#AC316F
(172,49,111)
#B3437C
(179,67,124)
#BA5589
(186,85,137)
#C16796
(193,103,150)
#C879A3
(200,121,163)
#CF8BB0
(207,139,176)
#D69DBD
(214,157,189)
#DDAFCA
(221,175,202)
#E4C1D7
(228,193,215)
#EBD3E4
(235,211,228)
#F2E5F1
(242,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC316F color. Also use rgb(172,49,111) instead hex code.

Text Font Color

.myTextColor { color: #AC316F; }

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

This text font color is #AC316F.


Background Color

.myBgColor { background-color: #AC316F; }

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

This div background color is #AC316F.


Border color

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

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

This div border color is #AC316F.


Opacity

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

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

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

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

This text has shadow with #AC316F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC316F on black background.


Color preview on white background

This text has color #AC316F on white background.



Black color preview on #AC316F background

This text has black color on #AC316F background.


White color preview on #AC316F background

This text has white color on #AC316F background.