COLOR #AC9E8C

HEX: #AC9E8C RGB: (172,158,140)

Color info

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

RGB color model

#AC9E8C color RGB value is (172,158,140).

RGB: (172,158,140) (67%, 62%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 158 of 255 = 62%
B 140 of 255 = 55%

172
158
140

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

Portions of RGB colors in percentages

R + G + B = 172 + 158 + 140 = 470 (100%)
R 172 of 470 ~ 36.6%
G 158 of 470 ~ 33.62%
B 140 of 470 ~ 29.79'%

%36.6
%33.62
%29.79

CMYK color model

#AC9E8C color CMYK value is (0,8,19,33).

  • cyan value is 0.00%
  • magenta value is 8.14%
  • yellow value is 18.60%
  • key color value is 32.55%
CMYK: (0,8,19,33) C0M8Y19K33 (0%,8%,19%,33%) (0.00/0.08/0.19/0.33) 

CMYK percentages

%0
%8.14
%18.6
%32.55

Codes

Color #AC9E8C in popluar color models

AC 9E 8C
RGB 172 158 140
HSL 34° 16.16% 61.18%
HSB/HSV 34° 18.60% 67.45%
CMYK 0.00% 8.14% 18.60%
32.55%

Color #AC9E8C in popluar number systems.

HEX AC 9E 8C
Decimal 172 158 140
Binary 10101100 10011110 10001100
Octal 254 236 214

Shades and tints

Shades of #AC9E8C

#AC9E8C
(172,158,140)
#9D9080
(157,144,128)
#8E8274
(142,130,116)
#7F7468
(127,116,104)
#70665C
(112,102,92)
#615850
(97,88,80)
#524A44
(82,74,68)
#433C38
(67,60,56)
#342E2C
(52,46,44)
#252020
(37,32,32)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #AC9E8C

#AC9E8C
(172,158,140)
#B3A696
(179,166,150)
#BAAEA0
(186,174,160)
#C1B6AA
(193,182,170)
#C8BEB4
(200,190,180)
#CFC6BE
(207,198,190)
#D6CEC8
(214,206,200)
#DDD6D2
(221,214,210)
#E4DEDC
(228,222,220)
#EBE6E6
(235,230,230)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9E8C; }

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

This text font color is #AC9E8C.

Background Color

.myBgColor { background-color: #AC9E8C; }

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

This div background color is #AC9E8C.

Border color

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

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

This div border color is #AC9E8C.

Opacity

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

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

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

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

This text has shadow with #AC9E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9E8C.

Preview

Color preview on black background

This text has color #AC9E8C on black background.


Color preview on white background

This text has color #AC9E8C on white background.


Black color preview on #AC9E8C background

This text has black color on #AC9E8C background.


White color preview on #AC9E8C background

This text has white color on #AC9E8C background.


Related colors

Complementary color

Complementary color for #hex is #536173.


I love getcolorcode.com

Triadic colors

1 #8CAC9E and #9E8CAC with #AC9E8C are triadic colors.

2 #8C9EAC and #9EAC8C with #AC9E8C are triadic colors.