COLOR #A4A6AA

HEX: #A4A6AA RGB: (164,166,170)

Color info

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

RGB color model

#A4A6AA color RGB value is (164,166,170).

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

RGB channels and saturation

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

164
166
170

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

Portions of RGB colors in percentages

R + G + B = 164 + 166 + 170 = 500 (100%)
R 164 of 500 ~ 32.8%
G 166 of 500 ~ 33.2%
B 170 of 500 ~ 34'%

%32.8
%33.2
%34

CMYK color model

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

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

CMYK: (4,2,0,33)
C4M2Y0K33 (4%, 2%, 0%, 33%)
(0.04 / 0.02 / 0.00 / 0.33)

CMYK percentages

%3.53
%2.35
%0
%33.33

Codes

Color #A4A6AA in popluar color models

A4 A6 AA
RGB 164 166 170
HSL 220° 3.41% 65.49%
HSB/HSV 220° 3.53% 66.67%
CMYK 3.53% 2.35% 0.00%
33.33%

Color #A4A6AA in popluar number systems.

HEX A4 A6 AA
Decimal 164 166 170
Binary 10100100 10100110 10101010
Octal 244 246 252

Shades and tints

Shades of #A4A6AA

#A4A6AA
(164,166,170)
#96979B
(150,151,155)
#88888C
(136,136,140)
#7A797D
(122,121,125)
#6C6A6E
(108,106,110)
#5E5B5F
(94,91,95)
#504C50
(80,76,80)
#423D41
(66,61,65)
#342E32
(52,46,50)
#261F23
(38,31,35)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #A4A6AA

#A4A6AA
(164,166,170)
#ACAEB1
(172,174,177)
#B4B6B8
(180,182,184)
#BCBEBF
(188,190,191)
#C4C6C6
(196,198,198)
#CCCECD
(204,206,205)
#D4D6D4
(212,214,212)
#DCDEDB
(220,222,219)
#E4E6E2
(228,230,226)
#ECEEE9
(236,238,233)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A6AA; }

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

This text font color is #A4A6AA.

Background Color

.myBgColor { background-color: #A4A6AA; }

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

This div background color is #A4A6AA.

Border color

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

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

This div border color is #A4A6AA.

Opacity

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

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

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

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

This text has shadow with #A4A6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A6AA.

Preview

Color preview on black background

This text has color #A4A6AA on black background.


Color preview on white background

This text has color #A4A6AA on white background.


Black color preview on #A4A6AA background

This text has black color on #A4A6AA background.


White color preview on #A4A6AA background

This text has white color on #A4A6AA background.


Related colors

Complementary color

Complementary color for #hex is #5B5955.


I love getcolorcode.com

Triadic colors

1 #AAA4A6 and #A6AAA4 with #A4A6AA are triadic colors.

2 #AAA6A4 and #A6A4AA with #A4A6AA are triadic colors.