COLOR #AC9E96

HEX: #AC9E96
RGB: (172,158,150)

Color info

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

RGB color model

#AC9E96 color RGB value is (172,158,150).

  • red value is 172;
  • green value is 158;
  • blue value is 150.
RGB:
(172,158,150)
(67%,62%,59%)

RGB channels and saturation

R 172 of 255 = 67%
G 158 of 255 = 62%
B 150 of 255 = 59%

172
158
150

R + G + B ~ 63%. #AC9E96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 158 + 150 = 480 (100%)
R 172 of 480 ~ 35.83%
G 158 of 480 ~ 32.92%
B 150 of 480 ~ 31.25%

%35.83
%32.92
%31.25

CMYK color model

#AC9E96 color CMYK value is (0,8,13,33).

  • cyan value is 0.00%
  • magenta value is 8.14%
  • yellow value is 12.79%
  • key color value is 32.55%
CMYK:
(0,8,13,33)
C0M8Y13K33 
(0%,8%,13%,33%)
(0.00/0.08/0.13/0.33)	

CMYK percentages

%0
%8.14
%12.79
%32.55

Codes

Color #AC9E96 in popluar color models

AC9E96
RGB172158150
HSL22°11.70%63.14%
HSB/HSV22°12.79%67.45%
CMYK0.00%8.14%12.79%
32.55%

Color #AC9E96 in popluar number systems.

HEXAC9E96
Decimal172158150
Binary101011001001111010010110
Octal254236226

Shades and tints

Shades of #AC9E96

#AC9E96
(172,158,150)
#9D9089
(157,144,137)
#8E827C
(142,130,124)
#7F746F
(127,116,111)
#706662
(112,102,98)
#615855
(97,88,85)
#524A48
(82,74,72)
#433C3B
(67,60,59)
#342E2E
(52,46,46)
#252021
(37,32,33)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #AC9E96

#AC9E96
(172,158,150)
#B3A69F
(179,166,159)
#BAAEA8
(186,174,168)
#C1B6B1
(193,182,177)
#C8BEBA
(200,190,186)
#CFC6C3
(207,198,195)
#D6CECC
(214,206,204)
#DDD6D5
(221,214,213)
#E4DEDE
(228,222,222)
#EBE6E7
(235,230,231)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9E96; }

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

This text font color is #AC9E96.


Background Color

.myBgColor { background-color: #AC9E96; }

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

This div background color is #AC9E96.


Border color

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

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

This div border color is #AC9E96.


Opacity

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

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

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

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

This text has shadow with #AC9E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9E96 on black background.


Color preview on white background

This text has color #AC9E96 on white background.



Black color preview on #AC9E96 background

This text has black color on #AC9E96 background.


White color preview on #AC9E96 background

This text has white color on #AC9E96 background.