COLOR #A9A6AE

HEX: #A9A6AE RGB: (169,166,174)

Color info

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

RGB color model

#A9A6AE color RGB value is (169,166,174).

RGB: (169,166,174) (66%, 65%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 174 of 255 = 68%

169
166
174

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

Portions of RGB colors in percentages

R + G + B = 169 + 166 + 174 = 509 (100%)
R 169 of 509 ~ 33.2%
G 166 of 509 ~ 32.61%
B 174 of 509 ~ 34.18'%

%33.2
%32.61
%34.18

CMYK color model

#A9A6AE color CMYK value is (3,5,0,32).

  • cyan value is 2.87%
  • magenta value is 4.60%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (3,5,0,32)
C3M5Y0K32 (3%, 5%, 0%, 32%)
(0.03 / 0.05 / 0.00 / 0.32)

CMYK percentages

%2.87
%4.6
%0
%31.76

Codes

Color #A9A6AE in popluar color models

A9 A6 AE
RGB 169 166 174
HSL 263° 4.71% 66.67%
HSB/HSV 263° 4.60% 68.24%
CMYK 2.87% 4.60% 0.00%
31.76%

Color #A9A6AE in popluar number systems.

HEX A9 A6 AE
Decimal 169 166 174
Binary 10101001 10100110 10101110
Octal 251 246 256

Shades and tints

Shades of #A9A6AE

#A9A6AE
(169,166,174)
#9A979F
(154,151,159)
#8B8890
(139,136,144)
#7C7981
(124,121,129)
#6D6A72
(109,106,114)
#5E5B63
(94,91,99)
#4F4C54
(79,76,84)
#403D45
(64,61,69)
#312E36
(49,46,54)
#221F27
(34,31,39)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #A9A6AE

#A9A6AE
(169,166,174)
#B0AEB5
(176,174,181)
#B7B6BC
(183,182,188)
#BEBEC3
(190,190,195)
#C5C6CA
(197,198,202)
#CCCED1
(204,206,209)
#D3D6D8
(211,214,216)
#DADEDF
(218,222,223)
#E1E6E6
(225,230,230)
#E8EEED
(232,238,237)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A6AE color. Also use rgb(169,166,174) instead hex code.

Text Font Color

.myTextColor { color: #A9A6AE; }

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

This text font color is #A9A6AE.

Background Color

.myBgColor { background-color: #A9A6AE; }

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

This div background color is #A9A6AE.

Border color

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

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

This div border color is #A9A6AE.

Opacity

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

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

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

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

This text has shadow with #A9A6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A6AE.

Preview

Color preview on black background

This text has color #A9A6AE on black background.


Color preview on white background

This text has color #A9A6AE on white background.


Black color preview on #A9A6AE background

This text has black color on #A9A6AE background.


White color preview on #A9A6AE background

This text has white color on #A9A6AE background.


Related colors

Complementary color

Complementary color for #hex is #565951.


I love getcolorcode.com

Triadic colors

1 #AEA9A6 and #A6AEA9 with #A9A6AE are triadic colors.

2 #AEA6A9 and #A6A9AE with #A9A6AE are triadic colors.