COLOR #A4AC9B

HEX: #A4AC9B RGB: (164,172,155)

Color info

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

RGB color model

#A4AC9B color RGB value is (164,172,155).

RGB: (164,172,155) (64%, 67%, 61%)

RGB channels and saturation

R 164 of 255 = 64%
G 172 of 255 = 67%
B 155 of 255 = 61%

164
172
155

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

Portions of RGB colors in percentages

R + G + B = 164 + 172 + 155 = 491 (100%)
R 164 of 491 ~ 33.4%
G 172 of 491 ~ 35.03%
B 155 of 491 ~ 31.57'%

%33.4
%35.03
%31.57

CMYK color model

#A4AC9B color CMYK value is (5,0,10,33).

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

CMYK: (5,0,10,33)
C5M0Y10K33 (5%, 0%, 10%, 33%)
(0.05 / 0.00 / 0.10 / 0.33)

CMYK percentages

%4.65
%0
%9.88
%32.55

Codes

Color #A4AC9B in popluar color models

A4 AC 9B
RGB 164 172 155
HSL 88° 9.29% 64.12%
HSB/HSV 88° 9.88% 67.45%
CMYK 4.65% 0.00% 9.88%
32.55%

Color #A4AC9B in popluar number systems.

HEX A4 AC 9B
Decimal 164 172 155
Binary 10100100 10101100 10011011
Octal 244 254 233

Shades and tints

Shades of #A4AC9B

#A4AC9B
(164,172,155)
#969D8D
(150,157,141)
#888E7F
(136,142,127)
#7A7F71
(122,127,113)
#6C7063
(108,112,99)
#5E6155
(94,97,85)
#505247
(80,82,71)
#424339
(66,67,57)
#34342B
(52,52,43)
#26251D
(38,37,29)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #A4AC9B

#A4AC9B
(164,172,155)
#ACB3A4
(172,179,164)
#B4BAAD
(180,186,173)
#BCC1B6
(188,193,182)
#C4C8BF
(196,200,191)
#CCCFC8
(204,207,200)
#D4D6D1
(212,214,209)
#DCDDDA
(220,221,218)
#E4E4E3
(228,228,227)
#ECEBEC
(236,235,236)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AC9B; }

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

This text font color is #A4AC9B.

Background Color

.myBgColor { background-color: #A4AC9B; }

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

This div background color is #A4AC9B.

Border color

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

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

This div border color is #A4AC9B.

Opacity

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

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

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

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

This text has shadow with #A4AC9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AC9B.

Preview

Color preview on black background

This text has color #A4AC9B on black background.


Color preview on white background

This text has color #A4AC9B on white background.


Black color preview on #A4AC9B background

This text has black color on #A4AC9B background.


White color preview on #A4AC9B background

This text has white color on #A4AC9B background.


Related colors

Complementary color

Complementary color for #hex is #5B5364.


I love getcolorcode.com

Triadic colors

1 #9BA4AC and #AC9BA4 with #A4AC9B are triadic colors.

2 #9BACA4 and #ACA49B with #A4AC9B are triadic colors.