COLOR #A49EA2

HEX: #A49EA2 RGB: (164,158,162)

Color info

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

RGB color model

#A49EA2 color RGB value is (164,158,162).

RGB: (164,158,162) (64%, 62%, 64%)

RGB channels and saturation

R 164 of 255 = 64%
G 158 of 255 = 62%
B 162 of 255 = 64%

164
158
162

R + G + B ~ 63%. #A49EA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 158 + 162 = 484 (100%)
R 164 of 484 ~ 33.88%
G 158 of 484 ~ 32.64%
B 162 of 484 ~ 33.47'%

%33.88
%32.64
%33.47

CMYK color model

#A49EA2 color CMYK value is (0,4,1,36).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 1.22%
  • key color value is 35.69%

CMYK: (0,4,1,36)
C0M4Y1K36 (0%, 4%, 1%, 36%)
(0.00 / 0.04 / 0.01 / 0.36)

CMYK percentages

%0
%3.66
%1.22
%35.69

Codes

Color #A49EA2 in popluar color models

A4 9E A2
RGB 164 158 162
HSL 320° 3.19% 63.14%
HSB/HSV 320° 3.66% 64.31%
CMYK 0.00% 3.66% 1.22%
35.69%

Color #A49EA2 in popluar number systems.

HEX A4 9E A2
Decimal 164 158 162
Binary 10100100 10011110 10100010
Octal 244 236 242

Shades and tints

Shades of #A49EA2

#A49EA2
(164,158,162)
#969094
(150,144,148)
#888286
(136,130,134)
#7A7478
(122,116,120)
#6C666A
(108,102,106)
#5E585C
(94,88,92)
#504A4E
(80,74,78)
#423C40
(66,60,64)
#342E32
(52,46,50)
#262024
(38,32,36)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #A49EA2

#A49EA2
(164,158,162)
#ACA6AA
(172,166,170)
#B4AEB2
(180,174,178)
#BCB6BA
(188,182,186)
#C4BEC2
(196,190,194)
#CCC6CA
(204,198,202)
#D4CED2
(212,206,210)
#DCD6DA
(220,214,218)
#E4DEE2
(228,222,226)
#ECE6EA
(236,230,234)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49EA2; }

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

This text font color is #A49EA2.

Background Color

.myBgColor { background-color: #A49EA2; }

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

This div background color is #A49EA2.

Border color

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

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

This div border color is #A49EA2.

Opacity

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

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

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

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

This text has shadow with #A49EA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49EA2.

Preview

Color preview on black background

This text has color #A49EA2 on black background.


Color preview on white background

This text has color #A49EA2 on white background.


Black color preview on #A49EA2 background

This text has black color on #A49EA2 background.


White color preview on #A49EA2 background

This text has white color on #A49EA2 background.


Related colors

Complementary color

Complementary color for #hex is #5B615D.


I love getcolorcode.com

Triadic colors

1 #A2A49E and #9EA2A4 with #A49EA2 are triadic colors.

2 #A29EA4 and #9EA4A2 with #A49EA2 are triadic colors.