COLOR #A0A99E

HEX: #A0A99E RGB: (160,169,158)

Color info

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

RGB color model

#A0A99E color RGB value is (160,169,158).

RGB: (160,169,158) (63%, 66%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 169 of 255 = 66%
B 158 of 255 = 62%

160
169
158

R + G + B ~ 64%. #A0A99E is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 169 + 158 = 487 (100%)
R 160 of 487 ~ 32.85%
G 169 of 487 ~ 34.7%
B 158 of 487 ~ 32.44'%

%32.85
%34.7
%32.44

CMYK color model

#A0A99E color CMYK value is (5,0,7,34).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 6.51%
  • key color value is 33.73%
CMYK: (5,0,7,34) C5M0Y7K34 (5%,0%,7%,34%) (0.05/0.00/0.07/0.34) 

CMYK percentages

%5.33
%0
%6.51
%33.73

Codes

Color #A0A99E in popluar color models

A0 A9 9E
RGB 160 169 158
HSL 109° 6.01% 64.12%
HSB/HSV 109° 6.51% 66.27%
CMYK 5.33% 0.00% 6.51%
33.73%

Color #A0A99E in popluar number systems.

HEX A0 A9 9E
Decimal 160 169 158
Binary 10100000 10101001 10011110
Octal 240 251 236

Shades and tints

Shades of #A0A99E

#A0A99E
(160,169,158)
#929A90
(146,154,144)
#848B82
(132,139,130)
#767C74
(118,124,116)
#686D66
(104,109,102)
#5A5E58
(90,94,88)
#4C4F4A
(76,79,74)
#3E403C
(62,64,60)
#30312E
(48,49,46)
#222220
(34,34,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #A0A99E

#A0A99E
(160,169,158)
#A8B0A6
(168,176,166)
#B0B7AE
(176,183,174)
#B8BEB6
(184,190,182)
#C0C5BE
(192,197,190)
#C8CCC6
(200,204,198)
#D0D3CE
(208,211,206)
#D8DAD6
(216,218,214)
#E0E1DE
(224,225,222)
#E8E8E6
(232,232,230)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A99E; }

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

This text font color is #A0A99E.

Background Color

.myBgColor { background-color: #A0A99E; }

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

This div background color is #A0A99E.

Border color

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

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

This div border color is #A0A99E.

Opacity

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

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

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

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

This text has shadow with #A0A99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A99E.

Preview

Color preview on black background

This text has color #A0A99E on black background.


Color preview on white background

This text has color #A0A99E on white background.


Black color preview on #A0A99E background

This text has black color on #A0A99E background.


White color preview on #A0A99E background

This text has white color on #A0A99E background.


Related colors

Complementary color

Complementary color for #hex is #5F5661.


I love getcolorcode.com

Triadic colors

1 #9EA0A9 and #A99EA0 with #A0A99E are triadic colors.

2 #9EA9A0 and #A9A09E with #A0A99E are triadic colors.