COLOR #ACA9A5

HEX: #ACA9A5 RGB: (172,169,165)

Color info

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

RGB color model

#ACA9A5 color RGB value is (172,169,165).

RGB: (172,169,165) (67%, 66%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 169 of 255 = 66%
B 165 of 255 = 65%

172
169
165

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

Portions of RGB colors in percentages

R + G + B = 172 + 169 + 165 = 506 (100%)
R 172 of 506 ~ 33.99%
G 169 of 506 ~ 33.4%
B 165 of 506 ~ 32.61'%

%33.99
%33.4
%32.61

CMYK color model

#ACA9A5 color CMYK value is (0,2,4,33).

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

CMYK: (0,2,4,33)
C0M2Y4K33 (0%, 2%, 4%, 33%)
(0.00 / 0.02 / 0.04 / 0.33)

CMYK percentages

%0
%1.74
%4.07
%32.55

Codes

Color #ACA9A5 in popluar color models

AC A9 A5
RGB 172 169 165
HSL 34° 4.05% 66.08%
HSB/HSV 34° 4.07% 67.45%
CMYK 0.00% 1.74% 4.07%
32.55%

Color #ACA9A5 in popluar number systems.

HEX AC A9 A5
Decimal 172 169 165
Binary 10101100 10101001 10100101
Octal 254 251 245

Shades and tints

Shades of #ACA9A5

#ACA9A5
(172,169,165)
#9D9A96
(157,154,150)
#8E8B87
(142,139,135)
#7F7C78
(127,124,120)
#706D69
(112,109,105)
#615E5A
(97,94,90)
#524F4B
(82,79,75)
#43403C
(67,64,60)
#34312D
(52,49,45)
#25221E
(37,34,30)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #ACA9A5

#ACA9A5
(172,169,165)
#B3B0AD
(179,176,173)
#BAB7B5
(186,183,181)
#C1BEBD
(193,190,189)
#C8C5C5
(200,197,197)
#CFCCCD
(207,204,205)
#D6D3D5
(214,211,213)
#DDDADD
(221,218,221)
#E4E1E5
(228,225,229)
#EBE8ED
(235,232,237)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA9A5; }

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

This text font color is #ACA9A5.

Background Color

.myBgColor { background-color: #ACA9A5; }

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

This div background color is #ACA9A5.

Border color

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

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

This div border color is #ACA9A5.

Opacity

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

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

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

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

This text has shadow with #ACA9A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA9A5.

Preview

Color preview on black background

This text has color #ACA9A5 on black background.


Color preview on white background

This text has color #ACA9A5 on white background.


Black color preview on #ACA9A5 background

This text has black color on #ACA9A5 background.


White color preview on #ACA9A5 background

This text has white color on #ACA9A5 background.


Related colors

Complementary color

Complementary color for #hex is #53565A.


I love getcolorcode.com

Triadic colors

1 #A5ACA9 and #A9A5AC with #ACA9A5 are triadic colors.

2 #A5A9AC and #A9ACA5 with #ACA9A5 are triadic colors.