COLOR #A0989D

HEX: #A0989D
RGB: (160,152,157)

Color info

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

RGB color model

#A0989D color RGB value is (160,152,157).

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

RGB channels and saturation

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

160
152
157

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

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 157 = 469 (100%)
R 160 of 469 ~ 34.12%
G 152 of 469 ~ 32.41%
B 157 of 469 ~ 33.48%

%34.12
%32.41
%33.48

CMYK color model

#A0989D color CMYK value is (0,5,2,37).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 1.87%
  • key color value is 37.25%
CMYK:
(0,5,2,37)
C0M5Y2K37 
(0%,5%,2%,37%)
(0.00/0.05/0.02/0.37)	

CMYK percentages

%0
%5
%1.87
%37.25

Codes

Color #A0989D in popluar color models

A0989D
RGB160152157
HSL323°4.04%61.18%
HSB/HSV323°5.00%62.75%
CMYK0.00%5.00%1.87%
37.25%

Color #A0989D in popluar number systems.

HEXA0989D
Decimal160152157
Binary101000001001100010011101
Octal240230235

Shades and tints

Shades of #A0989D

#A0989D
(160,152,157)
#928B8F
(146,139,143)
#847E81
(132,126,129)
#767173
(118,113,115)
#686465
(104,100,101)
#5A5757
(90,87,87)
#4C4A49
(76,74,73)
#3E3D3B
(62,61,59)
#30302D
(48,48,45)
#22231F
(34,35,31)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #A0989D

#A0989D
(160,152,157)
#A8A1A5
(168,161,165)
#B0AAAD
(176,170,173)
#B8B3B5
(184,179,181)
#C0BCBD
(192,188,189)
#C8C5C5
(200,197,197)
#D0CECD
(208,206,205)
#D8D7D5
(216,215,213)
#E0E0DD
(224,224,221)
#E8E9E5
(232,233,229)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0989D; }

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

This text font color is #A0989D.


Background Color

.myBgColor { background-color: #A0989D; }

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

This div background color is #A0989D.


Border color

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

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

This div border color is #A0989D.


Opacity

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

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

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

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

This text has shadow with #A0989D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0989D on black background.


Color preview on white background

This text has color #A0989D on white background.



Black color preview on #A0989D background

This text has black color on #A0989D background.


White color preview on #A0989D background

This text has white color on #A0989D background.