COLOR #ACA9A3

HEX: #ACA9A3 RGB: (172,169,163)

Color info

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

RGB color model

#ACA9A3 color RGB value is (172,169,163).

RGB: (172,169,163) (67%, 66%, 64%)

RGB channels and saturation

R 172 of 255 = 67%
G 169 of 255 = 66%
B 163 of 255 = 64%

172
169
163

R + G + B ~ 66%. #ACA9A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 169 + 163 = 504 (100%)
R 172 of 504 ~ 34.13%
G 169 of 504 ~ 33.53%
B 163 of 504 ~ 32.34'%

%34.13
%33.53
%32.34

CMYK color model

#ACA9A3 color CMYK value is (0,2,5,33).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 5.23%
  • key color value is 32.55%
CMYK: (0,2,5,33) C0M2Y5K33 (0%,2%,5%,33%) (0.00/0.02/0.05/0.33) 

CMYK percentages

%0
%1.74
%5.23
%32.55

Codes

Color #ACA9A3 in popluar color models

AC A9 A3
RGB 172 169 163
HSL 40° 5.14% 65.69%
HSB/HSV 40° 5.23% 67.45%
CMYK 0.00% 1.74% 5.23%
32.55%

Color #ACA9A3 in popluar number systems.

HEX AC A9 A3
Decimal 172 169 163
Binary 10101100 10101001 10100011
Octal 254 251 243

Shades and tints

Shades of #ACA9A3

#ACA9A3
(172,169,163)
#9D9A95
(157,154,149)
#8E8B87
(142,139,135)
#7F7C79
(127,124,121)
#706D6B
(112,109,107)
#615E5D
(97,94,93)
#524F4F
(82,79,79)
#434041
(67,64,65)
#343133
(52,49,51)
#252225
(37,34,37)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #ACA9A3

#ACA9A3
(172,169,163)
#B3B0AB
(179,176,171)
#BAB7B3
(186,183,179)
#C1BEBB
(193,190,187)
#C8C5C3
(200,197,195)
#CFCCCB
(207,204,203)
#D6D3D3
(214,211,211)
#DDDADB
(221,218,219)
#E4E1E3
(228,225,227)
#EBE8EB
(235,232,235)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA9A3; }

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

This text font color is #ACA9A3.

Background Color

.myBgColor { background-color: #ACA9A3; }

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

This div background color is #ACA9A3.

Border color

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

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

This div border color is #ACA9A3.

Opacity

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

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

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

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

This text has shadow with #ACA9A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA9A3.

Preview

Color preview on black background

This text has color #ACA9A3 on black background.


Color preview on white background

This text has color #ACA9A3 on white background.


Black color preview on #ACA9A3 background

This text has black color on #ACA9A3 background.


White color preview on #ACA9A3 background

This text has white color on #ACA9A3 background.


Related colors

Complementary color

Complementary color for #hex is #53565C.


I love getcolorcode.com

Triadic colors

1 #A3ACA9 and #A9A3AC with #ACA9A3 are triadic colors.

2 #A3A9AC and #A9ACA3 with #ACA9A3 are triadic colors.