COLOR #A4ADAD

HEX: #A4ADAD RGB: (164,173,173)

Color info

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

RGB color model

#A4ADAD color RGB value is (164,173,173).

RGB: (164,173,173) (64%, 68%, 68%)

RGB channels and saturation

R 164 of 255 = 64%
G 173 of 255 = 68%
B 173 of 255 = 68%

164
173
173

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

Portions of RGB colors in percentages

R + G + B = 164 + 173 + 173 = 510 (100%)
R 164 of 510 ~ 32.16%
G 173 of 510 ~ 33.92%
B 173 of 510 ~ 33.92'%

%32.16
%33.92
%33.92

CMYK color model

#A4ADAD color CMYK value is (5,0,0,32).

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

CMYK: (5,0,0,32)
C5M0Y0K32 (5%, 0%, 0%, 32%)
(0.05 / 0.00 / 0.00 / 0.32)

CMYK percentages

%5.2
%0
%0
%32.16

Codes

Color #A4ADAD in popluar color models

A4 AD AD
RGB 164 173 173
HSL 180° 5.20% 66.08%
HSB/HSV 180° 5.20% 67.84%
CMYK 5.20% 0.00% 0.00%
32.16%

Color #A4ADAD in popluar number systems.

HEX A4 AD AD
Decimal 164 173 173
Binary 10100100 10101101 10101101
Octal 244 255 255

Shades and tints

Shades of #A4ADAD

#A4ADAD
(164,173,173)
#969E9E
(150,158,158)
#888F8F
(136,143,143)
#7A8080
(122,128,128)
#6C7171
(108,113,113)
#5E6262
(94,98,98)
#505353
(80,83,83)
#424444
(66,68,68)
#343535
(52,53,53)
#262626
(38,38,38)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #A4ADAD

#A4ADAD
(164,173,173)
#ACB4B4
(172,180,180)
#B4BBBB
(180,187,187)
#BCC2C2
(188,194,194)
#C4C9C9
(196,201,201)
#CCD0D0
(204,208,208)
#D4D7D7
(212,215,215)
#DCDEDE
(220,222,222)
#E4E5E5
(228,229,229)
#ECECEC
(236,236,236)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ADAD; }

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

This text font color is #A4ADAD.

Background Color

.myBgColor { background-color: #A4ADAD; }

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

This div background color is #A4ADAD.

Border color

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

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

This div border color is #A4ADAD.

Opacity

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

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

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

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

This text has shadow with #A4ADAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ADAD.

Preview

Color preview on black background

This text has color #A4ADAD on black background.


Color preview on white background

This text has color #A4ADAD on white background.


Black color preview on #A4ADAD background

This text has black color on #A4ADAD background.


White color preview on #A4ADAD background

This text has white color on #A4ADAD background.


Related colors

Complementary color

Complementary color for #hex is #5B5252.


I love getcolorcode.com