COLOR #A0A09E

HEX: #A0A09E
RGB: (160,160,158)

Color info

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

RGB color model

#A0A09E color RGB value is (160,160,158).

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

RGB channels and saturation

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

160
160
158

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

Portions of RGB colors in percentages

R + G + B =
160 + 160 + 158 = 478 (100%)
R 160 of 478 ~ 33.47%
G 160 of 478 ~ 33.47%
B 158 of 478 ~ 33.05%

%33.47
%33.47
%33.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(0,0,1,37)
C0M0Y1K37 
(0%,0%,1%,37%)
(0.00/0.00/0.01/0.37)	

CMYK percentages

%0
%0
%1.25
%37.25

Codes

Color #A0A09E in popluar color models

A0A09E
RGB160160158
HSL60°1.04%62.35%
HSB/HSV60°1.25%62.75%
CMYK0.00%0.00%1.25%
37.25%

Color #A0A09E in popluar number systems.

HEXA0A09E
Decimal160160158
Binary101000001010000010011110
Octal240240236

Shades and tints

Shades of #A0A09E

#A0A09E
(160,160,158)
#929290
(146,146,144)
#848482
(132,132,130)
#767674
(118,118,116)
#686866
(104,104,102)
#5A5A58
(90,90,88)
#4C4C4A
(76,76,74)
#3E3E3C
(62,62,60)
#30302E
(48,48,46)
#222220
(34,34,32)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #A0A09E

#A0A09E
(160,160,158)
#A8A8A6
(168,168,166)
#B0B0AE
(176,176,174)
#B8B8B6
(184,184,182)
#C0C0BE
(192,192,190)
#C8C8C6
(200,200,198)
#D0D0CE
(208,208,206)
#D8D8D6
(216,216,214)
#E0E0DE
(224,224,222)
#E8E8E6
(232,232,230)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A09E; }

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

This text font color is #A0A09E.


Background Color

.myBgColor { background-color: #A0A09E; }

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

This div background color is #A0A09E.


Border color

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

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

This div border color is #A0A09E.


Opacity

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

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

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

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

This text has shadow with #A0A09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A09E on black background.


Color preview on white background

This text has color #A0A09E on white background.



Black color preview on #A0A09E background

This text has black color on #A0A09E background.


White color preview on #A0A09E background

This text has white color on #A0A09E background.