COLOR #AC8C80

HEX: #AC8C80 RGB: (172,140,128)

Color info

#AC8C80 contains red, green and blue colors in about the same proportion. Web safe color of #AC8C80 is #999966 (or #996).

RGB color model

#AC8C80 color RGB value is (172,140,128).

RGB: (172,140,128) (67%, 55%, 50%)

RGB channels and saturation

R 172 of 255 = 67%
G 140 of 255 = 55%
B 128 of 255 = 50%

172
140
128

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

Portions of RGB colors in percentages

R + G + B = 172 + 140 + 128 = 440 (100%)
R 172 of 440 ~ 39.09%
G 140 of 440 ~ 31.82%
B 128 of 440 ~ 29.09'%

%39.09
%31.82
%29.09

CMYK color model

#AC8C80 color CMYK value is (0,19,26,33).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 25.58%
  • key color value is 32.55%

CMYK: (0,19,26,33)
C0M19Y26K33 (0%, 19%, 26%, 33%)
(0.00 / 0.19 / 0.26 / 0.33)

CMYK percentages

%0
%18.6
%25.58
%32.55

Codes

Color #AC8C80 in popluar color models

AC 8C 80
RGB 172 140 128
HSL 16° 20.95% 58.82%
HSB/HSV 16° 25.58% 67.45%
CMYK 0.00% 18.60% 25.58%
32.55%

Color #AC8C80 in popluar number systems.

HEX AC 8C 80
Decimal 172 140 128
Binary 10101100 10001100 10000000
Octal 254 214 200

Shades and tints

Shades of #AC8C80

#AC8C80
(172,140,128)
#9D8075
(157,128,117)
#8E746A
(142,116,106)
#7F685F
(127,104,95)
#705C54
(112,92,84)
#615049
(97,80,73)
#52443E
(82,68,62)
#433833
(67,56,51)
#342C28
(52,44,40)
#25201D
(37,32,29)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #AC8C80

#AC8C80
(172,140,128)
#B3968B
(179,150,139)
#BAA096
(186,160,150)
#C1AAA1
(193,170,161)
#C8B4AC
(200,180,172)
#CFBEB7
(207,190,183)
#D6C8C2
(214,200,194)
#DDD2CD
(221,210,205)
#E4DCD8
(228,220,216)
#EBE6E3
(235,230,227)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8C80; }

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

This text font color is #AC8C80.

Background Color

.myBgColor { background-color: #AC8C80; }

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

This div background color is #AC8C80.

Border color

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

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

This div border color is #AC8C80.

Opacity

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

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

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

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

This text has shadow with #AC8C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8C80.

Preview

Color preview on black background

This text has color #AC8C80 on black background.


Color preview on white background

This text has color #AC8C80 on white background.


Black color preview on #AC8C80 background

This text has black color on #AC8C80 background.


White color preview on #AC8C80 background

This text has white color on #AC8C80 background.


Related colors

Complementary color

Complementary color for #hex is #53737F.


I love getcolorcode.com

Triadic colors

1 #80AC8C and #8C80AC with #AC8C80 are triadic colors.

2 #808CAC and #8CAC80 with #AC8C80 are triadic colors.