COLOR #AC9895

HEX: #AC9895
RGB: (172,152,149)

Color info

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

RGB color model

#AC9895 color RGB value is (172,152,149).

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

RGB channels and saturation

R 172 of 255 = 67%
G 152 of 255 = 60%
B 149 of 255 = 58%

172
152
149

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

Portions of RGB colors in percentages

R + G + B =
172 + 152 + 149 = 473 (100%)
R 172 of 473 ~ 36.36%
G 152 of 473 ~ 32.14%
B 149 of 473 ~ 31.5%

%36.36
%32.14
%31.5

CMYK color model

#AC9895 color CMYK value is (0,12,13,33).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 13.37%
  • key color value is 32.55%
CMYK: (0,12,13,33) C0M12Y13K33 (0%,12%,13%,33%) (0.00/0.12/0.13/0.33)

CMYK percentages

%0
%11.63
%13.37
%32.55

Codes

Color #AC9895 in popluar color models

AC9895
RGB172152149
HSL12.17%62.94%
HSB/HSV13.37%67.45%
CMYK0.00%11.63%13.37%
32.55%

Color #AC9895 in popluar number systems.

HEXAC9895
Decimal172152149
Binary101011001001100010010101
Octal254230225

Shades and tints

Shades of #AC9895

#AC9895
(172,152,149)
#9D8B88
(157,139,136)
#8E7E7B
(142,126,123)
#7F716E
(127,113,110)
#706461
(112,100,97)
#615754
(97,87,84)
#524A47
(82,74,71)
#433D3A
(67,61,58)
#34302D
(52,48,45)
#252320
(37,35,32)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #AC9895

#AC9895
(172,152,149)
#B3A19E
(179,161,158)
#BAAAA7
(186,170,167)
#C1B3B0
(193,179,176)
#C8BCB9
(200,188,185)
#CFC5C2
(207,197,194)
#D6CECB
(214,206,203)
#DDD7D4
(221,215,212)
#E4E0DD
(228,224,221)
#EBE9E6
(235,233,230)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9895; }

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

This text font color is #AC9895.


Background Color

.myBgColor { background-color: #AC9895; }

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

This div background color is #AC9895.


Border color

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

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

This div border color is #AC9895.


Opacity

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

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

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

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

This text has shadow with #AC9895 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AC9895 on black background.


Color preview on white background

This text has color #AC9895 on white background.



Black color preview on #AC9895 background

This text has black color on #AC9895 background.


White color preview on #AC9895 background

This text has white color on #AC9895 background.