COLOR #AC414D

HEX: #AC414D
RGB: (172,65,77)

Color info

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

RGB color model

#AC414D color RGB value is (172,65,77).

  • red value is 172;
  • green value is 65;
  • blue value is 77.
RGB:
(172,65,77)
(67%,25%,30%)

RGB channels and saturation

R 172 of 255 = 67%
G 65 of 255 = 25%
B 77 of 255 = 30%

172
65
77

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

Portions of RGB colors in percentages

R + G + B =
172 + 65 + 77 = 314 (100%)
R 172 of 314 ~ 54.78%
G 65 of 314 ~ 20.7%
B 77 of 314 ~ 24.52%

%54.78
%20.7
%24.52

CMYK color model

#AC414D color CMYK value is (0,62,55,33).

  • cyan value is 0.00%
  • magenta value is 62.21%
  • yellow value is 55.23%
  • key color value is 32.55%
CMYK:
(0,62,55,33)
C0M62Y55K33 
(0%,62%,55%,33%)
(0.00/0.62/0.55/0.33)	

CMYK percentages

%0
%62.21
%55.23
%32.55

Codes

Color #AC414D in popluar color models

AC414D
RGB1726577
HSL353°45.15%46.47%
HSB/HSV353°62.21%67.45%
CMYK0.00%62.21%55.23%
32.55%

Color #AC414D in popluar number systems.

HEXAC414D
Decimal1726577
Binary1010110010000011001101
Octal254101115

Shades and tints

Shades of #AC414D

#AC414D
(172,65,77)
#9D3C46
(157,60,70)
#8E373F
(142,55,63)
#7F3238
(127,50,56)
#702D31
(112,45,49)
#61282A
(97,40,42)
#522323
(82,35,35)
#431E1C
(67,30,28)
#341915
(52,25,21)
#25140E
(37,20,14)
#160F07
(22,15,7)
#000000
(0,0,0)

Tints of #AC414D

#AC414D
(172,65,77)
#B3525D
(179,82,93)
#BA636D
(186,99,109)
#C1747D
(193,116,125)
#C8858D
(200,133,141)
#CF969D
(207,150,157)
#D6A7AD
(214,167,173)
#DDB8BD
(221,184,189)
#E4C9CD
(228,201,205)
#EBDADD
(235,218,221)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC414D color. Also use rgb(172,65,77) instead hex code.

Text Font Color

.myTextColor { color: #AC414D; }

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

This text font color is #AC414D.


Background Color

.myBgColor { background-color: #AC414D; }

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

This div background color is #AC414D.


Border color

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

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

This div border color is #AC414D.


Opacity

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

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

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

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

This text has shadow with #AC414D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC414D on black background.


Color preview on white background

This text has color #AC414D on white background.



Black color preview on #AC414D background

This text has black color on #AC414D background.


White color preview on #AC414D background

This text has white color on #AC414D background.