COLOR #AC5C46

HEX: #AC5C46 RGB: (172,92,70)

Color info

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

RGB color model

#AC5C46 color RGB value is (172,92,70).

RGB: (172,92,70) (67%, 36%, 27%)

RGB channels and saturation

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

172
92
70

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

Portions of RGB colors in percentages

R + G + B = 172 + 92 + 70 = 334 (100%)
R 172 of 334 ~ 51.5%
G 92 of 334 ~ 27.54%
B 70 of 334 ~ 20.96'%

%51.5
%27.54
%20.96

CMYK color model

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

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

CMYK percentages

%0
%46.51
%59.3
%32.55

Codes

Color #AC5C46 in popluar color models

AC 5C 46
RGB 172 92 70
HSL 13° 42.15% 47.45%
HSB/HSV 13° 59.30% 67.45%
CMYK 0.00% 46.51% 59.30%
32.55%

Color #AC5C46 in popluar number systems.

HEX AC 5C 46
Decimal 172 92 70
Binary 10101100 1011100 1000110
Octal 254 134 106

Shades and tints

Shades of #AC5C46

#AC5C46
(172,92,70)
#9D5440
(157,84,64)
#8E4C3A
(142,76,58)
#7F4434
(127,68,52)
#703C2E
(112,60,46)
#613428
(97,52,40)
#522C22
(82,44,34)
#43241C
(67,36,28)
#341C16
(52,28,22)
#251410
(37,20,16)
#160C0A
(22,12,10)
#000000
(0,0,0)

Tints of #AC5C46

#AC5C46
(172,92,70)
#B36A56
(179,106,86)
#BA7866
(186,120,102)
#C18676
(193,134,118)
#C89486
(200,148,134)
#CFA296
(207,162,150)
#D6B0A6
(214,176,166)
#DDBEB6
(221,190,182)
#E4CCC6
(228,204,198)
#EBDAD6
(235,218,214)
#F2E8E6
(242,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5C46; }

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

This text font color is #AC5C46.

Background Color

.myBgColor { background-color: #AC5C46; }

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

This div background color is #AC5C46.

Border color

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

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

This div border color is #AC5C46.

Opacity

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

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

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

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

This text has shadow with #AC5C46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC5C46.

Preview

Color preview on black background

This text has color #AC5C46 on black background.


Color preview on white background

This text has color #AC5C46 on white background.


Black color preview on #AC5C46 background

This text has black color on #AC5C46 background.


White color preview on #AC5C46 background

This text has white color on #AC5C46 background.


Related colors

Complementary color

Complementary color for #hex is #53A3B9.


I love getcolorcode.com

Triadic colors

1 #46AC5C and #5C46AC with #AC5C46 are triadic colors.

2 #465CAC and #5CAC46 with #AC5C46 are triadic colors.