COLOR #A4A6AF

HEX: #A4A6AF RGB: (164,166,175)

Color info

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

RGB color model

#A4A6AF color RGB value is (164,166,175).

RGB: (164,166,175) (64%, 65%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 166 of 255 = 65%
B 175 of 255 = 69%

164
166
175

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

Portions of RGB colors in percentages

R + G + B = 164 + 166 + 175 = 505 (100%)
R 164 of 505 ~ 32.48%
G 166 of 505 ~ 32.87%
B 175 of 505 ~ 34.65'%

%32.48
%32.87
%34.65

CMYK color model

#A4A6AF color CMYK value is (6,5,0,31).

  • cyan value is 6.29%
  • magenta value is 5.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (6,5,0,31)
C6M5Y0K31 (6%, 5%, 0%, 31%)
(0.06 / 0.05 / 0.00 / 0.31)

CMYK percentages

%6.29
%5.14
%0
%31.37

Codes

Color #A4A6AF in popluar color models

A4 A6 AF
RGB 164 166 175
HSL 229° 6.43% 66.47%
HSB/HSV 229° 6.29% 68.63%
CMYK 6.29% 5.14% 0.00%
31.37%

Color #A4A6AF in popluar number systems.

HEX A4 A6 AF
Decimal 164 166 175
Binary 10100100 10100110 10101111
Octal 244 246 257

Shades and tints

Shades of #A4A6AF

#A4A6AF
(164,166,175)
#9697A0
(150,151,160)
#888891
(136,136,145)
#7A7982
(122,121,130)
#6C6A73
(108,106,115)
#5E5B64
(94,91,100)
#504C55
(80,76,85)
#423D46
(66,61,70)
#342E37
(52,46,55)
#261F28
(38,31,40)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #A4A6AF

#A4A6AF
(164,166,175)
#ACAEB6
(172,174,182)
#B4B6BD
(180,182,189)
#BCBEC4
(188,190,196)
#C4C6CB
(196,198,203)
#CCCED2
(204,206,210)
#D4D6D9
(212,214,217)
#DCDEE0
(220,222,224)
#E4E6E7
(228,230,231)
#ECEEEE
(236,238,238)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A6AF; }

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

This text font color is #A4A6AF.

Background Color

.myBgColor { background-color: #A4A6AF; }

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

This div background color is #A4A6AF.

Border color

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

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

This div border color is #A4A6AF.

Opacity

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

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

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

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

This text has shadow with #A4A6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A6AF.

Preview

Color preview on black background

This text has color #A4A6AF on black background.


Color preview on white background

This text has color #A4A6AF on white background.


Black color preview on #A4A6AF background

This text has black color on #A4A6AF background.


White color preview on #A4A6AF background

This text has white color on #A4A6AF background.


Related colors

Complementary color

Complementary color for #hex is #5B5950.


I love getcolorcode.com

Triadic colors

1 #AFA4A6 and #A6AFA4 with #A4A6AF are triadic colors.

2 #AFA6A4 and #A6A4AF with #A4A6AF are triadic colors.