COLOR #A4AE9C

HEX: #A4AE9C
RGB: (164,174,156)

Color info

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

RGB color model

#A4AE9C color RGB value is (164,174,156).

  • red value is 164;
  • green value is 174;
  • blue value is 156.
RGB:
(164,174,156)
(64%,68%,61%)

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 156 of 255 = 61%

164
174
156

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

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 156 = 494 (100%)
R 164 of 494 ~ 33.2%
G 174 of 494 ~ 35.22%
B 156 of 494 ~ 31.58%

%33.2
%35.22
%31.58

CMYK color model

#A4AE9C color CMYK value is (6,0,10,32).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 31.76%
CMYK:
(6,0,10,32)
C6M0Y10K32 
(6%,0%,10%,32%)
(0.06/0.00/0.10/0.32)	

CMYK percentages

%5.75
%0
%10.34
%31.76

Codes

Color #A4AE9C in popluar color models

A4AE9C
RGB164174156
HSL93°10.00%64.71%
HSB/HSV93°10.34%68.24%
CMYK5.75%0.00%10.34%
31.76%

Color #A4AE9C in popluar number systems.

HEXA4AE9C
Decimal164174156
Binary101001001010111010011100
Octal244256234

Shades and tints

Shades of #A4AE9C

#A4AE9C
(164,174,156)
#969F8E
(150,159,142)
#889080
(136,144,128)
#7A8172
(122,129,114)
#6C7264
(108,114,100)
#5E6356
(94,99,86)
#505448
(80,84,72)
#42453A
(66,69,58)
#34362C
(52,54,44)
#26271E
(38,39,30)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #A4AE9C

#A4AE9C
(164,174,156)
#ACB5A5
(172,181,165)
#B4BCAE
(180,188,174)
#BCC3B7
(188,195,183)
#C4CAC0
(196,202,192)
#CCD1C9
(204,209,201)
#D4D8D2
(212,216,210)
#DCDFDB
(220,223,219)
#E4E6E4
(228,230,228)
#ECEDED
(236,237,237)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AE9C color. Also use rgb(164,174,156) instead hex code.

Text Font Color

.myTextColor { color: #A4AE9C; }

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

This text font color is #A4AE9C.


Background Color

.myBgColor { background-color: #A4AE9C; }

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

This div background color is #A4AE9C.


Border color

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

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

This div border color is #A4AE9C.


Opacity

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

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

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

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

This text has shadow with #A4AE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AE9C on black background.


Color preview on white background

This text has color #A4AE9C on white background.



Black color preview on #A4AE9C background

This text has black color on #A4AE9C background.


White color preview on #A4AE9C background

This text has white color on #A4AE9C background.