COLOR #A9ADAD

HEX: #A9ADAD RGB: (169,173,173)

Color info

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

RGB color model

#A9ADAD color RGB value is (169,173,173).

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

RGB channels and saturation

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

169
173
173

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

Portions of RGB colors in percentages

R + G + B = 169 + 173 + 173 = 515 (100%)
R 169 of 515 ~ 32.82%
G 173 of 515 ~ 33.59%
B 173 of 515 ~ 33.59'%

%32.82
%33.59
%33.59

CMYK color model

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

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

CMYK: (2,0,0,32)
C2M0Y0K32 (2%, 0%, 0%, 32%)
(0.02 / 0.00 / 0.00 / 0.32)

CMYK percentages

%2.31
%0
%0
%32.16

Codes

Color #A9ADAD in popluar color models

A9 AD AD
RGB 169 173 173
HSL 180° 2.38% 67.06%
HSB/HSV 180° 2.31% 67.84%
CMYK 2.31% 0.00% 0.00%
32.16%

Color #A9ADAD in popluar number systems.

HEX A9 AD AD
Decimal 169 173 173
Binary 10101001 10101101 10101101
Octal 251 255 255

Shades and tints

Shades of #A9ADAD

#A9ADAD
(169,173,173)
#9A9E9E
(154,158,158)
#8B8F8F
(139,143,143)
#7C8080
(124,128,128)
#6D7171
(109,113,113)
#5E6262
(94,98,98)
#4F5353
(79,83,83)
#404444
(64,68,68)
#313535
(49,53,53)
#222626
(34,38,38)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #A9ADAD

#A9ADAD
(169,173,173)
#B0B4B4
(176,180,180)
#B7BBBB
(183,187,187)
#BEC2C2
(190,194,194)
#C5C9C9
(197,201,201)
#CCD0D0
(204,208,208)
#D3D7D7
(211,215,215)
#DADEDE
(218,222,222)
#E1E5E5
(225,229,229)
#E8ECEC
(232,236,236)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ADAD; }

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

This text font color is #A9ADAD.

Background Color

.myBgColor { background-color: #A9ADAD; }

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

This div background color is #A9ADAD.

Border color

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

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

This div border color is #A9ADAD.

Opacity

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

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

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

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

This text has shadow with #A9ADAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9ADAD.

Preview

Color preview on black background

This text has color #A9ADAD on black background.


Color preview on white background

This text has color #A9ADAD on white background.


Black color preview on #A9ADAD background

This text has black color on #A9ADAD background.


White color preview on #A9ADAD background

This text has white color on #A9ADAD background.


Related colors

Complementary color

Complementary color for #hex is #565252.


I love getcolorcode.com