COLOR #AC115C

HEX: #AC115C
RGB: (172,17,92)

Color info

#AC115C contains mainly red color. Web safe color of #AC115C is #990066 (or #906).

RGB color model

#AC115C color RGB value is (172,17,92).

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

RGB channels and saturation

R 172 of 255 = 67%
G 17 of 255 = 7%
B 92 of 255 = 36%

172
17
92

R + G + B ~ 37%. #AC115C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 17 + 92 = 281 (100%)
R 172 of 281 ~ 61.21%
G 17 of 281 ~ 6.05%
B 92 of 281 ~ 32.74%

%61.21
%32.74

CMYK color model

#AC115C color CMYK value is (0,90,47,33).

  • cyan value is 0.00%
  • magenta value is 90.12%
  • yellow value is 46.51%
  • key color value is 32.55%
CMYK:
(0,90,47,33)
C0M90Y47K33 
(0%,90%,47%,33%)
(0.00/0.90/0.47/0.33)	

CMYK percentages

%0
%90.12
%46.51
%32.55

Codes

Color #AC115C in popluar color models

AC115C
RGB1721792
HSL331°82.01%37.06%
HSB/HSV331°90.12%67.45%
CMYK0.00%90.12%46.51%
32.55%

Color #AC115C in popluar number systems.

HEXAC115C
Decimal1721792
Binary10101100100011011100
Octal25421134

Shades and tints

Shades of #AC115C

#AC115C
(172,17,92)
#9D1054
(157,16,84)
#8E0F4C
(142,15,76)
#7F0E44
(127,14,68)
#700D3C
(112,13,60)
#610C34
(97,12,52)
#520B2C
(82,11,44)
#430A24
(67,10,36)
#34091C
(52,9,28)
#250814
(37,8,20)
#16070C
(22,7,12)
#000000
(0,0,0)

Tints of #AC115C

#AC115C
(172,17,92)
#B3266A
(179,38,106)
#BA3B78
(186,59,120)
#C15086
(193,80,134)
#C86594
(200,101,148)
#CF7AA2
(207,122,162)
#D68FB0
(214,143,176)
#DDA4BE
(221,164,190)
#E4B9CC
(228,185,204)
#EBCEDA
(235,206,218)
#F2E3E8
(242,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC115C; }

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

This text font color is #AC115C.


Background Color

.myBgColor { background-color: #AC115C; }

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

This div background color is #AC115C.


Border color

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

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

This div border color is #AC115C.


Opacity

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

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

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

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

This text has shadow with #AC115C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC115C on black background.


Color preview on white background

This text has color #AC115C on white background.



Black color preview on #AC115C background

This text has black color on #AC115C background.


White color preview on #AC115C background

This text has white color on #AC115C background.