COLOR #AC4440

HEX: #AC4440 RGB: (172,68,64)

Color info

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

RGB color model

#AC4440 color RGB value is (172,68,64).

RGB: (172,68,64) (67%, 27%, 25%)

RGB channels and saturation

R 172 of 255 = 67%
G 68 of 255 = 27%
B 64 of 255 = 25%

172
68
64

R + G + B ~ 40%. #AC4440 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 172 + 68 + 64 = 304 (100%)
R 172 of 304 ~ 56.58%
G 68 of 304 ~ 22.37%
B 64 of 304 ~ 21.05'%

%56.58
%22.37
%21.05

CMYK color model

#AC4440 color CMYK value is (0,60,63,33).

  • cyan value is 0.00%
  • magenta value is 60.47%
  • yellow value is 62.79%
  • key color value is 32.55%

CMYK: (0,60,63,33)
C0M60Y63K33 (0%, 60%, 63%, 33%)
(0.00 / 0.60 / 0.63 / 0.33)

CMYK percentages

%0
%60.47
%62.79
%32.55

Codes

Color #AC4440 in popluar color models

AC 44 40
RGB 172 68 64
HSL 45.76% 46.27%
HSB/HSV 62.79% 67.45%
CMYK 0.00% 60.47% 62.79%
32.55%

Color #AC4440 in popluar number systems.

HEX AC 44 40
Decimal 172 68 64
Binary 10101100 1000100 1000000
Octal 254 104 100

Shades and tints

Shades of #AC4440

#AC4440
(172,68,64)
#9D3E3B
(157,62,59)
#8E3836
(142,56,54)
#7F3231
(127,50,49)
#702C2C
(112,44,44)
#612627
(97,38,39)
#522022
(82,32,34)
#431A1D
(67,26,29)
#341418
(52,20,24)
#250E13
(37,14,19)
#16080E
(22,8,14)
#000000
(0,0,0)

Tints of #AC4440

#AC4440
(172,68,64)
#B35551
(179,85,81)
#BA6662
(186,102,98)
#C17773
(193,119,115)
#C88884
(200,136,132)
#CF9995
(207,153,149)
#D6AAA6
(214,170,166)
#DDBBB7
(221,187,183)
#E4CCC8
(228,204,200)
#EBDDD9
(235,221,217)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC4440; }

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

This text font color is #AC4440.

Background Color

.myBgColor { background-color: #AC4440; }

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

This div background color is #AC4440.

Border color

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

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

This div border color is #AC4440.

Opacity

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

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

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

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

This text has shadow with #AC4440 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC4440.

Preview

Color preview on black background

This text has color #AC4440 on black background.


Color preview on white background

This text has color #AC4440 on white background.


Black color preview on #AC4440 background

This text has black color on #AC4440 background.


White color preview on #AC4440 background

This text has white color on #AC4440 background.


Related colors

Complementary color

Complementary color for #hex is #53BBBF.


I love getcolorcode.com

Triadic colors

1 #40AC44 and #4440AC with #AC4440 are triadic colors.

2 #4044AC and #44AC40 with #AC4440 are triadic colors.