COLOR #A9AB9C

HEX: #A9AB9C RGB: (169,171,156)

Color info

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

RGB color model

#A9AB9C color RGB value is (169,171,156).

RGB: (169,171,156) (66%, 67%, 61%)

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 156 of 255 = 61%

169
171
156

R + G + B ~ 65%. #A9AB9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 171 + 156 = 496 (100%)
R 169 of 496 ~ 34.07%
G 171 of 496 ~ 34.48%
B 156 of 496 ~ 31.45'%

%34.07
%34.48
%31.45

CMYK color model

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

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

CMYK: (1,0,9,33)
C1M0Y9K33 (1%, 0%, 9%, 33%)
(0.01 / 0.00 / 0.09 / 0.33)

CMYK percentages

%1.17
%0
%8.77
%32.94

Codes

Color #A9AB9C in popluar color models

A9 AB 9C
RGB 169 171 156
HSL 68° 8.20% 64.12%
HSB/HSV 68° 8.77% 67.06%
CMYK 1.17% 0.00% 8.77%
32.94%

Color #A9AB9C in popluar number systems.

HEX A9 AB 9C
Decimal 169 171 156
Binary 10101001 10101011 10011100
Octal 251 253 234

Shades and tints

Shades of #A9AB9C

#A9AB9C
(169,171,156)
#9A9C8E
(154,156,142)
#8B8D80
(139,141,128)
#7C7E72
(124,126,114)
#6D6F64
(109,111,100)
#5E6056
(94,96,86)
#4F5148
(79,81,72)
#40423A
(64,66,58)
#31332C
(49,51,44)
#22241E
(34,36,30)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #A9AB9C

#A9AB9C
(169,171,156)
#B0B2A5
(176,178,165)
#B7B9AE
(183,185,174)
#BEC0B7
(190,192,183)
#C5C7C0
(197,199,192)
#CCCEC9
(204,206,201)
#D3D5D2
(211,213,210)
#DADCDB
(218,220,219)
#E1E3E4
(225,227,228)
#E8EAED
(232,234,237)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AB9C; }

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

This text font color is #A9AB9C.

Background Color

.myBgColor { background-color: #A9AB9C; }

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

This div background color is #A9AB9C.

Border color

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

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

This div border color is #A9AB9C.

Opacity

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

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

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

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

This text has shadow with #A9AB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AB9C.

Preview

Color preview on black background

This text has color #A9AB9C on black background.


Color preview on white background

This text has color #A9AB9C on white background.


Black color preview on #A9AB9C background

This text has black color on #A9AB9C background.


White color preview on #A9AB9C background

This text has white color on #A9AB9C background.


Related colors

Complementary color

Complementary color for #hex is #565463.


I love getcolorcode.com

Triadic colors

1 #9CA9AB and #AB9CA9 with #A9AB9C are triadic colors.

2 #9CABA9 and #ABA99C with #A9AB9C are triadic colors.