COLOR #A9AAB1

HEX: #A9AAB1 RGB: (169,170,177)

Color info

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

RGB color model

#A9AAB1 color RGB value is (169,170,177).

RGB: (169,170,177) (66%, 67%, 69%)

RGB channels and saturation

R 169 of 255 = 66%
G 170 of 255 = 67%
B 177 of 255 = 69%

169
170
177

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

Portions of RGB colors in percentages

R + G + B = 169 + 170 + 177 = 516 (100%)
R 169 of 516 ~ 32.75%
G 170 of 516 ~ 32.95%
B 177 of 516 ~ 34.3'%

%32.75
%32.95
%34.3

CMYK color model

#A9AAB1 color CMYK value is (5,4,0,31).

  • cyan value is 4.52%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (5,4,0,31)
C5M4Y0K31 (5%, 4%, 0%, 31%)
(0.05 / 0.04 / 0.00 / 0.31)

CMYK percentages

%4.52
%3.95
%0
%30.59

Codes

Color #A9AAB1 in popluar color models

A9 AA B1
RGB 169 170 177
HSL 233° 4.88% 67.84%
HSB/HSV 233° 4.52% 69.41%
CMYK 4.52% 3.95% 0.00%
30.59%

Color #A9AAB1 in popluar number systems.

HEX A9 AA B1
Decimal 169 170 177
Binary 10101001 10101010 10110001
Octal 251 252 261

Shades and tints

Shades of #A9AAB1

#A9AAB1
(169,170,177)
#9A9BA1
(154,155,161)
#8B8C91
(139,140,145)
#7C7D81
(124,125,129)
#6D6E71
(109,110,113)
#5E5F61
(94,95,97)
#4F5051
(79,80,81)
#404141
(64,65,65)
#313231
(49,50,49)
#222321
(34,35,33)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #A9AAB1

#A9AAB1
(169,170,177)
#B0B1B8
(176,177,184)
#B7B8BF
(183,184,191)
#BEBFC6
(190,191,198)
#C5C6CD
(197,198,205)
#CCCDD4
(204,205,212)
#D3D4DB
(211,212,219)
#DADBE2
(218,219,226)
#E1E2E9
(225,226,233)
#E8E9F0
(232,233,240)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AAB1; }

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

This text font color is #A9AAB1.

Background Color

.myBgColor { background-color: #A9AAB1; }

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

This div background color is #A9AAB1.

Border color

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

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

This div border color is #A9AAB1.

Opacity

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

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

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

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

This text has shadow with #A9AAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AAB1.

Preview

Color preview on black background

This text has color #A9AAB1 on black background.


Color preview on white background

This text has color #A9AAB1 on white background.


Black color preview on #A9AAB1 background

This text has black color on #A9AAB1 background.


White color preview on #A9AAB1 background

This text has white color on #A9AAB1 background.


Related colors

Complementary color

Complementary color for #hex is #56554E.


I love getcolorcode.com

Triadic colors

1 #B1A9AA and #AAB1A9 with #A9AAB1 are triadic colors.

2 #B1AAA9 and #AAA9B1 with #A9AAB1 are triadic colors.