COLOR #A9AB9A

HEX: #A9AB9A RGB: (169,171,154)

Color info

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

RGB color model

#A9AB9A color RGB value is (169,171,154).

RGB: (169,171,154) (66%, 67%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 154 of 255 = 60%

169
171
154

R + G + B ~ 64%. #A9AB9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 171 + 154 = 494 (100%)
R 169 of 494 ~ 34.21%
G 171 of 494 ~ 34.62%
B 154 of 494 ~ 31.17'%

%34.21
%34.62
%31.17

CMYK color model

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

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

CMYK: (1,0,10,33)
C1M0Y10K33 (1%, 0%, 10%, 33%)
(0.01 / 0.00 / 0.10 / 0.33)

CMYK percentages

%1.17
%0
%9.94
%32.94

Codes

Color #A9AB9A in popluar color models

A9 AB 9A
RGB 169 171 154
HSL 67° 9.19% 63.73%
HSB/HSV 67° 9.94% 67.06%
CMYK 1.17% 0.00% 9.94%
32.94%

Color #A9AB9A in popluar number systems.

HEX A9 AB 9A
Decimal 169 171 154
Binary 10101001 10101011 10011010
Octal 251 253 232

Shades and tints

Shades of #A9AB9A

#A9AB9A
(169,171,154)
#9A9C8C
(154,156,140)
#8B8D7E
(139,141,126)
#7C7E70
(124,126,112)
#6D6F62
(109,111,98)
#5E6054
(94,96,84)
#4F5146
(79,81,70)
#404238
(64,66,56)
#31332A
(49,51,42)
#22241C
(34,36,28)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #A9AB9A

#A9AB9A
(169,171,154)
#B0B2A3
(176,178,163)
#B7B9AC
(183,185,172)
#BEC0B5
(190,192,181)
#C5C7BE
(197,199,190)
#CCCEC7
(204,206,199)
#D3D5D0
(211,213,208)
#DADCD9
(218,220,217)
#E1E3E2
(225,227,226)
#E8EAEB
(232,234,235)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AB9A; }

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

This text font color is #A9AB9A.

Background Color

.myBgColor { background-color: #A9AB9A; }

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

This div background color is #A9AB9A.

Border color

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

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

This div border color is #A9AB9A.

Opacity

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

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

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

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

This text has shadow with #A9AB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AB9A.

Preview

Color preview on black background

This text has color #A9AB9A on black background.


Color preview on white background

This text has color #A9AB9A on white background.


Black color preview on #A9AB9A background

This text has black color on #A9AB9A background.


White color preview on #A9AB9A background

This text has white color on #A9AB9A background.


Related colors

Complementary color

Complementary color for #hex is #565465.


I love getcolorcode.com

Triadic colors

1 #9AA9AB and #AB9AA9 with #A9AB9A are triadic colors.

2 #9AABA9 and #ABA99A with #A9AB9A are triadic colors.