COLOR #A9AAAE

HEX: #A9AAAE RGB: (169,170,174)

Color info

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

RGB color model

#A9AAAE color RGB value is (169,170,174).

RGB: (169,170,174) (66%, 67%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 170 of 255 = 67%
B 174 of 255 = 68%

169
170
174

R + G + B ~ 67%. #A9AAAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 170 + 174 = 513 (100%)
R 169 of 513 ~ 32.94%
G 170 of 513 ~ 33.14%
B 174 of 513 ~ 33.92'%

%32.94
%33.14
%33.92

CMYK color model

#A9AAAE color CMYK value is (3,2,0,32).

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

CMYK: (3,2,0,32)
C3M2Y0K32 (3%, 2%, 0%, 32%)
(0.03 / 0.02 / 0.00 / 0.32)

CMYK percentages

%2.87
%2.3
%0
%31.76

Codes

Color #A9AAAE in popluar color models

A9 AA AE
RGB 169 170 174
HSL 228° 2.99% 67.25%
HSB/HSV 228° 2.87% 68.24%
CMYK 2.87% 2.30% 0.00%
31.76%

Color #A9AAAE in popluar number systems.

HEX A9 AA AE
Decimal 169 170 174
Binary 10101001 10101010 10101110
Octal 251 252 256

Shades and tints

Shades of #A9AAAE

#A9AAAE
(169,170,174)
#9A9B9F
(154,155,159)
#8B8C90
(139,140,144)
#7C7D81
(124,125,129)
#6D6E72
(109,110,114)
#5E5F63
(94,95,99)
#4F5054
(79,80,84)
#404145
(64,65,69)
#313236
(49,50,54)
#222327
(34,35,39)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #A9AAAE

#A9AAAE
(169,170,174)
#B0B1B5
(176,177,181)
#B7B8BC
(183,184,188)
#BEBFC3
(190,191,195)
#C5C6CA
(197,198,202)
#CCCDD1
(204,205,209)
#D3D4D8
(211,212,216)
#DADBDF
(218,219,223)
#E1E2E6
(225,226,230)
#E8E9ED
(232,233,237)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AAAE; }

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

This text font color is #A9AAAE.

Background Color

.myBgColor { background-color: #A9AAAE; }

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

This div background color is #A9AAAE.

Border color

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

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

This div border color is #A9AAAE.

Opacity

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

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

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

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

This text has shadow with #A9AAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AAAE.

Preview

Color preview on black background

This text has color #A9AAAE on black background.


Color preview on white background

This text has color #A9AAAE on white background.


Black color preview on #A9AAAE background

This text has black color on #A9AAAE background.


White color preview on #A9AAAE background

This text has white color on #A9AAAE background.


Related colors

Complementary color

Complementary color for #hex is #565551.


I love getcolorcode.com

Triadic colors

1 #AEA9AA and #AAAEA9 with #A9AAAE are triadic colors.

2 #AEAAA9 and #AAA9AE with #A9AAAE are triadic colors.