COLOR #A4A4AA

HEX: #A4A4AA RGB: (164,164,170)

Color info

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

RGB color model

#A4A4AA color RGB value is (164,164,170).

RGB: (164,164,170) (64%, 64%, 67%)

RGB channels and saturation

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

164
164
170

R + G + B ~ 65%. #A4A4AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 164 + 170 = 498 (100%)
R 164 of 498 ~ 32.93%
G 164 of 498 ~ 32.93%
B 170 of 498 ~ 34.14'%

%32.93
%32.93
%34.14

CMYK color model

#A4A4AA color CMYK value is (4,4,0,33).

  • cyan value is 3.53%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (4,4,0,33)
C4M4Y0K33 (4%, 4%, 0%, 33%)
(0.04 / 0.04 / 0.00 / 0.33)

CMYK percentages

%3.53
%3.53
%0
%33.33

Codes

Color #A4A4AA in popluar color models

A4 A4 AA
RGB 164 164 170
HSL 240° 3.41% 65.49%
HSB/HSV 240° 3.53% 66.67%
CMYK 3.53% 3.53% 0.00%
33.33%

Color #A4A4AA in popluar number systems.

HEX A4 A4 AA
Decimal 164 164 170
Binary 10100100 10100100 10101010
Octal 244 244 252

Shades and tints

Shades of #A4A4AA

#A4A4AA
(164,164,170)
#96969B
(150,150,155)
#88888C
(136,136,140)
#7A7A7D
(122,122,125)
#6C6C6E
(108,108,110)
#5E5E5F
(94,94,95)
#505050
(80,80,80)
#424241
(66,66,65)
#343432
(52,52,50)
#262623
(38,38,35)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #A4A4AA

#A4A4AA
(164,164,170)
#ACACB1
(172,172,177)
#B4B4B8
(180,180,184)
#BCBCBF
(188,188,191)
#C4C4C6
(196,196,198)
#CCCCCD
(204,204,205)
#D4D4D4
(212,212,212)
#DCDCDB
(220,220,219)
#E4E4E2
(228,228,226)
#ECECE9
(236,236,233)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A4AA; }

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

This text font color is #A4A4AA.

Background Color

.myBgColor { background-color: #A4A4AA; }

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

This div background color is #A4A4AA.

Border color

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

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

This div border color is #A4A4AA.

Opacity

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

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

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

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

This text has shadow with #A4A4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A4AA.

Preview

Color preview on black background

This text has color #A4A4AA on black background.


Color preview on white background

This text has color #A4A4AA on white background.


Black color preview on #A4A4AA background

This text has black color on #A4A4AA background.


White color preview on #A4A4AA background

This text has white color on #A4A4AA background.


Related colors

Complementary color

Complementary color for #hex is #5B5B55.


I love getcolorcode.com