COLOR #A9A6AD

HEX: #A9A6AD RGB: (169,166,173)

Color info

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

RGB color model

#A9A6AD color RGB value is (169,166,173).

RGB: (169,166,173) (66%, 65%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 173 of 255 = 68%

169
166
173

R + G + B ~ 66%. #A9A6AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 166 + 173 = 508 (100%)
R 169 of 508 ~ 33.27%
G 166 of 508 ~ 32.68%
B 173 of 508 ~ 34.06'%

%33.27
%32.68
%34.06

CMYK color model

#A9A6AD color CMYK value is (2,4,0,32).

  • cyan value is 2.31%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (2,4,0,32)
C2M4Y0K32 (2%, 4%, 0%, 32%)
(0.02 / 0.04 / 0.00 / 0.32)

CMYK percentages

%2.31
%4.05
%0
%32.16

Codes

Color #A9A6AD in popluar color models

A9 A6 AD
RGB 169 166 173
HSL 266° 4.09% 66.47%
HSB/HSV 266° 4.05% 67.84%
CMYK 2.31% 4.05% 0.00%
32.16%

Color #A9A6AD in popluar number systems.

HEX A9 A6 AD
Decimal 169 166 173
Binary 10101001 10100110 10101101
Octal 251 246 255

Shades and tints

Shades of #A9A6AD

#A9A6AD
(169,166,173)
#9A979E
(154,151,158)
#8B888F
(139,136,143)
#7C7980
(124,121,128)
#6D6A71
(109,106,113)
#5E5B62
(94,91,98)
#4F4C53
(79,76,83)
#403D44
(64,61,68)
#312E35
(49,46,53)
#221F26
(34,31,38)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #A9A6AD

#A9A6AD
(169,166,173)
#B0AEB4
(176,174,180)
#B7B6BB
(183,182,187)
#BEBEC2
(190,190,194)
#C5C6C9
(197,198,201)
#CCCED0
(204,206,208)
#D3D6D7
(211,214,215)
#DADEDE
(218,222,222)
#E1E6E5
(225,230,229)
#E8EEEC
(232,238,236)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A6AD color. Also use rgb(169,166,173) instead hex code.

Text Font Color

.myTextColor { color: #A9A6AD; }

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

This text font color is #A9A6AD.

Background Color

.myBgColor { background-color: #A9A6AD; }

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

This div background color is #A9A6AD.

Border color

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

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

This div border color is #A9A6AD.

Opacity

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

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

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

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

This text has shadow with #A9A6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A6AD.

Preview

Color preview on black background

This text has color #A9A6AD on black background.


Color preview on white background

This text has color #A9A6AD on white background.


Black color preview on #A9A6AD background

This text has black color on #A9A6AD background.


White color preview on #A9A6AD background

This text has white color on #A9A6AD background.


Related colors

Complementary color

Complementary color for #hex is #565952.


I love getcolorcode.com

Triadic colors

1 #ADA9A6 and #A6ADA9 with #A9A6AD are triadic colors.

2 #ADA6A9 and #A6A9AD with #A9A6AD are triadic colors.