COLOR #A4A2AA

HEX: #A4A2AA RGB: (164,162,170)

Color info

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

RGB color model

#A4A2AA color RGB value is (164,162,170).

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

RGB channels and saturation

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

164
162
170

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

Portions of RGB colors in percentages

R + G + B = 164 + 162 + 170 = 496 (100%)
R 164 of 496 ~ 33.06%
G 162 of 496 ~ 32.66%
B 170 of 496 ~ 34.27'%

%33.06
%32.66
%34.27

CMYK color model

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

  • cyan value is 3.53%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (4,5,0,33) C4M5Y0K33 (4%,5%,0%,33%) (0.04/0.05/0.00/0.33) 

CMYK percentages

%3.53
%4.71
%0
%33.33

Codes

Color #A4A2AA in popluar color models

A4 A2 AA
RGB 164 162 170
HSL 255° 4.49% 65.10%
HSB/HSV 255° 4.71% 66.67%
CMYK 3.53% 4.71% 0.00%
33.33%

Color #A4A2AA in popluar number systems.

HEX A4 A2 AA
Decimal 164 162 170
Binary 10100100 10100010 10101010
Octal 244 242 252

Shades and tints

Shades of #A4A2AA

#A4A2AA
(164,162,170)
#96949B
(150,148,155)
#88868C
(136,134,140)
#7A787D
(122,120,125)
#6C6A6E
(108,106,110)
#5E5C5F
(94,92,95)
#504E50
(80,78,80)
#424041
(66,64,65)
#343232
(52,50,50)
#262423
(38,36,35)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #A4A2AA

#A4A2AA
(164,162,170)
#ACAAB1
(172,170,177)
#B4B2B8
(180,178,184)
#BCBABF
(188,186,191)
#C4C2C6
(196,194,198)
#CCCACD
(204,202,205)
#D4D2D4
(212,210,212)
#DCDADB
(220,218,219)
#E4E2E2
(228,226,226)
#ECEAE9
(236,234,233)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A2AA; }

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

This text font color is #A4A2AA.

Background Color

.myBgColor { background-color: #A4A2AA; }

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

This div background color is #A4A2AA.

Border color

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

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

This div border color is #A4A2AA.

Opacity

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

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

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

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

This text has shadow with #A4A2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A2AA.

Preview

Color preview on black background

This text has color #A4A2AA on black background.


Color preview on white background

This text has color #A4A2AA on white background.


Black color preview on #A4A2AA background

This text has black color on #A4A2AA background.


White color preview on #A4A2AA background

This text has white color on #A4A2AA background.


Related colors

Complementary color

Complementary color for #hex is #5B5D55.


I love getcolorcode.com

Triadic colors

1 #AAA4A2 and #A2AAA4 with #A4A2AA are triadic colors.

2 #AAA2A4 and #A2A4AA with #A4A2AA are triadic colors.