COLOR #AC1256

HEX: #AC1256
RGB: (172,18,86)

Color info

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

RGB color model

#AC1256 color RGB value is (172,18,86).

  • red value is 172;
  • green value is 18;
  • blue value is 86.
RGB:
(172,18,86)
(67%,7%,34%)

RGB channels and saturation

R 172 of 255 = 67%
G 18 of 255 = 7%
B 86 of 255 = 34%

172
18
86

R + G + B ~ 36%. #AC1256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 18 + 86 = 276 (100%)
R 172 of 276 ~ 62.32%
G 18 of 276 ~ 6.52%
B 86 of 276 ~ 31.16%

%62.32
%31.16

CMYK color model

#AC1256 color CMYK value is (0,90,50,33).

  • cyan value is 0.00%
  • magenta value is 89.53%
  • yellow value is 50.00%
  • key color value is 32.55%
CMYK:
(0,90,50,33)
C0M90Y50K33 
(0%,90%,50%,33%)
(0.00/0.90/0.50/0.33)	

CMYK percentages

%0
%89.53
%50
%32.55

Codes

Color #AC1256 in popluar color models

AC1256
RGB1721886
HSL334°81.05%37.25%
HSB/HSV334°89.53%67.45%
CMYK0.00%89.53%50.00%
32.55%

Color #AC1256 in popluar number systems.

HEXAC1256
Decimal1721886
Binary10101100100101010110
Octal25422126

Shades and tints

Shades of #AC1256

#AC1256
(172,18,86)
#9D114F
(157,17,79)
#8E1048
(142,16,72)
#7F0F41
(127,15,65)
#700E3A
(112,14,58)
#610D33
(97,13,51)
#520C2C
(82,12,44)
#430B25
(67,11,37)
#340A1E
(52,10,30)
#250917
(37,9,23)
#160810
(22,8,16)
#000000
(0,0,0)

Tints of #AC1256

#AC1256
(172,18,86)
#B32765
(179,39,101)
#BA3C74
(186,60,116)
#C15183
(193,81,131)
#C86692
(200,102,146)
#CF7BA1
(207,123,161)
#D690B0
(214,144,176)
#DDA5BF
(221,165,191)
#E4BACE
(228,186,206)
#EBCFDD
(235,207,221)
#F2E4EC
(242,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC1256 color. Also use rgb(172,18,86) instead hex code.

Text Font Color

.myTextColor { color: #AC1256; }

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

This text font color is #AC1256.


Background Color

.myBgColor { background-color: #AC1256; }

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

This div background color is #AC1256.


Border color

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

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

This div border color is #AC1256.


Opacity

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

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

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

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

This text has shadow with #AC1256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC1256 on black background.


Color preview on white background

This text has color #AC1256 on white background.



Black color preview on #AC1256 background

This text has black color on #AC1256 background.


White color preview on #AC1256 background

This text has white color on #AC1256 background.