COLOR #AC4D5B

HEX: #AC4D5B RGB: (172,77,91)

Color info

#AC4D5B contains mainly red color. Web safe color of #AC4D5B is #993366 (or #936).

RGB color model

#AC4D5B color RGB value is (172,77,91).

RGB: (172,77,91) (67%, 30%, 36%)

RGB channels and saturation

R 172 of 255 = 67%
G 77 of 255 = 30%
B 91 of 255 = 36%

172
77
91

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

Portions of RGB colors in percentages

R + G + B = 172 + 77 + 91 = 340 (100%)
R 172 of 340 ~ 50.59%
G 77 of 340 ~ 22.65%
B 91 of 340 ~ 26.76'%

%50.59
%22.65
%26.76

CMYK color model

#AC4D5B color CMYK value is (0,55,47,33).

  • cyan value is 0.00%
  • magenta value is 55.23%
  • yellow value is 47.09%
  • key color value is 32.55%

CMYK: (0,55,47,33)
C0M55Y47K33 (0%, 55%, 47%, 33%)
(0.00 / 0.55 / 0.47 / 0.33)

CMYK percentages

%0
%55.23
%47.09
%32.55

Codes

Color #AC4D5B in popluar color models

AC 4D 5B
RGB 172 77 91
HSL 351° 38.15% 48.82%
HSB/HSV 351° 55.23% 67.45%
CMYK 0.00% 55.23% 47.09%
32.55%

Color #AC4D5B in popluar number systems.

HEX AC 4D 5B
Decimal 172 77 91
Binary 10101100 1001101 1011011
Octal 254 115 133

Shades and tints

Shades of #AC4D5B

#AC4D5B
(172,77,91)
#9D4653
(157,70,83)
#8E3F4B
(142,63,75)
#7F3843
(127,56,67)
#70313B
(112,49,59)
#612A33
(97,42,51)
#52232B
(82,35,43)
#431C23
(67,28,35)
#34151B
(52,21,27)
#250E13
(37,14,19)
#16070B
(22,7,11)
#000000
(0,0,0)

Tints of #AC4D5B

#AC4D5B
(172,77,91)
#B35D69
(179,93,105)
#BA6D77
(186,109,119)
#C17D85
(193,125,133)
#C88D93
(200,141,147)
#CF9DA1
(207,157,161)
#D6ADAF
(214,173,175)
#DDBDBD
(221,189,189)
#E4CDCB
(228,205,203)
#EBDDD9
(235,221,217)
#F2EDE7
(242,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC4D5B; }

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

This text font color is #AC4D5B.

Background Color

.myBgColor { background-color: #AC4D5B; }

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

This div background color is #AC4D5B.

Border color

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

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

This div border color is #AC4D5B.

Opacity

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

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

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

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

This text has shadow with #AC4D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC4D5B.

Preview

Color preview on black background

This text has color #AC4D5B on black background.


Color preview on white background

This text has color #AC4D5B on white background.


Black color preview on #AC4D5B background

This text has black color on #AC4D5B background.


White color preview on #AC4D5B background

This text has white color on #AC4D5B background.


Related colors

Complementary color

Complementary color for #AC4D5B is #53B2A4.


I love getcolorcode.com

Triadic colors

1 #5BAC4D and #4D5BAC with #AC4D5B are triadic colors.

2 #5B4DAC and #4DAC5B with #AC4D5B are triadic colors.