COLOR #AC8C9A

HEX: #AC8C9A
RGB: (172,140,154)

Color info

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

RGB color model

#AC8C9A color RGB value is (172,140,154).

  • red value is 172;
  • green value is 140;
  • blue value is 154.
RGB:
(172,140,154)
(67%,55%,60%)

RGB channels and saturation

R 172 of 255 = 67%
G 140 of 255 = 55%
B 154 of 255 = 60%

172
140
154

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

Portions of RGB colors in percentages

R + G + B =
172 + 140 + 154 = 466 (100%)
R 172 of 466 ~ 36.91%
G 140 of 466 ~ 30.04%
B 154 of 466 ~ 33.05%

%36.91
%30.04
%33.05

CMYK color model

#AC8C9A color CMYK value is (0,19,10,33).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 10.47%
  • key color value is 32.55%
CMYK:
(0,19,10,33)
C0M19Y10K33 
(0%,19%,10%,33%)
(0.00/0.19/0.10/0.33)	

CMYK percentages

%0
%18.6
%10.47
%32.55

Codes

Color #AC8C9A in popluar color models

AC8C9A
RGB172140154
HSL334°16.16%61.18%
HSB/HSV334°18.60%67.45%
CMYK0.00%18.60%10.47%
32.55%

Color #AC8C9A in popluar number systems.

HEXAC8C9A
Decimal172140154
Binary101011001000110010011010
Octal254214232

Shades and tints

Shades of #AC8C9A

#AC8C9A
(172,140,154)
#9D808C
(157,128,140)
#8E747E
(142,116,126)
#7F6870
(127,104,112)
#705C62
(112,92,98)
#615054
(97,80,84)
#524446
(82,68,70)
#433838
(67,56,56)
#342C2A
(52,44,42)
#25201C
(37,32,28)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #AC8C9A

#AC8C9A
(172,140,154)
#B396A3
(179,150,163)
#BAA0AC
(186,160,172)
#C1AAB5
(193,170,181)
#C8B4BE
(200,180,190)
#CFBEC7
(207,190,199)
#D6C8D0
(214,200,208)
#DDD2D9
(221,210,217)
#E4DCE2
(228,220,226)
#EBE6EB
(235,230,235)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8C9A; }

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

This text font color is #AC8C9A.


Background Color

.myBgColor { background-color: #AC8C9A; }

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

This div background color is #AC8C9A.


Border color

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

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

This div border color is #AC8C9A.


Opacity

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

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

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

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

This text has shadow with #AC8C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8C9A on black background.


Color preview on white background

This text has color #AC8C9A on white background.



Black color preview on #AC8C9A background

This text has black color on #AC8C9A background.


White color preview on #AC8C9A background

This text has white color on #AC8C9A background.