COLOR #A49EAD

HEX: #A49EAD RGB: (164,158,173)

Color info

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

RGB color model

#A49EAD color RGB value is (164,158,173).

RGB: (164,158,173) (64%, 62%, 68%)

RGB channels and saturation

R 164 of 255 = 64%
G 158 of 255 = 62%
B 173 of 255 = 68%

164
158
173

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

Portions of RGB colors in percentages

R + G + B = 164 + 158 + 173 = 495 (100%)
R 164 of 495 ~ 33.13%
G 158 of 495 ~ 31.92%
B 173 of 495 ~ 34.95'%

%33.13
%31.92
%34.95

CMYK color model

#A49EAD color CMYK value is (5,9,0,32).

  • cyan value is 5.20%
  • magenta value is 8.67%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (5,9,0,32)
C5M9Y0K32 (5%, 9%, 0%, 32%)
(0.05 / 0.09 / 0.00 / 0.32)

CMYK percentages

%5.2
%8.67
%0
%32.16

Codes

Color #A49EAD in popluar color models

A4 9E AD
RGB 164 158 173
HSL 264° 8.38% 64.90%
HSB/HSV 264° 8.67% 67.84%
CMYK 5.20% 8.67% 0.00%
32.16%

Color #A49EAD in popluar number systems.

HEX A4 9E AD
Decimal 164 158 173
Binary 10100100 10011110 10101101
Octal 244 236 255

Shades and tints

Shades of #A49EAD

#A49EAD
(164,158,173)
#96909E
(150,144,158)
#88828F
(136,130,143)
#7A7480
(122,116,128)
#6C6671
(108,102,113)
#5E5862
(94,88,98)
#504A53
(80,74,83)
#423C44
(66,60,68)
#342E35
(52,46,53)
#262026
(38,32,38)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #A49EAD

#A49EAD
(164,158,173)
#ACA6B4
(172,166,180)
#B4AEBB
(180,174,187)
#BCB6C2
(188,182,194)
#C4BEC9
(196,190,201)
#CCC6D0
(204,198,208)
#D4CED7
(212,206,215)
#DCD6DE
(220,214,222)
#E4DEE5
(228,222,229)
#ECE6EC
(236,230,236)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49EAD color. Also use rgb(164,158,173) instead hex code.

Text Font Color

.myTextColor { color: #A49EAD; }

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

This text font color is #A49EAD.

Background Color

.myBgColor { background-color: #A49EAD; }

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

This div background color is #A49EAD.

Border color

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

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

This div border color is #A49EAD.

Opacity

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

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

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

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

This text has shadow with #A49EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49EAD.

Preview

Color preview on black background

This text has color #A49EAD on black background.


Color preview on white background

This text has color #A49EAD on white background.


Black color preview on #A49EAD background

This text has black color on #A49EAD background.


White color preview on #A49EAD background

This text has white color on #A49EAD background.


Related colors

Complementary color

Complementary color for #hex is #5B6152.


I love getcolorcode.com

Triadic colors

1 #ADA49E and #9EADA4 with #A49EAD are triadic colors.

2 #AD9EA4 and #9EA4AD with #A49EAD are triadic colors.