COLOR #ACA3A8

HEX: #ACA3A8 RGB: (172,163,168)

Color info

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

RGB color model

#ACA3A8 color RGB value is (172,163,168).

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

RGB channels and saturation

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

172
163
168

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

Portions of RGB colors in percentages

R + G + B = 172 + 163 + 168 = 503 (100%)
R 172 of 503 ~ 34.19%
G 163 of 503 ~ 32.41%
B 168 of 503 ~ 33.4'%

%34.19
%32.41
%33.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 2.33%
  • key color value is 32.55%

CMYK: (0,5,2,33)
C0M5Y2K33 (0%, 5%, 2%, 33%)
(0.00 / 0.05 / 0.02 / 0.33)

CMYK percentages

%0
%5.23
%2.33
%32.55

Codes

Color #ACA3A8 in popluar color models

AC A3 A8
RGB 172 163 168
HSL 327° 5.14% 65.69%
HSB/HSV 327° 5.23% 67.45%
CMYK 0.00% 5.23% 2.33%
32.55%

Color #ACA3A8 in popluar number systems.

HEX AC A3 A8
Decimal 172 163 168
Binary 10101100 10100011 10101000
Octal 254 243 250

Shades and tints

Shades of #ACA3A8

#ACA3A8
(172,163,168)
#9D9599
(157,149,153)
#8E878A
(142,135,138)
#7F797B
(127,121,123)
#706B6C
(112,107,108)
#615D5D
(97,93,93)
#524F4E
(82,79,78)
#43413F
(67,65,63)
#343330
(52,51,48)
#252521
(37,37,33)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #ACA3A8

#ACA3A8
(172,163,168)
#B3ABAF
(179,171,175)
#BAB3B6
(186,179,182)
#C1BBBD
(193,187,189)
#C8C3C4
(200,195,196)
#CFCBCB
(207,203,203)
#D6D3D2
(214,211,210)
#DDDBD9
(221,219,217)
#E4E3E0
(228,227,224)
#EBEBE7
(235,235,231)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA3A8; }

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

This text font color is #ACA3A8.

Background Color

.myBgColor { background-color: #ACA3A8; }

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

This div background color is #ACA3A8.

Border color

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

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

This div border color is #ACA3A8.

Opacity

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

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

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

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

This text has shadow with #ACA3A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA3A8.

Preview

Color preview on black background

This text has color #ACA3A8 on black background.


Color preview on white background

This text has color #ACA3A8 on white background.


Black color preview on #ACA3A8 background

This text has black color on #ACA3A8 background.


White color preview on #ACA3A8 background

This text has white color on #ACA3A8 background.


Related colors

Complementary color

Complementary color for #hex is #535C57.


I love getcolorcode.com

Triadic colors

1 #A8ACA3 and #A3A8AC with #ACA3A8 are triadic colors.

2 #A8A3AC and #A3ACA8 with #ACA3A8 are triadic colors.