COLOR #A0A19E

HEX: #A0A19E RGB: (160,161,158)

Color info

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

RGB color model

#A0A19E color RGB value is (160,161,158).

RGB: (160,161,158) (63%, 63%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 161 of 255 = 63%
B 158 of 255 = 62%

160
161
158

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

Portions of RGB colors in percentages

R + G + B = 160 + 161 + 158 = 479 (100%)
R 160 of 479 ~ 33.4%
G 161 of 479 ~ 33.61%
B 158 of 479 ~ 32.99'%

%33.4
%33.61
%32.99

CMYK color model

#A0A19E color CMYK value is (1,0,2,37).

  • cyan value is 0.62%
  • magenta value is 0.00%
  • yellow value is 1.86%
  • key color value is 36.86%
CMYK: (1,0,2,37) C1M0Y2K37 (1%,0%,2%,37%) (0.01/0.00/0.02/0.37) 

CMYK percentages

%0.62
%0
%1.86
%36.86

Codes

Color #A0A19E in popluar color models

A0 A1 9E
RGB 160 161 158
HSL 80° 1.57% 62.55%
HSB/HSV 80° 1.86% 63.14%
CMYK 0.62% 0.00% 1.86%
36.86%

Color #A0A19E in popluar number systems.

HEX A0 A1 9E
Decimal 160 161 158
Binary 10100000 10100001 10011110
Octal 240 241 236

Shades and tints

Shades of #A0A19E

#A0A19E
(160,161,158)
#929390
(146,147,144)
#848582
(132,133,130)
#767774
(118,119,116)
#686966
(104,105,102)
#5A5B58
(90,91,88)
#4C4D4A
(76,77,74)
#3E3F3C
(62,63,60)
#30312E
(48,49,46)
#222320
(34,35,32)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #A0A19E

#A0A19E
(160,161,158)
#A8A9A6
(168,169,166)
#B0B1AE
(176,177,174)
#B8B9B6
(184,185,182)
#C0C1BE
(192,193,190)
#C8C9C6
(200,201,198)
#D0D1CE
(208,209,206)
#D8D9D6
(216,217,214)
#E0E1DE
(224,225,222)
#E8E9E6
(232,233,230)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A19E; }

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

This text font color is #A0A19E.

Background Color

.myBgColor { background-color: #A0A19E; }

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

This div background color is #A0A19E.

Border color

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

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

This div border color is #A0A19E.

Opacity

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

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

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

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

This text has shadow with #A0A19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A19E.

Preview

Color preview on black background

This text has color #A0A19E on black background.


Color preview on white background

This text has color #A0A19E on white background.


Black color preview on #A0A19E background

This text has black color on #A0A19E background.


White color preview on #A0A19E background

This text has white color on #A0A19E background.


Related colors

Complementary color

Complementary color for #hex is #5F5E61.


I love getcolorcode.com

Triadic colors

1 #9EA0A1 and #A19EA0 with #A0A19E are triadic colors.

2 #9EA1A0 and #A1A09E with #A0A19E are triadic colors.