COLOR #AC9D90

HEX: #AC9D90 RGB: (172,157,144)

Color info

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

RGB color model

#AC9D90 color RGB value is (172,157,144).

RGB: (172,157,144) (67%, 62%, 56%)

RGB channels and saturation

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

172
157
144

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

Portions of RGB colors in percentages

R + G + B = 172 + 157 + 144 = 473 (100%)
R 172 of 473 ~ 36.36%
G 157 of 473 ~ 33.19%
B 144 of 473 ~ 30.44'%

%36.36
%33.19
%30.44

CMYK color model

#AC9D90 color CMYK value is (0,9,16,33).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 16.28%
  • key color value is 32.55%

CMYK: (0,9,16,33)
C0M9Y16K33 (0%, 9%, 16%, 33%)
(0.00 / 0.09 / 0.16 / 0.33)

CMYK percentages

%0
%8.72
%16.28
%32.55

Codes

Color #AC9D90 in popluar color models

AC 9D 90
RGB 172 157 144
HSL 28° 14.43% 61.96%
HSB/HSV 28° 16.28% 67.45%
CMYK 0.00% 8.72% 16.28%
32.55%

Color #AC9D90 in popluar number systems.

HEX AC 9D 90
Decimal 172 157 144
Binary 10101100 10011101 10010000
Octal 254 235 220

Shades and tints

Shades of #AC9D90

#AC9D90
(172,157,144)
#9D8F83
(157,143,131)
#8E8176
(142,129,118)
#7F7369
(127,115,105)
#70655C
(112,101,92)
#61574F
(97,87,79)
#524942
(82,73,66)
#433B35
(67,59,53)
#342D28
(52,45,40)
#251F1B
(37,31,27)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #AC9D90

#AC9D90
(172,157,144)
#B3A59A
(179,165,154)
#BAADA4
(186,173,164)
#C1B5AE
(193,181,174)
#C8BDB8
(200,189,184)
#CFC5C2
(207,197,194)
#D6CDCC
(214,205,204)
#DDD5D6
(221,213,214)
#E4DDE0
(228,221,224)
#EBE5EA
(235,229,234)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9D90; }

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

This text font color is #AC9D90.

Background Color

.myBgColor { background-color: #AC9D90; }

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

This div background color is #AC9D90.

Border color

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

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

This div border color is #AC9D90.

Opacity

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

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

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

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

This text has shadow with #AC9D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9D90.

Preview

Color preview on black background

This text has color #AC9D90 on black background.


Color preview on white background

This text has color #AC9D90 on white background.


Black color preview on #AC9D90 background

This text has black color on #AC9D90 background.


White color preview on #AC9D90 background

This text has white color on #AC9D90 background.


Related colors

Complementary color

Complementary color for #hex is #53626F.


I love getcolorcode.com

Triadic colors

1 #90AC9D and #9D90AC with #AC9D90 are triadic colors.

2 #909DAC and #9DAC90 with #AC9D90 are triadic colors.