COLOR #AC1551

HEX: #AC1551
RGB: (172,21,81)

Color info

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

RGB color model

#AC1551 color RGB value is (172,21,81).

  • red value is 172;
  • green value is 21;
  • blue value is 81.
RGB:
(172,21,81)
(67%,8%,32%)

RGB channels and saturation

R 172 of 255 = 67%
G 21 of 255 = 8%
B 81 of 255 = 32%

172
21
81

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

Portions of RGB colors in percentages

R + G + B =
172 + 21 + 81 = 274 (100%)
R 172 of 274 ~ 62.77%
G 21 of 274 ~ 7.66%
B 81 of 274 ~ 29.56%

%62.77
%29.56

CMYK color model

#AC1551 color CMYK value is (0,88,53,33).

  • cyan value is 0.00%
  • magenta value is 87.79%
  • yellow value is 52.91%
  • key color value is 32.55%
CMYK:
(0,88,53,33)
C0M88Y53K33 
(0%,88%,53%,33%)
(0.00/0.88/0.53/0.33)	

CMYK percentages

%0
%87.79
%52.91
%32.55

Codes

Color #AC1551 in popluar color models

AC1551
RGB1722181
HSL336°78.24%37.84%
HSB/HSV336°87.79%67.45%
CMYK0.00%87.79%52.91%
32.55%

Color #AC1551 in popluar number systems.

HEXAC1551
Decimal1722181
Binary10101100101011010001
Octal25425121

Shades and tints

Shades of #AC1551

#AC1551
(172,21,81)
#9D144A
(157,20,74)
#8E1343
(142,19,67)
#7F123C
(127,18,60)
#701135
(112,17,53)
#61102E
(97,16,46)
#520F27
(82,15,39)
#430E20
(67,14,32)
#340D19
(52,13,25)
#250C12
(37,12,18)
#160B0B
(22,11,11)
#000000
(0,0,0)

Tints of #AC1551

#AC1551
(172,21,81)
#B32A60
(179,42,96)
#BA3F6F
(186,63,111)
#C1547E
(193,84,126)
#C8698D
(200,105,141)
#CF7E9C
(207,126,156)
#D693AB
(214,147,171)
#DDA8BA
(221,168,186)
#E4BDC9
(228,189,201)
#EBD2D8
(235,210,216)
#F2E7E7
(242,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC1551 color. Also use rgb(172,21,81) instead hex code.

Text Font Color

.myTextColor { color: #AC1551; }

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

This text font color is #AC1551.


Background Color

.myBgColor { background-color: #AC1551; }

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

This div background color is #AC1551.


Border color

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

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

This div border color is #AC1551.


Opacity

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

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

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

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

This text has shadow with #AC1551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC1551 on black background.


Color preview on white background

This text has color #AC1551 on white background.



Black color preview on #AC1551 background

This text has black color on #AC1551 background.


White color preview on #AC1551 background

This text has white color on #AC1551 background.