COLOR #A9B4AD

HEX: #A9B4AD RGB: (169,180,173)

Color info

#A9B4AD contains red, green and blue colors in about the same proportion. Web safe color of #A9B4AD is #99CC99 (or #9C9).

RGB color model

#A9B4AD color RGB value is (169,180,173).

RGB: (169,180,173) (66%, 71%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 180 of 255 = 71%
B 173 of 255 = 68%

169
180
173

R + G + B ~ 68%. #A9B4AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 180 + 173 = 522 (100%)
R 169 of 522 ~ 32.38%
G 180 of 522 ~ 34.48%
B 173 of 522 ~ 33.14'%

%32.38
%34.48
%33.14

CMYK color model

#A9B4AD color CMYK value is (6,0,4,29).

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 3.89%
  • key color value is 29.41%
CMYK: (6,0,4,29) C6M0Y4K29 (6%,0%,4%,29%) (0.06/0.00/0.04/0.29) 

CMYK percentages

%6.11
%0
%3.89
%29.41

Codes

Color #A9B4AD in popluar color models

A9 B4 AD
RGB 169 180 173
HSL 142° 6.83% 68.43%
HSB/HSV 142° 6.11% 70.59%
CMYK 6.11% 0.00% 3.89%
29.41%

Color #A9B4AD in popluar number systems.

HEX A9 B4 AD
Decimal 169 180 173
Binary 10101001 10110100 10101101
Octal 251 264 255

Shades and tints

Shades of #A9B4AD

#A9B4AD
(169,180,173)
#9AA49E
(154,164,158)
#8B948F
(139,148,143)
#7C8480
(124,132,128)
#6D7471
(109,116,113)
#5E6462
(94,100,98)
#4F5453
(79,84,83)
#404444
(64,68,68)
#313435
(49,52,53)
#222426
(34,36,38)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #A9B4AD

#A9B4AD
(169,180,173)
#B0BAB4
(176,186,180)
#B7C0BB
(183,192,187)
#BEC6C2
(190,198,194)
#C5CCC9
(197,204,201)
#CCD2D0
(204,210,208)
#D3D8D7
(211,216,215)
#DADEDE
(218,222,222)
#E1E4E5
(225,228,229)
#E8EAEC
(232,234,236)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B4AD; }

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

This text font color is #A9B4AD.

Background Color

.myBgColor { background-color: #A9B4AD; }

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

This div background color is #A9B4AD.

Border color

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

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

This div border color is #A9B4AD.

Opacity

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

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

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

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

This text has shadow with #A9B4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B4AD.

Preview

Color preview on black background

This text has color #A9B4AD on black background.


Color preview on white background

This text has color #A9B4AD on white background.


Black color preview on #A9B4AD background

This text has black color on #A9B4AD background.


White color preview on #A9B4AD background

This text has white color on #A9B4AD background.


Related colors

Complementary color

Complementary color for #hex is #564B52.


I love getcolorcode.com

Triadic colors

1 #ADA9B4 and #B4ADA9 with #A9B4AD are triadic colors.

2 #ADB4A9 and #B4A9AD with #A9B4AD are triadic colors.