COLOR #A9B3AE

HEX: #A9B3AE RGB: (169,179,174)

Color info

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

RGB color model

#A9B3AE color RGB value is (169,179,174).

RGB: (169,179,174) (66%, 70%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 179 of 255 = 70%
B 174 of 255 = 68%

169
179
174

R + G + B ~ 68%. #A9B3AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 179 + 174 = 522 (100%)
R 169 of 522 ~ 32.38%
G 179 of 522 ~ 34.29%
B 174 of 522 ~ 33.33'%

%32.38
%34.29
%33.33

CMYK color model

#A9B3AE color CMYK value is (6,0,3,30).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • key color value is 29.80%

CMYK: (6,0,3,30)
C6M0Y3K30 (6%, 0%, 3%, 30%)
(0.06 / 0.00 / 0.03 / 0.30)

CMYK percentages

%5.59
%0
%2.79
%29.8

Codes

Color #A9B3AE in popluar color models

A9 B3 AE
RGB 169 179 174
HSL 150° 6.17% 68.24%
HSB/HSV 150° 5.59% 70.20%
CMYK 5.59% 0.00% 2.79%
29.80%

Color #A9B3AE in popluar number systems.

HEX A9 B3 AE
Decimal 169 179 174
Binary 10101001 10110011 10101110
Octal 251 263 256

Shades and tints

Shades of #A9B3AE

#A9B3AE
(169,179,174)
#9AA39F
(154,163,159)
#8B9390
(139,147,144)
#7C8381
(124,131,129)
#6D7372
(109,115,114)
#5E6363
(94,99,99)
#4F5354
(79,83,84)
#404345
(64,67,69)
#313336
(49,51,54)
#222327
(34,35,39)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #A9B3AE

#A9B3AE
(169,179,174)
#B0B9B5
(176,185,181)
#B7BFBC
(183,191,188)
#BEC5C3
(190,197,195)
#C5CBCA
(197,203,202)
#CCD1D1
(204,209,209)
#D3D7D8
(211,215,216)
#DADDDF
(218,221,223)
#E1E3E6
(225,227,230)
#E8E9ED
(232,233,237)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B3AE; }

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

This text font color is #A9B3AE.

Background Color

.myBgColor { background-color: #A9B3AE; }

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

This div background color is #A9B3AE.

Border color

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

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

This div border color is #A9B3AE.

Opacity

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

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

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

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

This text has shadow with #A9B3AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B3AE.

Preview

Color preview on black background

This text has color #A9B3AE on black background.


Color preview on white background

This text has color #A9B3AE on white background.


Black color preview on #A9B3AE background

This text has black color on #A9B3AE background.


White color preview on #A9B3AE background

This text has white color on #A9B3AE background.


Related colors

Complementary color

Complementary color for #hex is #564C51.


I love getcolorcode.com

Triadic colors

1 #AEA9B3 and #B3AEA9 with #A9B3AE are triadic colors.

2 #AEB3A9 and #B3A9AE with #A9B3AE are triadic colors.