COLOR #A49E90

HEX: #A49E90 RGB: (164,158,144)

Color info

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

RGB color model

#A49E90 color RGB value is (164,158,144).

RGB: (164,158,144) (64%, 62%, 56%)

RGB channels and saturation

R 164 of 255 = 64%
G 158 of 255 = 62%
B 144 of 255 = 56%

164
158
144

R + G + B ~ 61%. #A49E90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 158 + 144 = 466 (100%)
R 164 of 466 ~ 35.19%
G 158 of 466 ~ 33.91%
B 144 of 466 ~ 30.9'%

%35.19
%33.91
%30.9

CMYK color model

#A49E90 color CMYK value is (0,4,12,36).

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

CMYK: (0,4,12,36)
C0M4Y12K36 (0%, 4%, 12%, 36%)
(0.00 / 0.04 / 0.12 / 0.36)

CMYK percentages

%0
%3.66
%12.2
%35.69

Codes

Color #A49E90 in popluar color models

A4 9E 90
RGB 164 158 144
HSL 42° 9.90% 60.39%
HSB/HSV 42° 12.20% 64.31%
CMYK 0.00% 3.66% 12.20%
35.69%

Color #A49E90 in popluar number systems.

HEX A4 9E 90
Decimal 164 158 144
Binary 10100100 10011110 10010000
Octal 244 236 220

Shades and tints

Shades of #A49E90

#A49E90
(164,158,144)
#969083
(150,144,131)
#888276
(136,130,118)
#7A7469
(122,116,105)
#6C665C
(108,102,92)
#5E584F
(94,88,79)
#504A42
(80,74,66)
#423C35
(66,60,53)
#342E28
(52,46,40)
#26201B
(38,32,27)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #A49E90

#A49E90
(164,158,144)
#ACA69A
(172,166,154)
#B4AEA4
(180,174,164)
#BCB6AE
(188,182,174)
#C4BEB8
(196,190,184)
#CCC6C2
(204,198,194)
#D4CECC
(212,206,204)
#DCD6D6
(220,214,214)
#E4DEE0
(228,222,224)
#ECE6EA
(236,230,234)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49E90; }

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

This text font color is #A49E90.

Background Color

.myBgColor { background-color: #A49E90; }

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

This div background color is #A49E90.

Border color

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

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

This div border color is #A49E90.

Opacity

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

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

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

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

This text has shadow with #A49E90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49E90.

Preview

Color preview on black background

This text has color #A49E90 on black background.


Color preview on white background

This text has color #A49E90 on white background.


Black color preview on #A49E90 background

This text has black color on #A49E90 background.


White color preview on #A49E90 background

This text has white color on #A49E90 background.


Related colors

Complementary color

Complementary color for #hex is #5B616F.


I love getcolorcode.com

Triadic colors

1 #90A49E and #9E90A4 with #A49E90 are triadic colors.

2 #909EA4 and #9EA490 with #A49E90 are triadic colors.