COLOR #ADA0A2

HEX: #ADA0A2
RGB: (173,160,162)

Color info

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

RGB color model

#ADA0A2 color RGB value is (173,160,162).

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

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 162 of 255 = 64%

173
160
162

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

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 162 = 495 (100%)
R 173 of 495 ~ 34.95%
G 160 of 495 ~ 32.32%
B 162 of 495 ~ 32.73%

%34.95
%32.32
%32.73

CMYK color model

#ADA0A2 color CMYK value is (0,8,6,32).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 6.36%
  • key color value is 32.16%
CMYK:
(0,8,6,32)
C0M8Y6K32 
(0%,8%,6%,32%)
(0.00/0.08/0.06/0.32)	

CMYK percentages

%0
%7.51
%6.36
%32.16

Codes

Color #ADA0A2 in popluar color models

ADA0A2
RGB173160162
HSL351°7.34%65.29%
HSB/HSV351°7.51%67.84%
CMYK0.00%7.51%6.36%
32.16%

Color #ADA0A2 in popluar number systems.

HEXADA0A2
Decimal173160162
Binary101011011010000010100010
Octal255240242

Shades and tints

Shades of #ADA0A2

#ADA0A2
(173,160,162)
#9E9294
(158,146,148)
#8F8486
(143,132,134)
#807678
(128,118,120)
#71686A
(113,104,106)
#625A5C
(98,90,92)
#534C4E
(83,76,78)
#443E40
(68,62,64)
#353032
(53,48,50)
#262224
(38,34,36)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADA0A2

#ADA0A2
(173,160,162)
#B4A8AA
(180,168,170)
#BBB0B2
(187,176,178)
#C2B8BA
(194,184,186)
#C9C0C2
(201,192,194)
#D0C8CA
(208,200,202)
#D7D0D2
(215,208,210)
#DED8DA
(222,216,218)
#E5E0E2
(229,224,226)
#ECE8EA
(236,232,234)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA0A2; }

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

This text font color is #ADA0A2.


Background Color

.myBgColor { background-color: #ADA0A2; }

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

This div background color is #ADA0A2.


Border color

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

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

This div border color is #ADA0A2.


Opacity

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

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

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

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

This text has shadow with #ADA0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA0A2 on black background.


Color preview on white background

This text has color #ADA0A2 on white background.



Black color preview on #ADA0A2 background

This text has black color on #ADA0A2 background.


White color preview on #ADA0A2 background

This text has white color on #ADA0A2 background.