COLOR #A9AEAD

HEX: #A9AEAD RGB: (169,174,173)

Color info

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

RGB color model

#A9AEAD color RGB value is (169,174,173).

RGB: (169,174,173) (66%, 68%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 173 of 255 = 68%

169
174
173

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

Portions of RGB colors in percentages

R + G + B = 169 + 174 + 173 = 516 (100%)
R 169 of 516 ~ 32.75%
G 174 of 516 ~ 33.72%
B 173 of 516 ~ 33.53'%

%32.75
%33.72
%33.53

CMYK color model

#A9AEAD color CMYK value is (3,0,1,32).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK: (3,0,1,32) C3M0Y1K32 (3%,0%,1%,32%) (0.03/0.00/0.01/0.32) 

CMYK percentages

%2.87
%0
%0.57
%31.76

Codes

Color #A9AEAD in popluar color models

A9 AE AD
RGB 169 174 173
HSL 168° 2.99% 67.25%
HSB/HSV 168° 2.87% 68.24%
CMYK 2.87% 0.00% 0.57%
31.76%

Color #A9AEAD in popluar number systems.

HEX A9 AE AD
Decimal 169 174 173
Binary 10101001 10101110 10101101
Octal 251 256 255

Shades and tints

Shades of #A9AEAD

#A9AEAD
(169,174,173)
#9A9F9E
(154,159,158)
#8B908F
(139,144,143)
#7C8180
(124,129,128)
#6D7271
(109,114,113)
#5E6362
(94,99,98)
#4F5453
(79,84,83)
#404544
(64,69,68)
#313635
(49,54,53)
#222726
(34,39,38)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #A9AEAD

#A9AEAD
(169,174,173)
#B0B5B4
(176,181,180)
#B7BCBB
(183,188,187)
#BEC3C2
(190,195,194)
#C5CAC9
(197,202,201)
#CCD1D0
(204,209,208)
#D3D8D7
(211,216,215)
#DADFDE
(218,223,222)
#E1E6E5
(225,230,229)
#E8EDEC
(232,237,236)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AEAD; }

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

This text font color is #A9AEAD.

Background Color

.myBgColor { background-color: #A9AEAD; }

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

This div background color is #A9AEAD.

Border color

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

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

This div border color is #A9AEAD.

Opacity

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

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

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

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

This text has shadow with #A9AEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AEAD.

Preview

Color preview on black background

This text has color #A9AEAD on black background.


Color preview on white background

This text has color #A9AEAD on white background.


Black color preview on #A9AEAD background

This text has black color on #A9AEAD background.


White color preview on #A9AEAD background

This text has white color on #A9AEAD background.


Related colors

Complementary color

Complementary color for #hex is #565152.


I love getcolorcode.com

Triadic colors

1 #ADA9AE and #AEADA9 with #A9AEAD are triadic colors.

2 #ADAEA9 and #AEA9AD with #A9AEAD are triadic colors.