COLOR #AC4E56

HEX: #AC4E56
RGB: (172,78,86)

Color info

#AC4E56 contains mainly red color. Web safe color of #AC4E56 is #996666 (or #966).

RGB color model

#AC4E56 color RGB value is (172,78,86).

  • red value is 172;
  • green value is 78;
  • blue value is 86.
RGB:
(172,78,86)
(67%,31%,34%)

RGB channels and saturation

R 172 of 255 = 67%
G 78 of 255 = 31%
B 86 of 255 = 34%

172
78
86

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

Portions of RGB colors in percentages

R + G + B =
172 + 78 + 86 = 336 (100%)
R 172 of 336 ~ 51.19%
G 78 of 336 ~ 23.21%
B 86 of 336 ~ 25.6%

%51.19
%23.21
%25.6

CMYK color model

#AC4E56 color CMYK value is (0,55,50,33).

  • cyan value is 0.00%
  • magenta value is 54.65%
  • yellow value is 50.00%
  • key color value is 32.55%
CMYK:
(0,55,50,33)
C0M55Y50K33 
(0%,55%,50%,33%)
(0.00/0.55/0.50/0.33)	

CMYK percentages

%0
%54.65
%50
%32.55

Codes

Color #AC4E56 in popluar color models

AC4E56
RGB1727886
HSL355°37.60%49.02%
HSB/HSV355°54.65%67.45%
CMYK0.00%54.65%50.00%
32.55%

Color #AC4E56 in popluar number systems.

HEXAC4E56
Decimal1727886
Binary1010110010011101010110
Octal254116126

Shades and tints

Shades of #AC4E56

#AC4E56
(172,78,86)
#9D474F
(157,71,79)
#8E4048
(142,64,72)
#7F3941
(127,57,65)
#70323A
(112,50,58)
#612B33
(97,43,51)
#52242C
(82,36,44)
#431D25
(67,29,37)
#34161E
(52,22,30)
#250F17
(37,15,23)
#160810
(22,8,16)
#000000
(0,0,0)

Tints of #AC4E56

#AC4E56
(172,78,86)
#B35E65
(179,94,101)
#BA6E74
(186,110,116)
#C17E83
(193,126,131)
#C88E92
(200,142,146)
#CF9EA1
(207,158,161)
#D6AEB0
(214,174,176)
#DDBEBF
(221,190,191)
#E4CECE
(228,206,206)
#EBDEDD
(235,222,221)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4E56 color. Also use rgb(172,78,86) instead hex code.

Text Font Color

.myTextColor { color: #AC4E56; }

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

This text font color is #AC4E56.


Background Color

.myBgColor { background-color: #AC4E56; }

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

This div background color is #AC4E56.


Border color

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

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

This div border color is #AC4E56.


Opacity

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

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

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

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

This text has shadow with #AC4E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4E56 on black background.


Color preview on white background

This text has color #AC4E56 on white background.



Black color preview on #AC4E56 background

This text has black color on #AC4E56 background.


White color preview on #AC4E56 background

This text has white color on #AC4E56 background.