COLOR #AC9DA0

HEX: #AC9DA0 RGB: (172,157,160)

Color info

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

RGB color model

#AC9DA0 color RGB value is (172,157,160).

RGB: (172,157,160) (67%, 62%, 63%)

RGB channels and saturation

R 172 of 255 = 67%
G 157 of 255 = 62%
B 160 of 255 = 63%

172
157
160

R + G + B ~ 64%. #AC9DA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 157 + 160 = 489 (100%)
R 172 of 489 ~ 35.17%
G 157 of 489 ~ 32.11%
B 160 of 489 ~ 32.72'%

%35.17
%32.11
%32.72

CMYK color model

#AC9DA0 color CMYK value is (0,9,7,33).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK: (0,9,7,33) C0M9Y7K33 (0%,9%,7%,33%) (0.00/0.09/0.07/0.33) 

CMYK percentages

%0
%8.72
%6.98
%32.55

Codes

Color #AC9DA0 in popluar color models

AC 9D A0
RGB 172 157 160
HSL 348° 8.29% 64.51%
HSB/HSV 348° 8.72% 67.45%
CMYK 0.00% 8.72% 6.98%
32.55%

Color #AC9DA0 in popluar number systems.

HEX AC 9D A0
Decimal 172 157 160
Binary 10101100 10011101 10100000
Octal 254 235 240

Shades and tints

Shades of #AC9DA0

#AC9DA0
(172,157,160)
#9D8F92
(157,143,146)
#8E8184
(142,129,132)
#7F7376
(127,115,118)
#706568
(112,101,104)
#61575A
(97,87,90)
#52494C
(82,73,76)
#433B3E
(67,59,62)
#342D30
(52,45,48)
#251F22
(37,31,34)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #AC9DA0

#AC9DA0
(172,157,160)
#B3A5A8
(179,165,168)
#BAADB0
(186,173,176)
#C1B5B8
(193,181,184)
#C8BDC0
(200,189,192)
#CFC5C8
(207,197,200)
#D6CDD0
(214,205,208)
#DDD5D8
(221,213,216)
#E4DDE0
(228,221,224)
#EBE5E8
(235,229,232)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9DA0; }

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

This text font color is #AC9DA0.

Background Color

.myBgColor { background-color: #AC9DA0; }

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

This div background color is #AC9DA0.

Border color

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

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

This div border color is #AC9DA0.

Opacity

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

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

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

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

This text has shadow with #AC9DA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9DA0.

Preview

Color preview on black background

This text has color #AC9DA0 on black background.


Color preview on white background

This text has color #AC9DA0 on white background.


Black color preview on #AC9DA0 background

This text has black color on #AC9DA0 background.


White color preview on #AC9DA0 background

This text has white color on #AC9DA0 background.


Related colors

Complementary color

Complementary color for #hex is #53625F.


I love getcolorcode.com

Triadic colors

1 #A0AC9D and #9DA0AC with #AC9DA0 are triadic colors.

2 #A09DAC and #9DACA0 with #AC9DA0 are triadic colors.