COLOR #AC1A27

HEX: #AC1A27 RGB: (172,26,39)

Color info

#AC1A27 contains mainly red color. Web safe color of #AC1A27 is #990033 (or #903).

RGB color model

#AC1A27 color RGB value is (172,26,39).

RGB: (172,26,39) (67%, 10%, 15%)

RGB channels and saturation

R 172 of 255 = 67%
G 26 of 255 = 10%
B 39 of 255 = 15%

172
26
39

R + G + B ~ 31%. #AC1A27 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 172 + 26 + 39 = 237 (100%)
R 172 of 237 ~ 72.57%
G 26 of 237 ~ 10.97%
B 39 of 237 ~ 16.46'%

%72.57
%10.97
%16.46

CMYK color model

#AC1A27 color CMYK value is (0,85,77,33).

  • cyan value is 0.00%
  • magenta value is 84.88%
  • yellow value is 77.33%
  • key color value is 32.55%

CMYK: (0,85,77,33)
C0M85Y77K33 (0%, 85%, 77%, 33%)
(0.00 / 0.85 / 0.77 / 0.33)

CMYK percentages

%0
%84.88
%77.33
%32.55

Codes

Color #AC1A27 in popluar color models

AC 1A 27
RGB 172 26 39
HSL 355° 73.74% 38.82%
HSB/HSV 355° 84.88% 67.45%
CMYK 0.00% 84.88% 77.33%
32.55%

Color #AC1A27 in popluar number systems.

HEX AC 1A 27
Decimal 172 26 39
Binary 10101100 11010 100111
Octal 254 32 47

Shades and tints

Shades of #AC1A27

#AC1A27
(172,26,39)
#9D1824
(157,24,36)
#8E1621
(142,22,33)
#7F141E
(127,20,30)
#70121B
(112,18,27)
#611018
(97,16,24)
#520E15
(82,14,21)
#430C12
(67,12,18)
#340A0F
(52,10,15)
#25080C
(37,8,12)
#160609
(22,6,9)
#000000
(0,0,0)

Tints of #AC1A27

#AC1A27
(172,26,39)
#B32E3A
(179,46,58)
#BA424D
(186,66,77)
#C15660
(193,86,96)
#C86A73
(200,106,115)
#CF7E86
(207,126,134)
#D69299
(214,146,153)
#DDA6AC
(221,166,172)
#E4BABF
(228,186,191)
#EBCED2
(235,206,210)
#F2E2E5
(242,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC1A27 color. Also use rgb(172,26,39) instead hex code.

Text Font Color

.myTextColor { color: #AC1A27; }

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

This text font color is #AC1A27.

Background Color

.myBgColor { background-color: #AC1A27; }

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

This div background color is #AC1A27.

Border color

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

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

This div border color is #AC1A27.

Opacity

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

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

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

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

This text has shadow with #AC1A27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC1A27.

Preview

Color preview on black background

This text has color #AC1A27 on black background.


Color preview on white background

This text has color #AC1A27 on white background.


Black color preview on #AC1A27 background

This text has black color on #AC1A27 background.


White color preview on #AC1A27 background

This text has white color on #AC1A27 background.


Related colors

Complementary color

Complementary color for #hex is #53E5D8.


I love getcolorcode.com

Triadic colors

1 #27AC1A and #1A27AC with #AC1A27 are triadic colors.

2 #271AAC and #1AAC27 with #AC1A27 are triadic colors.