COLOR #A0959E

HEX: #A0959E RGB: (160,149,158)

Color info

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

RGB color model

#A0959E color RGB value is (160,149,158).

RGB: (160,149,158) (63%, 58%, 62%)

RGB channels and saturation

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

160
149
158

R + G + B ~ 61%. #A0959E is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 149 + 158 = 467 (100%)
R 160 of 467 ~ 34.26%
G 149 of 467 ~ 31.91%
B 158 of 467 ~ 33.83'%

%34.26
%31.91
%33.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 1.25%
  • key color value is 37.25%

CMYK: (0,7,1,37)
C0M7Y1K37 (0%, 7%, 1%, 37%)
(0.00 / 0.07 / 0.01 / 0.37)

CMYK percentages

%0
%6.87
%1.25
%37.25

Codes

Color #A0959E in popluar color models

A0 95 9E
RGB 160 149 158
HSL 311° 5.47% 60.59%
HSB/HSV 311° 6.87% 62.75%
CMYK 0.00% 6.87% 1.25%
37.25%

Color #A0959E in popluar number systems.

HEX A0 95 9E
Decimal 160 149 158
Binary 10100000 10010101 10011110
Octal 240 225 236

Shades and tints

Shades of #A0959E

#A0959E
(160,149,158)
#928890
(146,136,144)
#847B82
(132,123,130)
#766E74
(118,110,116)
#686166
(104,97,102)
#5A5458
(90,84,88)
#4C474A
(76,71,74)
#3E3A3C
(62,58,60)
#302D2E
(48,45,46)
#222020
(34,32,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #A0959E

#A0959E
(160,149,158)
#A89EA6
(168,158,166)
#B0A7AE
(176,167,174)
#B8B0B6
(184,176,182)
#C0B9BE
(192,185,190)
#C8C2C6
(200,194,198)
#D0CBCE
(208,203,206)
#D8D4D6
(216,212,214)
#E0DDDE
(224,221,222)
#E8E6E6
(232,230,230)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0959E; }

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

This text font color is #A0959E.

Background Color

.myBgColor { background-color: #A0959E; }

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

This div background color is #A0959E.

Border color

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

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

This div border color is #A0959E.

Opacity

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

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

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

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

This text has shadow with #A0959E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0959E.

Preview

Color preview on black background

This text has color #A0959E on black background.


Color preview on white background

This text has color #A0959E on white background.


Black color preview on #A0959E background

This text has black color on #A0959E background.


White color preview on #A0959E background

This text has white color on #A0959E background.


Related colors

Complementary color

Complementary color for #hex is #5F6A61.


I love getcolorcode.com

Triadic colors

1 #9EA095 and #959EA0 with #A0959E are triadic colors.

2 #9E95A0 and #95A09E with #A0959E are triadic colors.