COLOR #ACA9A0

HEX: #ACA9A0 RGB: (172,169,160)

Color info

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

RGB color model

#ACA9A0 color RGB value is (172,169,160).

RGB: (172,169,160) (67%, 66%, 63%)

RGB channels and saturation

R 172 of 255 = 67%
G 169 of 255 = 66%
B 160 of 255 = 63%

172
169
160

R + G + B ~ 65%. #ACA9A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 169 + 160 = 501 (100%)
R 172 of 501 ~ 34.33%
G 169 of 501 ~ 33.73%
B 160 of 501 ~ 31.94'%

%34.33
%33.73
%31.94

CMYK color model

#ACA9A0 color CMYK value is (0,2,7,33).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 6.98%
  • key color value is 32.55%

CMYK: (0,2,7,33)
C0M2Y7K33 (0%, 2%, 7%, 33%)
(0.00 / 0.02 / 0.07 / 0.33)

CMYK percentages

%0
%1.74
%6.98
%32.55

Codes

Color #ACA9A0 in popluar color models

AC A9 A0
RGB 172 169 160
HSL 45° 6.74% 65.10%
HSB/HSV 45° 6.98% 67.45%
CMYK 0.00% 1.74% 6.98%
32.55%

Color #ACA9A0 in popluar number systems.

HEX AC A9 A0
Decimal 172 169 160
Binary 10101100 10101001 10100000
Octal 254 251 240

Shades and tints

Shades of #ACA9A0

#ACA9A0
(172,169,160)
#9D9A92
(157,154,146)
#8E8B84
(142,139,132)
#7F7C76
(127,124,118)
#706D68
(112,109,104)
#615E5A
(97,94,90)
#524F4C
(82,79,76)
#43403E
(67,64,62)
#343130
(52,49,48)
#252222
(37,34,34)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #ACA9A0

#ACA9A0
(172,169,160)
#B3B0A8
(179,176,168)
#BAB7B0
(186,183,176)
#C1BEB8
(193,190,184)
#C8C5C0
(200,197,192)
#CFCCC8
(207,204,200)
#D6D3D0
(214,211,208)
#DDDAD8
(221,218,216)
#E4E1E0
(228,225,224)
#EBE8E8
(235,232,232)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA9A0; }

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

This text font color is #ACA9A0.

Background Color

.myBgColor { background-color: #ACA9A0; }

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

This div background color is #ACA9A0.

Border color

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

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

This div border color is #ACA9A0.

Opacity

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

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

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

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

This text has shadow with #ACA9A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA9A0.

Preview

Color preview on black background

This text has color #ACA9A0 on black background.


Color preview on white background

This text has color #ACA9A0 on white background.


Black color preview on #ACA9A0 background

This text has black color on #ACA9A0 background.


White color preview on #ACA9A0 background

This text has white color on #ACA9A0 background.


Related colors

Complementary color

Complementary color for #hex is #53565F.


I love getcolorcode.com

Triadic colors

1 #A0ACA9 and #A9A0AC with #ACA9A0 are triadic colors.

2 #A0A9AC and #A9ACA0 with #ACA9A0 are triadic colors.