COLOR #A9AAAB

HEX: #A9AAAB RGB: (169,170,171)

Color info

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

RGB color model

#A9AAAB color RGB value is (169,170,171).

RGB: (169,170,171) (66%, 67%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 170 of 255 = 67%
B 171 of 255 = 67%

169
170
171

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

Portions of RGB colors in percentages

R + G + B = 169 + 170 + 171 = 510 (100%)
R 169 of 510 ~ 33.14%
G 170 of 510 ~ 33.33%
B 171 of 510 ~ 33.53'%

%33.14
%33.33
%33.53

CMYK color model

#A9AAAB color CMYK value is (1,1,0,33).

  • cyan value is 1.17%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (1,1,0,33)
C1M1Y0K33 (1%, 1%, 0%, 33%)
(0.01 / 0.01 / 0.00 / 0.33)

CMYK percentages

%1.17
%0.58
%0
%32.94

Codes

Color #A9AAAB in popluar color models

A9 AA AB
RGB 169 170 171
HSL 210° 1.18% 66.67%
HSB/HSV 210° 1.17% 67.06%
CMYK 1.17% 0.58% 0.00%
32.94%

Color #A9AAAB in popluar number systems.

HEX A9 AA AB
Decimal 169 170 171
Binary 10101001 10101010 10101011
Octal 251 252 253

Shades and tints

Shades of #A9AAAB

#A9AAAB
(169,170,171)
#9A9B9C
(154,155,156)
#8B8C8D
(139,140,141)
#7C7D7E
(124,125,126)
#6D6E6F
(109,110,111)
#5E5F60
(94,95,96)
#4F5051
(79,80,81)
#404142
(64,65,66)
#313233
(49,50,51)
#222324
(34,35,36)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #A9AAAB

#A9AAAB
(169,170,171)
#B0B1B2
(176,177,178)
#B7B8B9
(183,184,185)
#BEBFC0
(190,191,192)
#C5C6C7
(197,198,199)
#CCCDCE
(204,205,206)
#D3D4D5
(211,212,213)
#DADBDC
(218,219,220)
#E1E2E3
(225,226,227)
#E8E9EA
(232,233,234)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AAAB; }

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

This text font color is #A9AAAB.

Background Color

.myBgColor { background-color: #A9AAAB; }

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

This div background color is #A9AAAB.

Border color

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

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

This div border color is #A9AAAB.

Opacity

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

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

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

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

This text has shadow with #A9AAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AAAB.

Preview

Color preview on black background

This text has color #A9AAAB on black background.


Color preview on white background

This text has color #A9AAAB on white background.


Black color preview on #A9AAAB background

This text has black color on #A9AAAB background.


White color preview on #A9AAAB background

This text has white color on #A9AAAB background.


Related colors

Complementary color

Complementary color for #hex is #565554.


I love getcolorcode.com

Triadic colors

1 #ABA9AA and #AAABA9 with #A9AAAB are triadic colors.

2 #ABAAA9 and #AAA9AB with #A9AAAB are triadic colors.