COLOR #A4AC9D

HEX: #A4AC9D RGB: (164,172,157)

Color info

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

RGB color model

#A4AC9D color RGB value is (164,172,157).

RGB: (164,172,157) (64%, 67%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 172 of 255 = 67%
B 157 of 255 = 62%

164
172
157

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

Portions of RGB colors in percentages

R + G + B = 164 + 172 + 157 = 493 (100%)
R 164 of 493 ~ 33.27%
G 172 of 493 ~ 34.89%
B 157 of 493 ~ 31.85'%

%33.27
%34.89
%31.85

CMYK color model

#A4AC9D color CMYK value is (5,0,9,33).

  • cyan value is 4.65%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 32.55%

CMYK: (5,0,9,33)
C5M0Y9K33 (5%, 0%, 9%, 33%)
(0.05 / 0.00 / 0.09 / 0.33)

CMYK percentages

%4.65
%0
%8.72
%32.55

Codes

Color #A4AC9D in popluar color models

A4 AC 9D
RGB 164 172 157
HSL 92° 8.29% 64.51%
HSB/HSV 92° 8.72% 67.45%
CMYK 4.65% 0.00% 8.72%
32.55%

Color #A4AC9D in popluar number systems.

HEX A4 AC 9D
Decimal 164 172 157
Binary 10100100 10101100 10011101
Octal 244 254 235

Shades and tints

Shades of #A4AC9D

#A4AC9D
(164,172,157)
#969D8F
(150,157,143)
#888E81
(136,142,129)
#7A7F73
(122,127,115)
#6C7065
(108,112,101)
#5E6157
(94,97,87)
#505249
(80,82,73)
#42433B
(66,67,59)
#34342D
(52,52,45)
#26251F
(38,37,31)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #A4AC9D

#A4AC9D
(164,172,157)
#ACB3A5
(172,179,165)
#B4BAAD
(180,186,173)
#BCC1B5
(188,193,181)
#C4C8BD
(196,200,189)
#CCCFC5
(204,207,197)
#D4D6CD
(212,214,205)
#DCDDD5
(220,221,213)
#E4E4DD
(228,228,221)
#ECEBE5
(236,235,229)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AC9D; }

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

This text font color is #A4AC9D.

Background Color

.myBgColor { background-color: #A4AC9D; }

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

This div background color is #A4AC9D.

Border color

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

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

This div border color is #A4AC9D.

Opacity

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

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

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

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

This text has shadow with #A4AC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AC9D.

Preview

Color preview on black background

This text has color #A4AC9D on black background.


Color preview on white background

This text has color #A4AC9D on white background.


Black color preview on #A4AC9D background

This text has black color on #A4AC9D background.


White color preview on #A4AC9D background

This text has white color on #A4AC9D background.


Related colors

Complementary color

Complementary color for #hex is #5B5362.


I love getcolorcode.com

Triadic colors

1 #9DA4AC and #AC9DA4 with #A4AC9D are triadic colors.

2 #9DACA4 and #ACA49D with #A4AC9D are triadic colors.