COLOR #A5ADA1

HEX: #A5ADA1 RGB: (165,173,161)

Color info

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

RGB color model

#A5ADA1 color RGB value is (165,173,161).

RGB: (165,173,161) (65%, 68%, 63%)

RGB channels and saturation

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

165
173
161

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

Portions of RGB colors in percentages

R + G + B = 165 + 173 + 161 = 499 (100%)
R 165 of 499 ~ 33.07%
G 173 of 499 ~ 34.67%
B 161 of 499 ~ 32.26'%

%33.07
%34.67
%32.26

CMYK color model

#A5ADA1 color CMYK value is (5,0,7,32).

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

CMYK: (5,0,7,32)
C5M0Y7K32 (5%, 0%, 7%, 32%)
(0.05 / 0.00 / 0.07 / 0.32)

CMYK percentages

%4.62
%0
%6.94
%32.16

Codes

Color #A5ADA1 in popluar color models

A5 AD A1
RGB 165 173 161
HSL 100° 6.82% 65.49%
HSB/HSV 100° 6.94% 67.84%
CMYK 4.62% 0.00% 6.94%
32.16%

Color #A5ADA1 in popluar number systems.

HEX A5 AD A1
Decimal 165 173 161
Binary 10100101 10101101 10100001
Octal 245 255 241

Shades and tints

Shades of #A5ADA1

#A5ADA1
(165,173,161)
#969E93
(150,158,147)
#878F85
(135,143,133)
#788077
(120,128,119)
#697169
(105,113,105)
#5A625B
(90,98,91)
#4B534D
(75,83,77)
#3C443F
(60,68,63)
#2D3531
(45,53,49)
#1E2623
(30,38,35)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A5ADA1

#A5ADA1
(165,173,161)
#ADB4A9
(173,180,169)
#B5BBB1
(181,187,177)
#BDC2B9
(189,194,185)
#C5C9C1
(197,201,193)
#CDD0C9
(205,208,201)
#D5D7D1
(213,215,209)
#DDDED9
(221,222,217)
#E5E5E1
(229,229,225)
#EDECE9
(237,236,233)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ADA1; }

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

This text font color is #A5ADA1.

Background Color

.myBgColor { background-color: #A5ADA1; }

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

This div background color is #A5ADA1.

Border color

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

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

This div border color is #A5ADA1.

Opacity

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

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

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

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

This text has shadow with #A5ADA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5ADA1.

Preview

Color preview on black background

This text has color #A5ADA1 on black background.


Color preview on white background

This text has color #A5ADA1 on white background.


Black color preview on #A5ADA1 background

This text has black color on #A5ADA1 background.


White color preview on #A5ADA1 background

This text has white color on #A5ADA1 background.


Related colors

Complementary color

Complementary color for #hex is #5A525E.


I love getcolorcode.com

Triadic colors

1 #A1A5AD and #ADA1A5 with #A5ADA1 are triadic colors.

2 #A1ADA5 and #ADA5A1 with #A5ADA1 are triadic colors.