COLOR #A0989F

HEX: #A0989F RGB: (160,152,159)

Color info

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

RGB color model

#A0989F color RGB value is (160,152,159).

RGB: (160,152,159) (63%, 60%, 62%)

RGB channels and saturation

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

160
152
159

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

Portions of RGB colors in percentages

R + G + B = 160 + 152 + 159 = 471 (100%)
R 160 of 471 ~ 33.97%
G 152 of 471 ~ 32.27%
B 159 of 471 ~ 33.76'%

%33.97
%32.27
%33.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 0.62%
  • 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
%0.62
%37.25

Codes

Color #A0989F in popluar color models

A0 98 9F
RGB 160 152 159
HSL 308° 4.04% 61.18%
HSB/HSV 308° 5.00% 62.75%
CMYK 0.00% 5.00% 0.62%
37.25%

Color #A0989F in popluar number systems.

HEX A0 98 9F
Decimal 160 152 159
Binary 10100000 10011000 10011111
Octal 240 230 237

Shades and tints

Shades of #A0989F

#A0989F
(160,152,159)
#928B91
(146,139,145)
#847E83
(132,126,131)
#767175
(118,113,117)
#686467
(104,100,103)
#5A5759
(90,87,89)
#4C4A4B
(76,74,75)
#3E3D3D
(62,61,61)
#30302F
(48,48,47)
#222321
(34,35,33)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #A0989F

#A0989F
(160,152,159)
#A8A1A7
(168,161,167)
#B0AAAF
(176,170,175)
#B8B3B7
(184,179,183)
#C0BCBF
(192,188,191)
#C8C5C7
(200,197,199)
#D0CECF
(208,206,207)
#D8D7D7
(216,215,215)
#E0E0DF
(224,224,223)
#E8E9E7
(232,233,231)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0989F; }

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

This text font color is #A0989F.

Background Color

.myBgColor { background-color: #A0989F; }

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

This div background color is #A0989F.

Border color

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

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

This div border color is #A0989F.

Opacity

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

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

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

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

This text has shadow with #A0989F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0989F.

Preview

Color preview on black background

This text has color #A0989F on black background.


Color preview on white background

This text has color #A0989F on white background.


Black color preview on #A0989F background

This text has black color on #A0989F background.


White color preview on #A0989F background

This text has white color on #A0989F background.


Related colors

Complementary color

Complementary color for #hex is #5F6760.


I love getcolorcode.com

Triadic colors

1 #9FA098 and #989FA0 with #A0989F are triadic colors.

2 #9F98A0 and #98A09F with #A0989F are triadic colors.