COLOR #A0ADA1

HEX: #A0ADA1 RGB: (160,173,161)

Color info

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

RGB color model

#A0ADA1 color RGB value is (160,173,161).

RGB: (160,173,161) (63%, 68%, 63%)

RGB channels and saturation

R 160 of 255 = 63%
G 173 of 255 = 68%
B 161 of 255 = 63%

160
173
161

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

Portions of RGB colors in percentages

R + G + B = 160 + 173 + 161 = 494 (100%)
R 160 of 494 ~ 32.39%
G 173 of 494 ~ 35.02%
B 161 of 494 ~ 32.59'%

%32.39
%35.02
%32.59

CMYK color model

#A0ADA1 color CMYK value is (8,0,7,32).

  • cyan value is 7.51%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 32.16%

CMYK: (8,0,7,32)
C8M0Y7K32 (8%, 0%, 7%, 32%)
(0.08 / 0.00 / 0.07 / 0.32)

CMYK percentages

%7.51
%0
%6.94
%32.16

Codes

Color #A0ADA1 in popluar color models

A0 AD A1
RGB 160 173 161
HSL 125° 7.34% 65.29%
HSB/HSV 125° 7.51% 67.84%
CMYK 7.51% 0.00% 6.94%
32.16%

Color #A0ADA1 in popluar number systems.

HEX A0 AD A1
Decimal 160 173 161
Binary 10100000 10101101 10100001
Octal 240 255 241

Shades and tints

Shades of #A0ADA1

#A0ADA1
(160,173,161)
#929E93
(146,158,147)
#848F85
(132,143,133)
#768077
(118,128,119)
#687169
(104,113,105)
#5A625B
(90,98,91)
#4C534D
(76,83,77)
#3E443F
(62,68,63)
#303531
(48,53,49)
#222623
(34,38,35)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #A0ADA1

#A0ADA1
(160,173,161)
#A8B4A9
(168,180,169)
#B0BBB1
(176,187,177)
#B8C2B9
(184,194,185)
#C0C9C1
(192,201,193)
#C8D0C9
(200,208,201)
#D0D7D1
(208,215,209)
#D8DED9
(216,222,217)
#E0E5E1
(224,229,225)
#E8ECE9
(232,236,233)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ADA1; }

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

This text font color is #A0ADA1.

Background Color

.myBgColor { background-color: #A0ADA1; }

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

This div background color is #A0ADA1.

Border color

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

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

This div border color is #A0ADA1.

Opacity

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

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

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

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

This text has shadow with #A0ADA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0ADA1.

Preview

Color preview on black background

This text has color #A0ADA1 on black background.


Color preview on white background

This text has color #A0ADA1 on white background.


Black color preview on #A0ADA1 background

This text has black color on #A0ADA1 background.


White color preview on #A0ADA1 background

This text has white color on #A0ADA1 background.


Related colors

Complementary color

Complementary color for #hex is #5F525E.


I love getcolorcode.com

Triadic colors

1 #A1A0AD and #ADA1A0 with #A0ADA1 are triadic colors.

2 #A1ADA0 and #ADA0A1 with #A0ADA1 are triadic colors.