COLOR #AC443C

HEX: #AC443C
RGB: (172,68,60)

Color info

#AC443C contains mainly red color. Web safe color of #AC443C is #993333 (or #933).

RGB color model

#AC443C color RGB value is (172,68,60).

  • red value is 172;
  • green value is 68;
  • blue value is 60.
RGB:
(172,68,60)
(67%,27%,24%)

RGB channels and saturation

R 172 of 255 = 67%
G 68 of 255 = 27%
B 60 of 255 = 24%

172
68
60

R + G + B ~ 39%. #AC443C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 68 + 60 = 300 (100%)
R 172 of 300 ~ 57.33%
G 68 of 300 ~ 22.67%
B 60 of 300 ~ 20%

%57.33
%22.67
%20

CMYK color model

#AC443C color CMYK value is (0,60,65,33).

  • cyan value is 0.00%
  • magenta value is 60.47%
  • yellow value is 65.12%
  • key color value is 32.55%
CMYK:
(0,60,65,33)
C0M60Y65K33 
(0%,60%,65%,33%)
(0.00/0.60/0.65/0.33)	

CMYK percentages

%0
%60.47
%65.12
%32.55

Codes

Color #AC443C in popluar color models

AC443C
RGB1726860
HSL48.28%45.49%
HSB/HSV65.12%67.45%
CMYK0.00%60.47%65.12%
32.55%

Color #AC443C in popluar number systems.

HEXAC443C
Decimal1726860
Binary101011001000100111100
Octal25410474

Shades and tints

Shades of #AC443C

#AC443C
(172,68,60)
#9D3E37
(157,62,55)
#8E3832
(142,56,50)
#7F322D
(127,50,45)
#702C28
(112,44,40)
#612623
(97,38,35)
#52201E
(82,32,30)
#431A19
(67,26,25)
#341414
(52,20,20)
#250E0F
(37,14,15)
#16080A
(22,8,10)
#000000
(0,0,0)

Tints of #AC443C

#AC443C
(172,68,60)
#B3554D
(179,85,77)
#BA665E
(186,102,94)
#C1776F
(193,119,111)
#C88880
(200,136,128)
#CF9991
(207,153,145)
#D6AAA2
(214,170,162)
#DDBBB3
(221,187,179)
#E4CCC4
(228,204,196)
#EBDDD5
(235,221,213)
#F2EEE6
(242,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC443C color. Also use rgb(172,68,60) instead hex code.

Text Font Color

.myTextColor { color: #AC443C; }

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

This text font color is #AC443C.


Background Color

.myBgColor { background-color: #AC443C; }

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

This div background color is #AC443C.


Border color

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

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

This div border color is #AC443C.


Opacity

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

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

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

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

This text has shadow with #AC443C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC443C on black background.


Color preview on white background

This text has color #AC443C on white background.



Black color preview on #AC443C background

This text has black color on #AC443C background.


White color preview on #AC443C background

This text has white color on #AC443C background.