COLOR #AC220C

HEX: #AC220C
RGB: (172,34,12)

Color info

#AC220C contains mainly red color. Web safe color of #AC220C is #993300 (or #930).

RGB color model

#AC220C color RGB value is (172,34,12).

  • red value is 172;
  • green value is 34;
  • blue value is 12.
RGB:
(172,34,12)
(67%,13%,5%)

RGB channels and saturation

R 172 of 255 = 67%
G 34 of 255 = 13%
B 12 of 255 = 5%

172
34
12

R + G + B ~ 28%. #AC220C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 34 + 12 = 218 (100%)
R 172 of 218 ~ 78.9%
G 34 of 218 ~ 15.6%
B 12 of 218 ~ 5.5%

%78.9
%15.6

CMYK color model

#AC220C color CMYK value is (0,80,93,33).

  • cyan value is 0.00%
  • magenta value is 80.23%
  • yellow value is 93.02%
  • key color value is 32.55%
CMYK:
(0,80,93,33)
C0M80Y93K33 
(0%,80%,93%,33%)
(0.00/0.80/0.93/0.33)	

CMYK percentages

%0
%80.23
%93.02
%32.55

Codes

Color #AC220C in popluar color models

AC220C
RGB1723412
HSL86.96%36.08%
HSB/HSV93.02%67.45%
CMYK0.00%80.23%93.02%
32.55%

Color #AC220C in popluar number systems.

HEXAC220C
Decimal1723412
Binary101011001000101100
Octal2544214

Shades and tints

Shades of #AC220C

#AC220C
(172,34,12)
#9D1F0B
(157,31,11)
#8E1C0A
(142,28,10)
#7F1909
(127,25,9)
#701608
(112,22,8)
#611307
(97,19,7)
#521006
(82,16,6)
#430D05
(67,13,5)
#340A04
(52,10,4)
#250703
(37,7,3)
#160402
(22,4,2)
#000000
(0,0,0)

Tints of #AC220C

#AC220C
(172,34,12)
#B33622
(179,54,34)
#BA4A38
(186,74,56)
#C15E4E
(193,94,78)
#C87264
(200,114,100)
#CF867A
(207,134,122)
#D69A90
(214,154,144)
#DDAEA6
(221,174,166)
#E4C2BC
(228,194,188)
#EBD6D2
(235,214,210)
#F2EAE8
(242,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC220C color. Also use rgb(172,34,12) instead hex code.

Text Font Color

.myTextColor { color: #AC220C; }

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

This text font color is #AC220C.


Background Color

.myBgColor { background-color: #AC220C; }

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

This div background color is #AC220C.


Border color

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

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

This div border color is #AC220C.


Opacity

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

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

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

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

This text has shadow with #AC220C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC220C on black background.


Color preview on white background

This text has color #AC220C on white background.



Black color preview on #AC220C background

This text has black color on #AC220C background.


White color preview on #AC220C background

This text has white color on #AC220C background.