COLOR #A0ADA6

HEX: #A0ADA6
RGB: (160,173,166)

Color info

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

RGB color model

#A0ADA6 color RGB value is (160,173,166).

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

RGB channels and saturation

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

160
173
166

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

Portions of RGB colors in percentages

R + G + B =
160 + 173 + 166 = 499 (100%)
R 160 of 499 ~ 32.06%
G 173 of 499 ~ 34.67%
B 166 of 499 ~ 33.27%

%32.06
%34.67
%33.27

CMYK color model

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

  • cyan value is 7.51%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 32.16%
CMYK:
(8,0,4,32)
C8M0Y4K32 
(8%,0%,4%,32%)
(0.08/0.00/0.04/0.32)	

CMYK percentages

%7.51
%0
%4.05
%32.16

Codes

Color #A0ADA6 in popluar color models

A0ADA6
RGB160173166
HSL148°7.34%65.29%
HSB/HSV148°7.51%67.84%
CMYK7.51%0.00%4.05%
32.16%

Color #A0ADA6 in popluar number systems.

HEXA0ADA6
Decimal160173166
Binary101000001010110110100110
Octal240255246

Shades and tints

Shades of #A0ADA6

#A0ADA6
(160,173,166)
#929E97
(146,158,151)
#848F88
(132,143,136)
#768079
(118,128,121)
#68716A
(104,113,106)
#5A625B
(90,98,91)
#4C534C
(76,83,76)
#3E443D
(62,68,61)
#30352E
(48,53,46)
#22261F
(34,38,31)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #A0ADA6

#A0ADA6
(160,173,166)
#A8B4AE
(168,180,174)
#B0BBB6
(176,187,182)
#B8C2BE
(184,194,190)
#C0C9C6
(192,201,198)
#C8D0CE
(200,208,206)
#D0D7D6
(208,215,214)
#D8DEDE
(216,222,222)
#E0E5E6
(224,229,230)
#E8ECEE
(232,236,238)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ADA6; }

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

This text font color is #A0ADA6.


Background Color

.myBgColor { background-color: #A0ADA6; }

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

This div background color is #A0ADA6.


Border color

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

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

This div border color is #A0ADA6.


Opacity

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

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

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

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

This text has shadow with #A0ADA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ADA6 on black background.


Color preview on white background

This text has color #A0ADA6 on white background.



Black color preview on #A0ADA6 background

This text has black color on #A0ADA6 background.


White color preview on #A0ADA6 background

This text has white color on #A0ADA6 background.