COLOR #A4AAAF

HEX: #A4AAAF
RGB: (164,170,175)

Color info

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

RGB color model

#A4AAAF color RGB value is (164,170,175).

  • red value is 164;
  • green value is 170;
  • blue value is 175.
RGB:
(164,170,175)
(64%,67%,69%)

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 175 of 255 = 69%

164
170
175

R + G + B ~ 67%. #A4AAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 175 = 509 (100%)
R 164 of 509 ~ 32.22%
G 170 of 509 ~ 33.4%
B 175 of 509 ~ 34.38%

%32.22
%33.4
%34.38

CMYK color model

#A4AAAF color CMYK value is (6,3,0,31).

  • cyan value is 6.29%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(6,3,0,31)
C6M3Y0K31 
(6%,3%,0%,31%)
(0.06/0.03/0.00/0.31)	

CMYK percentages

%6.29
%2.86
%0
%31.37

Codes

Color #A4AAAF in popluar color models

A4AAAF
RGB164170175
HSL207°6.43%66.47%
HSB/HSV207°6.29%68.63%
CMYK6.29%2.86%0.00%
31.37%

Color #A4AAAF in popluar number systems.

HEXA4AAAF
Decimal164170175
Binary101001001010101010101111
Octal244252257

Shades and tints

Shades of #A4AAAF

#A4AAAF
(164,170,175)
#969BA0
(150,155,160)
#888C91
(136,140,145)
#7A7D82
(122,125,130)
#6C6E73
(108,110,115)
#5E5F64
(94,95,100)
#505055
(80,80,85)
#424146
(66,65,70)
#343237
(52,50,55)
#262328
(38,35,40)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #A4AAAF

#A4AAAF
(164,170,175)
#ACB1B6
(172,177,182)
#B4B8BD
(180,184,189)
#BCBFC4
(188,191,196)
#C4C6CB
(196,198,203)
#CCCDD2
(204,205,210)
#D4D4D9
(212,212,217)
#DCDBE0
(220,219,224)
#E4E2E7
(228,226,231)
#ECE9EE
(236,233,238)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AAAF color. Also use rgb(164,170,175) instead hex code.

Text Font Color

.myTextColor { color: #A4AAAF; }

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

This text font color is #A4AAAF.


Background Color

.myBgColor { background-color: #A4AAAF; }

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

This div background color is #A4AAAF.


Border color

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

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

This div border color is #A4AAAF.


Opacity

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

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

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

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

This text has shadow with #A4AAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AAAF on black background.


Color preview on white background

This text has color #A4AAAF on white background.



Black color preview on #A4AAAF background

This text has black color on #A4AAAF background.


White color preview on #A4AAAF background

This text has white color on #A4AAAF background.