COLOR #A5ADA0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

165
173
160

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

Portions of RGB colors in percentages

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

%33.13
%34.74
%32.13

CMYK color model

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

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

CMYK percentages

%4.62
%0
%7.51
%32.16

Codes

Color #A5ADA0 in popluar color models

A5ADA0
RGB165173160
HSL97°7.34%65.29%
HSB/HSV97°7.51%67.84%
CMYK4.62%0.00%7.51%
32.16%

Color #A5ADA0 in popluar number systems.

HEXA5ADA0
Decimal165173160
Binary101001011010110110100000
Octal245255240

Shades and tints

Shades of #A5ADA0

#A5ADA0
(165,173,160)
#969E92
(150,158,146)
#878F84
(135,143,132)
#788076
(120,128,118)
#697168
(105,113,104)
#5A625A
(90,98,90)
#4B534C
(75,83,76)
#3C443E
(60,68,62)
#2D3530
(45,53,48)
#1E2622
(30,38,34)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #A5ADA0

#A5ADA0
(165,173,160)
#ADB4A8
(173,180,168)
#B5BBB0
(181,187,176)
#BDC2B8
(189,194,184)
#C5C9C0
(197,201,192)
#CDD0C8
(205,208,200)
#D5D7D0
(213,215,208)
#DDDED8
(221,222,216)
#E5E5E0
(229,229,224)
#EDECE8
(237,236,232)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ADA0; }

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

This text font color is #A5ADA0.


Background Color

.myBgColor { background-color: #A5ADA0; }

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

This div background color is #A5ADA0.


Border color

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

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

This div border color is #A5ADA0.


Opacity

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

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

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

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

This text has shadow with #A5ADA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ADA0 on black background.


Color preview on white background

This text has color #A5ADA0 on white background.



Black color preview on #A5ADA0 background

This text has black color on #A5ADA0 background.


White color preview on #A5ADA0 background

This text has white color on #A5ADA0 background.