COLOR #AC8C9C

HEX: #AC8C9C RGB: (172,140,156)

Color info

#AC8C9C contains red, green and blue colors in about the same proportion. Web safe color of #AC8C9C is #999999 (or #999).

RGB color model

#AC8C9C color RGB value is (172,140,156).

RGB: (172,140,156) (67%, 55%, 61%)

RGB channels and saturation

R 172 of 255 = 67%
G 140 of 255 = 55%
B 156 of 255 = 61%

172
140
156

R + G + B ~ 61%. #AC8C9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 140 + 156 = 468 (100%)
R 172 of 468 ~ 36.75%
G 140 of 468 ~ 29.91%
B 156 of 468 ~ 33.33'%

%36.75
%29.91
%33.33

CMYK color model

#AC8C9C color CMYK value is (0,19,9,33).

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

CMYK: (0,19,9,33)
C0M19Y9K33 (0%, 19%, 9%, 33%)
(0.00 / 0.19 / 0.09 / 0.33)

CMYK percentages

%0
%18.6
%9.3
%32.55

Codes

Color #AC8C9C in popluar color models

AC 8C 9C
RGB 172 140 156
HSL 330° 16.16% 61.18%
HSB/HSV 330° 18.60% 67.45%
CMYK 0.00% 18.60% 9.30%
32.55%

Color #AC8C9C in popluar number systems.

HEX AC 8C 9C
Decimal 172 140 156
Binary 10101100 10001100 10011100
Octal 254 214 234

Shades and tints

Shades of #AC8C9C

#AC8C9C
(172,140,156)
#9D808E
(157,128,142)
#8E7480
(142,116,128)
#7F6872
(127,104,114)
#705C64
(112,92,100)
#615056
(97,80,86)
#524448
(82,68,72)
#43383A
(67,56,58)
#342C2C
(52,44,44)
#25201E
(37,32,30)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #AC8C9C

#AC8C9C
(172,140,156)
#B396A5
(179,150,165)
#BAA0AE
(186,160,174)
#C1AAB7
(193,170,183)
#C8B4C0
(200,180,192)
#CFBEC9
(207,190,201)
#D6C8D2
(214,200,210)
#DDD2DB
(221,210,219)
#E4DCE4
(228,220,228)
#EBE6ED
(235,230,237)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8C9C; }

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

This text font color is #AC8C9C.

Background Color

.myBgColor { background-color: #AC8C9C; }

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

This div background color is #AC8C9C.

Border color

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

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

This div border color is #AC8C9C.

Opacity

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

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

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

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

This text has shadow with #AC8C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8C9C.

Preview

Color preview on black background

This text has color #AC8C9C on black background.


Color preview on white background

This text has color #AC8C9C on white background.


Black color preview on #AC8C9C background

This text has black color on #AC8C9C background.


White color preview on #AC8C9C background

This text has white color on #AC8C9C background.


Related colors

Complementary color

Complementary color for #hex is #537363.


I love getcolorcode.com

Triadic colors

1 #9CAC8C and #8C9CAC with #AC8C9C are triadic colors.

2 #9C8CAC and #8CAC9C with #AC8C9C are triadic colors.