COLOR #ADA0A5

HEX: #ADA0A5
RGB: (173,160,165)

Color info

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

RGB color model

#ADA0A5 color RGB value is (173,160,165).

  • red value is 173;
  • green value is 160;
  • blue value is 165.
RGB:
(173,160,165)
(68%,63%,65%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 165 of 255 = 65%

173
160
165

R + G + B ~ 65%. #ADA0A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 165 = 498 (100%)
R 173 of 498 ~ 34.74%
G 160 of 498 ~ 32.13%
B 165 of 498 ~ 33.13%

%34.74
%32.13
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 4.62%
  • key color value is 32.16%
CMYK:
(0,8,5,32)
C0M8Y5K32 
(0%,8%,5%,32%)
(0.00/0.08/0.05/0.32)	

CMYK percentages

%0
%7.51
%4.62
%32.16

Codes

Color #ADA0A5 in popluar color models

ADA0A5
RGB173160165
HSL337°7.34%65.29%
HSB/HSV337°7.51%67.84%
CMYK0.00%7.51%4.62%
32.16%

Color #ADA0A5 in popluar number systems.

HEXADA0A5
Decimal173160165
Binary101011011010000010100101
Octal255240245

Shades and tints

Shades of #ADA0A5

#ADA0A5
(173,160,165)
#9E9296
(158,146,150)
#8F8487
(143,132,135)
#807678
(128,118,120)
#716869
(113,104,105)
#625A5A
(98,90,90)
#534C4B
(83,76,75)
#443E3C
(68,62,60)
#35302D
(53,48,45)
#26221E
(38,34,30)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #ADA0A5

#ADA0A5
(173,160,165)
#B4A8AD
(180,168,173)
#BBB0B5
(187,176,181)
#C2B8BD
(194,184,189)
#C9C0C5
(201,192,197)
#D0C8CD
(208,200,205)
#D7D0D5
(215,208,213)
#DED8DD
(222,216,221)
#E5E0E5
(229,224,229)
#ECE8ED
(236,232,237)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA0A5; }

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

This text font color is #ADA0A5.


Background Color

.myBgColor { background-color: #ADA0A5; }

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

This div background color is #ADA0A5.


Border color

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

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

This div border color is #ADA0A5.


Opacity

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

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

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

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

This text has shadow with #ADA0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA0A5 on black background.


Color preview on white background

This text has color #ADA0A5 on white background.



Black color preview on #ADA0A5 background

This text has black color on #ADA0A5 background.


White color preview on #ADA0A5 background

This text has white color on #ADA0A5 background.