COLOR #A4AEA7

HEX: #A4AEA7
RGB: (164,174,167)

Color info

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

RGB color model

#A4AEA7 color RGB value is (164,174,167).

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

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 167 of 255 = 65%

164
174
167

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

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 167 = 505 (100%)
R 164 of 505 ~ 32.48%
G 174 of 505 ~ 34.46%
B 167 of 505 ~ 33.07%

%32.48
%34.46
%33.07

CMYK color model

#A4AEA7 color CMYK value is (6,0,4,32).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 31.76%
CMYK:
(6,0,4,32)
C6M0Y4K32 
(6%,0%,4%,32%)
(0.06/0.00/0.04/0.32)	

CMYK percentages

%5.75
%0
%4.02
%31.76

Codes

Color #A4AEA7 in popluar color models

A4AEA7
RGB164174167
HSL138°5.81%66.27%
HSB/HSV138°5.75%68.24%
CMYK5.75%0.00%4.02%
31.76%

Color #A4AEA7 in popluar number systems.

HEXA4AEA7
Decimal164174167
Binary101001001010111010100111
Octal244256247

Shades and tints

Shades of #A4AEA7

#A4AEA7
(164,174,167)
#969F98
(150,159,152)
#889089
(136,144,137)
#7A817A
(122,129,122)
#6C726B
(108,114,107)
#5E635C
(94,99,92)
#50544D
(80,84,77)
#42453E
(66,69,62)
#34362F
(52,54,47)
#262720
(38,39,32)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #A4AEA7

#A4AEA7
(164,174,167)
#ACB5AF
(172,181,175)
#B4BCB7
(180,188,183)
#BCC3BF
(188,195,191)
#C4CAC7
(196,202,199)
#CCD1CF
(204,209,207)
#D4D8D7
(212,216,215)
#DCDFDF
(220,223,223)
#E4E6E7
(228,230,231)
#ECEDEF
(236,237,239)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AEA7; }

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

This text font color is #A4AEA7.


Background Color

.myBgColor { background-color: #A4AEA7; }

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

This div background color is #A4AEA7.


Border color

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

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

This div border color is #A4AEA7.


Opacity

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

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

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

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

This text has shadow with #A4AEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AEA7 on black background.


Color preview on white background

This text has color #A4AEA7 on white background.



Black color preview on #A4AEA7 background

This text has black color on #A4AEA7 background.


White color preview on #A4AEA7 background

This text has white color on #A4AEA7 background.