COLOR #AC9896

HEX: #AC9896
RGB: (172,152,150)

Color info

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

RGB color model

#AC9896 color RGB value is (172,152,150).

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

RGB channels and saturation

R 172 of 255 = 67%
G 152 of 255 = 60%
B 150 of 255 = 59%

172
152
150

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

Portions of RGB colors in percentages

R + G + B =
172 + 152 + 150 = 474 (100%)
R 172 of 474 ~ 36.29%
G 152 of 474 ~ 32.07%
B 150 of 474 ~ 31.65%

%36.29
%32.07
%31.65

CMYK color model

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

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

Codes

Color #AC9896 in popluar color models

AC9896
RGB172152150
HSL11.70%63.14%
HSB/HSV12.79%67.45%
CMYK0.00%11.63%12.79%
32.55%

Color #AC9896 in popluar number systems.

HEXAC9896
Decimal172152150
Binary101011001001100010010110
Octal254230226

Shades and tints

Shades of #AC9896

#AC9896
(172,152,150)
#9D8B89
(157,139,137)
#8E7E7C
(142,126,124)
#7F716F
(127,113,111)
#706462
(112,100,98)
#615755
(97,87,85)
#524A48
(82,74,72)
#433D3B
(67,61,59)
#34302E
(52,48,46)
#252321
(37,35,33)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #AC9896

#AC9896
(172,152,150)
#B3A19F
(179,161,159)
#BAAAA8
(186,170,168)
#C1B3B1
(193,179,177)
#C8BCBA
(200,188,186)
#CFC5C3
(207,197,195)
#D6CECC
(214,206,204)
#DDD7D5
(221,215,213)
#E4E0DE
(228,224,222)
#EBE9E7
(235,233,231)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9896; }

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

This text font color is #AC9896.


Background Color

.myBgColor { background-color: #AC9896; }

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

This div background color is #AC9896.


Border color

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

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

This div border color is #AC9896.


Opacity

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

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

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

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

This text has shadow with #AC9896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9896 on black background.


Color preview on white background

This text has color #AC9896 on white background.



Black color preview on #AC9896 background

This text has black color on #AC9896 background.


White color preview on #AC9896 background

This text has white color on #AC9896 background.