COLOR #AC5C5C

HEX: #AC5C5C
RGB: (172,92,92)

Color info

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

RGB color model

#AC5C5C color RGB value is (172,92,92).

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

RGB channels and saturation

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

172
92
92

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

Portions of RGB colors in percentages

R + G + B =
172 + 92 + 92 = 356 (100%)
R 172 of 356 ~ 48.31%
G 92 of 356 ~ 25.84%
B 92 of 356 ~ 25.84%

%48.31
%25.84
%25.84

CMYK color model

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

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

CMYK percentages

%0
%46.51
%46.51
%32.55

Codes

Color #AC5C5C in popluar color models

AC5C5C
RGB1729292
HSL32.52%51.76%
HSB/HSV46.51%67.45%
CMYK0.00%46.51%46.51%
32.55%

Color #AC5C5C in popluar number systems.

HEXAC5C5C
Decimal1729292
Binary1010110010111001011100
Octal254134134

Shades and tints

Shades of #AC5C5C

#AC5C5C
(172,92,92)
#9D5454
(157,84,84)
#8E4C4C
(142,76,76)
#7F4444
(127,68,68)
#703C3C
(112,60,60)
#613434
(97,52,52)
#522C2C
(82,44,44)
#432424
(67,36,36)
#341C1C
(52,28,28)
#251414
(37,20,20)
#160C0C
(22,12,12)
#000000
(0,0,0)

Tints of #AC5C5C

#AC5C5C
(172,92,92)
#B36A6A
(179,106,106)
#BA7878
(186,120,120)
#C18686
(193,134,134)
#C89494
(200,148,148)
#CFA2A2
(207,162,162)
#D6B0B0
(214,176,176)
#DDBEBE
(221,190,190)
#E4CCCC
(228,204,204)
#EBDADA
(235,218,218)
#F2E8E8
(242,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5C5C; }

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

This text font color is #AC5C5C.


Background Color

.myBgColor { background-color: #AC5C5C; }

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

This div background color is #AC5C5C.


Border color

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

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

This div border color is #AC5C5C.


Opacity

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

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

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

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

This text has shadow with #AC5C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5C5C on black background.


Color preview on white background

This text has color #AC5C5C on white background.



Black color preview on #AC5C5C background

This text has black color on #AC5C5C background.


White color preview on #AC5C5C background

This text has white color on #AC5C5C background.