COLOR #ADAAAA

HEX: #ADAAAA RGB: (173,170,170)

Color info

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

RGB color model

#ADAAAA color RGB value is (173,170,170).

RGB: (173,170,170) (68%, 67%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 170 of 255 = 67%

173
170
170

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

Portions of RGB colors in percentages

R + G + B = 173 + 170 + 170 = 513 (100%)
R 173 of 513 ~ 33.72%
G 170 of 513 ~ 33.14%
B 170 of 513 ~ 33.14'%

%33.72
%33.14
%33.14

CMYK color model

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

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

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

CMYK percentages

%0
%1.73
%1.73
%32.16

Codes

Color #ADAAAA in popluar color models

AD AA AA
RGB 173 170 170
HSL 1.80% 67.25%
HSB/HSV 1.73% 67.84%
CMYK 0.00% 1.73% 1.73%
32.16%

Color #ADAAAA in popluar number systems.

HEX AD AA AA
Decimal 173 170 170
Binary 10101101 10101010 10101010
Octal 255 252 252

Shades and tints

Shades of #ADAAAA

#ADAAAA
(173,170,170)
#9E9B9B
(158,155,155)
#8F8C8C
(143,140,140)
#807D7D
(128,125,125)
#716E6E
(113,110,110)
#625F5F
(98,95,95)
#535050
(83,80,80)
#444141
(68,65,65)
#353232
(53,50,50)
#262323
(38,35,35)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADAAAA

#ADAAAA
(173,170,170)
#B4B1B1
(180,177,177)
#BBB8B8
(187,184,184)
#C2BFBF
(194,191,191)
#C9C6C6
(201,198,198)
#D0CDCD
(208,205,205)
#D7D4D4
(215,212,212)
#DEDBDB
(222,219,219)
#E5E2E2
(229,226,226)
#ECE9E9
(236,233,233)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAAA; }

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

This text font color is #ADAAAA.

Background Color

.myBgColor { background-color: #ADAAAA; }

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

This div background color is #ADAAAA.

Border color

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

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

This div border color is #ADAAAA.

Opacity

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

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

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

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

This text has shadow with #ADAAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAAAA.

Preview

Color preview on black background

This text has color #ADAAAA on black background.


Color preview on white background

This text has color #ADAAAA on white background.


Black color preview on #ADAAAA background

This text has black color on #ADAAAA background.


White color preview on #ADAAAA background

This text has white color on #ADAAAA background.


Related colors

Complementary color

Complementary color for #hex is #525555.


I love getcolorcode.com