COLOR #A0989E

HEX: #A0989E
RGB: (160,152,158)

Color info

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

RGB color model

#A0989E color RGB value is (160,152,158).

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

RGB channels and saturation

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

160
152
158

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

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 158 = 470 (100%)
R 160 of 470 ~ 34.04%
G 152 of 470 ~ 32.34%
B 158 of 470 ~ 33.62%

%34.04
%32.34
%33.62

CMYK color model

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

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

CMYK percentages

%0
%5
%1.25
%37.25

Codes

Color #A0989E in popluar color models

A0989E
RGB160152158
HSL315°4.04%61.18%
HSB/HSV315°5.00%62.75%
CMYK0.00%5.00%1.25%
37.25%

Color #A0989E in popluar number systems.

HEXA0989E
Decimal160152158
Binary101000001001100010011110
Octal240230236

Shades and tints

Shades of #A0989E

#A0989E
(160,152,158)
#928B90
(146,139,144)
#847E82
(132,126,130)
#767174
(118,113,116)
#686466
(104,100,102)
#5A5758
(90,87,88)
#4C4A4A
(76,74,74)
#3E3D3C
(62,61,60)
#30302E
(48,48,46)
#222320
(34,35,32)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #A0989E

#A0989E
(160,152,158)
#A8A1A6
(168,161,166)
#B0AAAE
(176,170,174)
#B8B3B6
(184,179,182)
#C0BCBE
(192,188,190)
#C8C5C6
(200,197,198)
#D0CECE
(208,206,206)
#D8D7D6
(216,215,214)
#E0E0DE
(224,224,222)
#E8E9E6
(232,233,230)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0989E; }

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

This text font color is #A0989E.


Background Color

.myBgColor { background-color: #A0989E; }

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

This div background color is #A0989E.


Border color

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

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

This div border color is #A0989E.


Opacity

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

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

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

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

This text has shadow with #A0989E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0989E on black background.


Color preview on white background

This text has color #A0989E on white background.



Black color preview on #A0989E background

This text has black color on #A0989E background.


White color preview on #A0989E background

This text has white color on #A0989E background.