COLOR #AC9D95

HEX: #AC9D95
RGB: (172,157,149)

Color info

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

RGB color model

#AC9D95 color RGB value is (172,157,149).

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

RGB channels and saturation

R 172 of 255 = 67%
G 157 of 255 = 62%
B 149 of 255 = 58%

172
157
149

R + G + B ~ 62%. #AC9D95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 157 + 149 = 478 (100%)
R 172 of 478 ~ 35.98%
G 157 of 478 ~ 32.85%
B 149 of 478 ~ 31.17%

%35.98
%32.85
%31.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 13.37%
  • 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
%13.37
%32.55

Codes

Color #AC9D95 in popluar color models

AC9D95
RGB172157149
HSL21°12.17%62.94%
HSB/HSV21°13.37%67.45%
CMYK0.00%8.72%13.37%
32.55%

Color #AC9D95 in popluar number systems.

HEXAC9D95
Decimal172157149
Binary101011001001110110010101
Octal254235225

Shades and tints

Shades of #AC9D95

#AC9D95
(172,157,149)
#9D8F88
(157,143,136)
#8E817B
(142,129,123)
#7F736E
(127,115,110)
#706561
(112,101,97)
#615754
(97,87,84)
#524947
(82,73,71)
#433B3A
(67,59,58)
#342D2D
(52,45,45)
#251F20
(37,31,32)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #AC9D95

#AC9D95
(172,157,149)
#B3A59E
(179,165,158)
#BAADA7
(186,173,167)
#C1B5B0
(193,181,176)
#C8BDB9
(200,189,185)
#CFC5C2
(207,197,194)
#D6CDCB
(214,205,203)
#DDD5D4
(221,213,212)
#E4DDDD
(228,221,221)
#EBE5E6
(235,229,230)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9D95; }

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

This text font color is #AC9D95.


Background Color

.myBgColor { background-color: #AC9D95; }

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

This div background color is #AC9D95.


Border color

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

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

This div border color is #AC9D95.


Opacity

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

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

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

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

This text has shadow with #AC9D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9D95 on black background.


Color preview on white background

This text has color #AC9D95 on white background.



Black color preview on #AC9D95 background

This text has black color on #AC9D95 background.


White color preview on #AC9D95 background

This text has white color on #AC9D95 background.