COLOR #AC5C51

HEX: #AC5C51
RGB: (172,92,81)

Color info

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

RGB color model

#AC5C51 color RGB value is (172,92,81).

  • red value is 172;
  • green value is 92;
  • blue value is 81.
RGB:
(172,92,81)
(67%,36%,32%)

RGB channels and saturation

R 172 of 255 = 67%
G 92 of 255 = 36%
B 81 of 255 = 32%

172
92
81

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

Portions of RGB colors in percentages

R + G + B =
172 + 92 + 81 = 345 (100%)
R 172 of 345 ~ 49.86%
G 92 of 345 ~ 26.67%
B 81 of 345 ~ 23.48%

%49.86
%26.67
%23.48

CMYK color model

#AC5C51 color CMYK value is (0,47,53,33).

  • cyan value is 0.00%
  • magenta value is 46.51%
  • yellow value is 52.91%
  • key color value is 32.55%
CMYK:
(0,47,53,33)
C0M47Y53K33 
(0%,47%,53%,33%)
(0.00/0.47/0.53/0.33)	

CMYK percentages

%0
%46.51
%52.91
%32.55

Codes

Color #AC5C51 in popluar color models

AC5C51
RGB1729281
HSL35.97%49.61%
HSB/HSV52.91%67.45%
CMYK0.00%46.51%52.91%
32.55%

Color #AC5C51 in popluar number systems.

HEXAC5C51
Decimal1729281
Binary1010110010111001010001
Octal254134121

Shades and tints

Shades of #AC5C51

#AC5C51
(172,92,81)
#9D544A
(157,84,74)
#8E4C43
(142,76,67)
#7F443C
(127,68,60)
#703C35
(112,60,53)
#61342E
(97,52,46)
#522C27
(82,44,39)
#432420
(67,36,32)
#341C19
(52,28,25)
#251412
(37,20,18)
#160C0B
(22,12,11)
#000000
(0,0,0)

Tints of #AC5C51

#AC5C51
(172,92,81)
#B36A60
(179,106,96)
#BA786F
(186,120,111)
#C1867E
(193,134,126)
#C8948D
(200,148,141)
#CFA29C
(207,162,156)
#D6B0AB
(214,176,171)
#DDBEBA
(221,190,186)
#E4CCC9
(228,204,201)
#EBDAD8
(235,218,216)
#F2E8E7
(242,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5C51; }

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

This text font color is #AC5C51.


Background Color

.myBgColor { background-color: #AC5C51; }

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

This div background color is #AC5C51.


Border color

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

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

This div border color is #AC5C51.


Opacity

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

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

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

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

This text has shadow with #AC5C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5C51 on black background.


Color preview on white background

This text has color #AC5C51 on white background.



Black color preview on #AC5C51 background

This text has black color on #AC5C51 background.


White color preview on #AC5C51 background

This text has white color on #AC5C51 background.