COLOR #AC9D96

HEX: #AC9D96
RGB: (172,157,150)

Color info

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

RGB color model

#AC9D96 color RGB value is (172,157,150).

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

RGB channels and saturation

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

172
157
150

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

Portions of RGB colors in percentages

R + G + B =
172 + 157 + 150 = 479 (100%)
R 172 of 479 ~ 35.91%
G 157 of 479 ~ 32.78%
B 150 of 479 ~ 31.32%

%35.91
%32.78
%31.32

CMYK color model

#AC9D96 color CMYK value is (0,9,13,33).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 12.79%
  • key color value is 32.55%
CMYK:
(0,9,13,33)
C0M9Y13K33 
(0%,9%,13%,33%)
(0.00/0.09/0.13/0.33)	

CMYK percentages

%0
%8.72
%12.79
%32.55

Codes

Color #AC9D96 in popluar color models

AC9D96
RGB172157150
HSL19°11.70%63.14%
HSB/HSV19°12.79%67.45%
CMYK0.00%8.72%12.79%
32.55%

Color #AC9D96 in popluar number systems.

HEXAC9D96
Decimal172157150
Binary101011001001110110010110
Octal254235226

Shades and tints

Shades of #AC9D96

#AC9D96
(172,157,150)
#9D8F89
(157,143,137)
#8E817C
(142,129,124)
#7F736F
(127,115,111)
#706562
(112,101,98)
#615755
(97,87,85)
#524948
(82,73,72)
#433B3B
(67,59,59)
#342D2E
(52,45,46)
#251F21
(37,31,33)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #AC9D96

#AC9D96
(172,157,150)
#B3A59F
(179,165,159)
#BAADA8
(186,173,168)
#C1B5B1
(193,181,177)
#C8BDBA
(200,189,186)
#CFC5C3
(207,197,195)
#D6CDCC
(214,205,204)
#DDD5D5
(221,213,213)
#E4DDDE
(228,221,222)
#EBE5E7
(235,229,231)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9D96; }

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

This text font color is #AC9D96.


Background Color

.myBgColor { background-color: #AC9D96; }

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

This div background color is #AC9D96.


Border color

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

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

This div border color is #AC9D96.


Opacity

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

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

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

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

This text has shadow with #AC9D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9D96 on black background.


Color preview on white background

This text has color #AC9D96 on white background.



Black color preview on #AC9D96 background

This text has black color on #AC9D96 background.


White color preview on #AC9D96 background

This text has white color on #AC9D96 background.