COLOR #AC4C51

HEX: #AC4C51 RGB: (172,76,81)

Color info

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

RGB color model

#AC4C51 color RGB value is (172,76,81).

RGB: (172,76,81) (67%, 30%, 32%)

RGB channels and saturation

R 172 of 255 = 67%
G 76 of 255 = 30%
B 81 of 255 = 32%

172
76
81

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

Portions of RGB colors in percentages

R + G + B = 172 + 76 + 81 = 329 (100%)
R 172 of 329 ~ 52.28%
G 76 of 329 ~ 23.1%
B 81 of 329 ~ 24.62'%

%52.28
%23.1
%24.62

CMYK color model

#AC4C51 color CMYK value is (0,56,53,33).

  • cyan value is 0.00%
  • magenta value is 55.81%
  • yellow value is 52.91%
  • key color value is 32.55%

CMYK: (0,56,53,33)
C0M56Y53K33 (0%, 56%, 53%, 33%)
(0.00 / 0.56 / 0.53 / 0.33)

CMYK percentages

%0
%55.81
%52.91
%32.55

Codes

Color #AC4C51 in popluar color models

AC 4C 51
RGB 172 76 81
HSL 357° 38.71% 48.63%
HSB/HSV 357° 55.81% 67.45%
CMYK 0.00% 55.81% 52.91%
32.55%

Color #AC4C51 in popluar number systems.

HEX AC 4C 51
Decimal 172 76 81
Binary 10101100 1001100 1010001
Octal 254 114 121

Shades and tints

Shades of #AC4C51

#AC4C51
(172,76,81)
#9D464A
(157,70,74)
#8E4043
(142,64,67)
#7F3A3C
(127,58,60)
#703435
(112,52,53)
#612E2E
(97,46,46)
#522827
(82,40,39)
#432220
(67,34,32)
#341C19
(52,28,25)
#251612
(37,22,18)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #AC4C51

#AC4C51
(172,76,81)
#B35C60
(179,92,96)
#BA6C6F
(186,108,111)
#C17C7E
(193,124,126)
#C88C8D
(200,140,141)
#CF9C9C
(207,156,156)
#D6ACAB
(214,172,171)
#DDBCBA
(221,188,186)
#E4CCC9
(228,204,201)
#EBDCD8
(235,220,216)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4C51 color. Also use rgb(172,76,81) instead hex code.

Text Font Color

.myTextColor { color: #AC4C51; }

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

This text font color is #AC4C51.

Background Color

.myBgColor { background-color: #AC4C51; }

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

This div background color is #AC4C51.

Border color

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

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

This div border color is #AC4C51.

Opacity

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

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

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

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

This text has shadow with #AC4C51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC4C51.

Preview

Color preview on black background

This text has color #AC4C51 on black background.


Color preview on white background

This text has color #AC4C51 on white background.


Black color preview on #AC4C51 background

This text has black color on #AC4C51 background.


White color preview on #AC4C51 background

This text has white color on #AC4C51 background.


Related colors

Complementary color

Complementary color for #hex is #53B3AE.


I love getcolorcode.com

Triadic colors

1 #51AC4C and #4C51AC with #AC4C51 are triadic colors.

2 #514CAC and #4CAC51 with #AC4C51 are triadic colors.