COLOR #AC553C

HEX: #AC553C RGB: (172,85,60)

Color info

#AC553C contains mainly red color. Web safe color of #AC553C is #996633 (or #963).

RGB color model

#AC553C color RGB value is (172,85,60).

RGB: (172,85,60) (67%, 33%, 24%)

RGB channels and saturation

R 172 of 255 = 67%
G 85 of 255 = 33%
B 60 of 255 = 24%

172
85
60

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

Portions of RGB colors in percentages

R + G + B = 172 + 85 + 60 = 317 (100%)
R 172 of 317 ~ 54.26%
G 85 of 317 ~ 26.81%
B 60 of 317 ~ 18.93'%

%54.26
%26.81
%18.93

CMYK color model

#AC553C color CMYK value is (0,51,65,33).

  • cyan value is 0.00%
  • magenta value is 50.58%
  • yellow value is 65.12%
  • key color value is 32.55%
CMYK: (0,51,65,33) C0M51Y65K33 (0%,51%,65%,33%) (0.00/0.51/0.65/0.33) 

CMYK percentages

%0
%50.58
%65.12
%32.55

Codes

Color #AC553C in popluar color models

AC 55 3C
RGB 172 85 60
HSL 13° 48.28% 45.49%
HSB/HSV 13° 65.12% 67.45%
CMYK 0.00% 50.58% 65.12%
32.55%

Color #AC553C in popluar number systems.

HEX AC 55 3C
Decimal 172 85 60
Binary 10101100 1010101 111100
Octal 254 125 74

Shades and tints

Shades of #AC553C

#AC553C
(172,85,60)
#9D4E37
(157,78,55)
#8E4732
(142,71,50)
#7F402D
(127,64,45)
#703928
(112,57,40)
#613223
(97,50,35)
#522B1E
(82,43,30)
#432419
(67,36,25)
#341D14
(52,29,20)
#25160F
(37,22,15)
#160F0A
(22,15,10)
#000000
(0,0,0)

Tints of #AC553C

#AC553C
(172,85,60)
#B3644D
(179,100,77)
#BA735E
(186,115,94)
#C1826F
(193,130,111)
#C89180
(200,145,128)
#CFA091
(207,160,145)
#D6AFA2
(214,175,162)
#DDBEB3
(221,190,179)
#E4CDC4
(228,205,196)
#EBDCD5
(235,220,213)
#F2EBE6
(242,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC553C; }

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

This text font color is #AC553C.

Background Color

.myBgColor { background-color: #AC553C; }

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

This div background color is #AC553C.

Border color

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

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

This div border color is #AC553C.

Opacity

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

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

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

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

This text has shadow with #AC553C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC553C.

Preview

Color preview on black background

This text has color #AC553C on black background.


Color preview on white background

This text has color #AC553C on white background.


Black color preview on #AC553C background

This text has black color on #AC553C background.


White color preview on #AC553C background

This text has white color on #AC553C background.


Related colors

Complementary color

Complementary color for #hex is #53AAC3.


I love getcolorcode.com

Triadic colors

1 #3CAC55 and #553CAC with #AC553C are triadic colors.

2 #3C55AC and #55AC3C with #AC553C are triadic colors.