COLOR #A6ADAD

HEX: #A6ADAD RGB: (166,173,173)

Color info

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

RGB color model

#A6ADAD color RGB value is (166,173,173).

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

RGB channels and saturation

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

166
173
173

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

Portions of RGB colors in percentages

R + G + B = 166 + 173 + 173 = 512 (100%)
R 166 of 512 ~ 32.42%
G 173 of 512 ~ 33.79%
B 173 of 512 ~ 33.79'%

%32.42
%33.79
%33.79

CMYK color model

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

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

CMYK: (4,0,0,32)
C4M0Y0K32 (4%, 0%, 0%, 32%)
(0.04 / 0.00 / 0.00 / 0.32)

CMYK percentages

%4.05
%0
%0
%32.16

Codes

Color #A6ADAD in popluar color models

A6 AD AD
RGB 166 173 173
HSL 180° 4.09% 66.47%
HSB/HSV 180° 4.05% 67.84%
CMYK 4.05% 0.00% 0.00%
32.16%

Color #A6ADAD in popluar number systems.

HEX A6 AD AD
Decimal 166 173 173
Binary 10100110 10101101 10101101
Octal 246 255 255

Shades and tints

Shades of #A6ADAD

#A6ADAD
(166,173,173)
#979E9E
(151,158,158)
#888F8F
(136,143,143)
#798080
(121,128,128)
#6A7171
(106,113,113)
#5B6262
(91,98,98)
#4C5353
(76,83,83)
#3D4444
(61,68,68)
#2E3535
(46,53,53)
#1F2626
(31,38,38)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #A6ADAD

#A6ADAD
(166,173,173)
#AEB4B4
(174,180,180)
#B6BBBB
(182,187,187)
#BEC2C2
(190,194,194)
#C6C9C9
(198,201,201)
#CED0D0
(206,208,208)
#D6D7D7
(214,215,215)
#DEDEDE
(222,222,222)
#E6E5E5
(230,229,229)
#EEECEC
(238,236,236)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ADAD; }

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

This text font color is #A6ADAD.

Background Color

.myBgColor { background-color: #A6ADAD; }

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

This div background color is #A6ADAD.

Border color

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

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

This div border color is #A6ADAD.

Opacity

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

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

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

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

This text has shadow with #A6ADAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6ADAD.

Preview

Color preview on black background

This text has color #A6ADAD on black background.


Color preview on white background

This text has color #A6ADAD on white background.


Black color preview on #A6ADAD background

This text has black color on #A6ADAD background.


White color preview on #A6ADAD background

This text has white color on #A6ADAD background.


Related colors

Complementary color

Complementary color for #hex is #595252.


I love getcolorcode.com