COLOR #A49DA5

HEX: #A49DA5 RGB: (164,157,165)

Color info

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

RGB color model

#A49DA5 color RGB value is (164,157,165).

RGB: (164,157,165) (64%, 62%, 65%)

RGB channels and saturation

R 164 of 255 = 64%
G 157 of 255 = 62%
B 165 of 255 = 65%

164
157
165

R + G + B ~ 64%. #A49DA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 157 + 165 = 486 (100%)
R 164 of 486 ~ 33.74%
G 157 of 486 ~ 32.3%
B 165 of 486 ~ 33.95'%

%33.74
%32.3
%33.95

CMYK color model

#A49DA5 color CMYK value is (1,5,0,35).

  • cyan value is 0.61%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (1,5,0,35) C1M5Y0K35 (1%,5%,0%,35%) (0.01/0.05/0.00/0.35) 

CMYK percentages

%0.61
%4.85
%0
%35.29

Codes

Color #A49DA5 in popluar color models

A4 9D A5
RGB 164 157 165
HSL 293° 4.26% 63.14%
HSB/HSV 293° 4.85% 64.71%
CMYK 0.61% 4.85% 0.00%
35.29%

Color #A49DA5 in popluar number systems.

HEX A4 9D A5
Decimal 164 157 165
Binary 10100100 10011101 10100101
Octal 244 235 245

Shades and tints

Shades of #A49DA5

#A49DA5
(164,157,165)
#968F96
(150,143,150)
#888187
(136,129,135)
#7A7378
(122,115,120)
#6C6569
(108,101,105)
#5E575A
(94,87,90)
#50494B
(80,73,75)
#423B3C
(66,59,60)
#342D2D
(52,45,45)
#261F1E
(38,31,30)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #A49DA5

#A49DA5
(164,157,165)
#ACA5AD
(172,165,173)
#B4ADB5
(180,173,181)
#BCB5BD
(188,181,189)
#C4BDC5
(196,189,197)
#CCC5CD
(204,197,205)
#D4CDD5
(212,205,213)
#DCD5DD
(220,213,221)
#E4DDE5
(228,221,229)
#ECE5ED
(236,229,237)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49DA5 color. Also use rgb(164,157,165) instead hex code.

Text Font Color

.myTextColor { color: #A49DA5; }

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

This text font color is #A49DA5.

Background Color

.myBgColor { background-color: #A49DA5; }

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

This div background color is #A49DA5.

Border color

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

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

This div border color is #A49DA5.

Opacity

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

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

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

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

This text has shadow with #A49DA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49DA5.

Preview

Color preview on black background

This text has color #A49DA5 on black background.


Color preview on white background

This text has color #A49DA5 on white background.


Black color preview on #A49DA5 background

This text has black color on #A49DA5 background.


White color preview on #A49DA5 background

This text has white color on #A49DA5 background.


Related colors

Complementary color

Complementary color for #hex is #5B625A.


I love getcolorcode.com

Triadic colors

1 #A5A49D and #9DA5A4 with #A49DA5 are triadic colors.

2 #A59DA4 and #9DA4A5 with #A49DA5 are triadic colors.