COLOR #AC7C48

HEX: #AC7C48 RGB: (172,124,72)

Color info

#AC7C48 contains mainly red and green colors. Web safe color of #AC7C48 is #996633 (or #963).

RGB color model

#AC7C48 color RGB value is (172,124,72).

RGB: (172,124,72) (67%, 49%, 28%)

RGB channels and saturation

R 172 of 255 = 67%
G 124 of 255 = 49%
B 72 of 255 = 28%

172
124
72

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

Portions of RGB colors in percentages

R + G + B = 172 + 124 + 72 = 368 (100%)
R 172 of 368 ~ 46.74%
G 124 of 368 ~ 33.7%
B 72 of 368 ~ 19.57'%

%46.74
%33.7
%19.57

CMYK color model

#AC7C48 color CMYK value is (0,28,58,33).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 58.14%
  • key color value is 32.55%

CMYK: (0,28,58,33)
C0M28Y58K33 (0%, 28%, 58%, 33%)
(0.00 / 0.28 / 0.58 / 0.33)

CMYK percentages

%0
%27.91
%58.14
%32.55

Codes

Color #AC7C48 in popluar color models

AC 7C 48
RGB 172 124 72
HSL 31° 40.98% 47.84%
HSB/HSV 31° 58.14% 67.45%
CMYK 0.00% 27.91% 58.14%
32.55%

Color #AC7C48 in popluar number systems.

HEX AC 7C 48
Decimal 172 124 72
Binary 10101100 1111100 1001000
Octal 254 174 110

Shades and tints

Shades of #AC7C48

#AC7C48
(172,124,72)
#9D7142
(157,113,66)
#8E663C
(142,102,60)
#7F5B36
(127,91,54)
#705030
(112,80,48)
#61452A
(97,69,42)
#523A24
(82,58,36)
#432F1E
(67,47,30)
#342418
(52,36,24)
#251912
(37,25,18)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #AC7C48

#AC7C48
(172,124,72)
#B38758
(179,135,88)
#BA9268
(186,146,104)
#C19D78
(193,157,120)
#C8A888
(200,168,136)
#CFB398
(207,179,152)
#D6BEA8
(214,190,168)
#DDC9B8
(221,201,184)
#E4D4C8
(228,212,200)
#EBDFD8
(235,223,216)
#F2EAE8
(242,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7C48; }

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

This text font color is #AC7C48.

Background Color

.myBgColor { background-color: #AC7C48; }

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

This div background color is #AC7C48.

Border color

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

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

This div border color is #AC7C48.

Opacity

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

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

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

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

This text has shadow with #AC7C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7C48.

Preview

Color preview on black background

This text has color #AC7C48 on black background.


Color preview on white background

This text has color #AC7C48 on white background.


Black color preview on #AC7C48 background

This text has black color on #AC7C48 background.


White color preview on #AC7C48 background

This text has white color on #AC7C48 background.


Related colors

Complementary color

Complementary color for #hex is #5383B7.


I love getcolorcode.com

Triadic colors

1 #48AC7C and #7C48AC with #AC7C48 are triadic colors.

2 #487CAC and #7CAC48 with #AC7C48 are triadic colors.