COLOR #A0A49E

HEX: #A0A49E
RGB: (160,164,158)

Color info

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

RGB color model

#A0A49E color RGB value is (160,164,158).

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

RGB channels and saturation

R 160 of 255 = 63%
G 164 of 255 = 64%
B 158 of 255 = 62%

160
164
158

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

Portions of RGB colors in percentages

R + G + B =
160 + 164 + 158 = 482 (100%)
R 160 of 482 ~ 33.2%
G 164 of 482 ~ 34.02%
B 158 of 482 ~ 32.78%

%33.2
%34.02
%32.78

CMYK color model

#A0A49E color CMYK value is (2,0,4,36).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 35.69%
CMYK:
(2,0,4,36)
C2M0Y4K36 
(2%,0%,4%,36%)
(0.02/0.00/0.04/0.36)	

CMYK percentages

%2.44
%0
%3.66
%35.69

Codes

Color #A0A49E in popluar color models

A0A49E
RGB160164158
HSL100°3.19%63.14%
HSB/HSV100°3.66%64.31%
CMYK2.44%0.00%3.66%
35.69%

Color #A0A49E in popluar number systems.

HEXA0A49E
Decimal160164158
Binary101000001010010010011110
Octal240244236

Shades and tints

Shades of #A0A49E

#A0A49E
(160,164,158)
#929690
(146,150,144)
#848882
(132,136,130)
#767A74
(118,122,116)
#686C66
(104,108,102)
#5A5E58
(90,94,88)
#4C504A
(76,80,74)
#3E423C
(62,66,60)
#30342E
(48,52,46)
#222620
(34,38,32)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #A0A49E

#A0A49E
(160,164,158)
#A8ACA6
(168,172,166)
#B0B4AE
(176,180,174)
#B8BCB6
(184,188,182)
#C0C4BE
(192,196,190)
#C8CCC6
(200,204,198)
#D0D4CE
(208,212,206)
#D8DCD6
(216,220,214)
#E0E4DE
(224,228,222)
#E8ECE6
(232,236,230)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A49E; }

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

This text font color is #A0A49E.


Background Color

.myBgColor { background-color: #A0A49E; }

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

This div background color is #A0A49E.


Border color

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

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

This div border color is #A0A49E.


Opacity

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

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

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

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

This text has shadow with #A0A49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A49E on black background.


Color preview on white background

This text has color #A0A49E on white background.



Black color preview on #A0A49E background

This text has black color on #A0A49E background.


White color preview on #A0A49E background

This text has white color on #A0A49E background.