COLOR #AC9E90

HEX: #AC9E90
RGB: (172,158,144)

Color info

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

RGB color model

#AC9E90 color RGB value is (172,158,144).

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

RGB channels and saturation

R 172 of 255 = 67%
G 158 of 255 = 62%
B 144 of 255 = 56%

172
158
144

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

Portions of RGB colors in percentages

R + G + B =
172 + 158 + 144 = 474 (100%)
R 172 of 474 ~ 36.29%
G 158 of 474 ~ 33.33%
B 144 of 474 ~ 30.38%

%36.29
%33.33
%30.38

CMYK color model

#AC9E90 color CMYK value is (0,8,16,33).

  • cyan value is 0.00%
  • magenta value is 8.14%
  • yellow value is 16.28%
  • key color value is 32.55%
CMYK:
(0,8,16,33)
C0M8Y16K33 
(0%,8%,16%,33%)
(0.00/0.08/0.16/0.33)	

CMYK percentages

%0
%8.14
%16.28
%32.55

Codes

Color #AC9E90 in popluar color models

AC9E90
RGB172158144
HSL30°14.43%61.96%
HSB/HSV30°16.28%67.45%
CMYK0.00%8.14%16.28%
32.55%

Color #AC9E90 in popluar number systems.

HEXAC9E90
Decimal172158144
Binary101011001001111010010000
Octal254236220

Shades and tints

Shades of #AC9E90

#AC9E90
(172,158,144)
#9D9083
(157,144,131)
#8E8276
(142,130,118)
#7F7469
(127,116,105)
#70665C
(112,102,92)
#61584F
(97,88,79)
#524A42
(82,74,66)
#433C35
(67,60,53)
#342E28
(52,46,40)
#25201B
(37,32,27)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #AC9E90

#AC9E90
(172,158,144)
#B3A69A
(179,166,154)
#BAAEA4
(186,174,164)
#C1B6AE
(193,182,174)
#C8BEB8
(200,190,184)
#CFC6C2
(207,198,194)
#D6CECC
(214,206,204)
#DDD6D6
(221,214,214)
#E4DEE0
(228,222,224)
#EBE6EA
(235,230,234)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9E90; }

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

This text font color is #AC9E90.


Background Color

.myBgColor { background-color: #AC9E90; }

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

This div background color is #AC9E90.


Border color

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

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

This div border color is #AC9E90.


Opacity

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

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

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

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

This text has shadow with #AC9E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9E90 on black background.


Color preview on white background

This text has color #AC9E90 on white background.



Black color preview on #AC9E90 background

This text has black color on #AC9E90 background.


White color preview on #AC9E90 background

This text has white color on #AC9E90 background.