COLOR #A49E98

HEX: #A49E98
RGB: (164,158,152)

Color info

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

RGB color model

#A49E98 color RGB value is (164,158,152).

  • red value is 164;
  • green value is 158;
  • blue value is 152.
RGB:
(164,158,152)
(64%,62%,60%)

RGB channels and saturation

R 164 of 255 = 64%
G 158 of 255 = 62%
B 152 of 255 = 60%

164
158
152

R + G + B ~ 62%. #A49E98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 158 + 152 = 474 (100%)
R 164 of 474 ~ 34.6%
G 158 of 474 ~ 33.33%
B 152 of 474 ~ 32.07%

%34.6
%33.33
%32.07

CMYK color model

#A49E98 color CMYK value is (0,4,7,36).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 7.32%
  • key color value is 35.69%
CMYK:
(0,4,7,36)
C0M4Y7K36 
(0%,4%,7%,36%)
(0.00/0.04/0.07/0.36)	

CMYK percentages

%0
%3.66
%7.32
%35.69

Codes

Color #A49E98 in popluar color models

A49E98
RGB164158152
HSL30°6.19%61.96%
HSB/HSV30°7.32%64.31%
CMYK0.00%3.66%7.32%
35.69%

Color #A49E98 in popluar number systems.

HEXA49E98
Decimal164158152
Binary101001001001111010011000
Octal244236230

Shades and tints

Shades of #A49E98

#A49E98
(164,158,152)
#96908B
(150,144,139)
#88827E
(136,130,126)
#7A7471
(122,116,113)
#6C6664
(108,102,100)
#5E5857
(94,88,87)
#504A4A
(80,74,74)
#423C3D
(66,60,61)
#342E30
(52,46,48)
#262023
(38,32,35)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #A49E98

#A49E98
(164,158,152)
#ACA6A1
(172,166,161)
#B4AEAA
(180,174,170)
#BCB6B3
(188,182,179)
#C4BEBC
(196,190,188)
#CCC6C5
(204,198,197)
#D4CECE
(212,206,206)
#DCD6D7
(220,214,215)
#E4DEE0
(228,222,224)
#ECE6E9
(236,230,233)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49E98; }

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

This text font color is #A49E98.


Background Color

.myBgColor { background-color: #A49E98; }

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

This div background color is #A49E98.


Border color

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

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

This div border color is #A49E98.


Opacity

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

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

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

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

This text has shadow with #A49E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49E98 on black background.


Color preview on white background

This text has color #A49E98 on white background.



Black color preview on #A49E98 background

This text has black color on #A49E98 background.


White color preview on #A49E98 background

This text has white color on #A49E98 background.