COLOR #A0ADA3

HEX: #A0ADA3
RGB: (160,173,163)

Color info

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

RGB color model

#A0ADA3 color RGB value is (160,173,163).

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

RGB channels and saturation

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

160
173
163

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

Portions of RGB colors in percentages

R + G + B =
160 + 173 + 163 = 496 (100%)
R 160 of 496 ~ 32.26%
G 173 of 496 ~ 34.88%
B 163 of 496 ~ 32.86%

%32.26
%34.88
%32.86

CMYK color model

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

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

CMYK percentages

%7.51
%0
%5.78
%32.16

Codes

Color #A0ADA3 in popluar color models

A0ADA3
RGB160173163
HSL134°7.34%65.29%
HSB/HSV134°7.51%67.84%
CMYK7.51%0.00%5.78%
32.16%

Color #A0ADA3 in popluar number systems.

HEXA0ADA3
Decimal160173163
Binary101000001010110110100011
Octal240255243

Shades and tints

Shades of #A0ADA3

#A0ADA3
(160,173,163)
#929E95
(146,158,149)
#848F87
(132,143,135)
#768079
(118,128,121)
#68716B
(104,113,107)
#5A625D
(90,98,93)
#4C534F
(76,83,79)
#3E4441
(62,68,65)
#303533
(48,53,51)
#222625
(34,38,37)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #A0ADA3

#A0ADA3
(160,173,163)
#A8B4AB
(168,180,171)
#B0BBB3
(176,187,179)
#B8C2BB
(184,194,187)
#C0C9C3
(192,201,195)
#C8D0CB
(200,208,203)
#D0D7D3
(208,215,211)
#D8DEDB
(216,222,219)
#E0E5E3
(224,229,227)
#E8ECEB
(232,236,235)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ADA3; }

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

This text font color is #A0ADA3.


Background Color

.myBgColor { background-color: #A0ADA3; }

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

This div background color is #A0ADA3.


Border color

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

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

This div border color is #A0ADA3.


Opacity

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

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

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

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

This text has shadow with #A0ADA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ADA3 on black background.


Color preview on white background

This text has color #A0ADA3 on white background.



Black color preview on #A0ADA3 background

This text has black color on #A0ADA3 background.


White color preview on #A0ADA3 background

This text has white color on #A0ADA3 background.