COLOR #A0959C

HEX: #A0959C RGB: (160,149,156)

Color info

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

RGB color model

#A0959C color RGB value is (160,149,156).

RGB: (160,149,156) (63%, 58%, 61%)

RGB channels and saturation

R 160 of 255 = 63%
G 149 of 255 = 58%
B 156 of 255 = 61%

160
149
156

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

Portions of RGB colors in percentages

R + G + B = 160 + 149 + 156 = 465 (100%)
R 160 of 465 ~ 34.41%
G 149 of 465 ~ 32.04%
B 156 of 465 ~ 33.55'%

%34.41
%32.04
%33.55

CMYK color model

#A0959C color CMYK value is (0,7,2,37).

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

CMYK: (0,7,2,37)
C0M7Y2K37 (0%, 7%, 2%, 37%)
(0.00 / 0.07 / 0.02 / 0.37)

CMYK percentages

%0
%6.87
%2.5
%37.25

Codes

Color #A0959C in popluar color models

A0 95 9C
RGB 160 149 156
HSL 322° 5.47% 60.59%
HSB/HSV 322° 6.87% 62.75%
CMYK 0.00% 6.87% 2.50%
37.25%

Color #A0959C in popluar number systems.

HEX A0 95 9C
Decimal 160 149 156
Binary 10100000 10010101 10011100
Octal 240 225 234

Shades and tints

Shades of #A0959C

#A0959C
(160,149,156)
#92888E
(146,136,142)
#847B80
(132,123,128)
#766E72
(118,110,114)
#686164
(104,97,100)
#5A5456
(90,84,86)
#4C4748
(76,71,72)
#3E3A3A
(62,58,58)
#302D2C
(48,45,44)
#22201E
(34,32,30)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #A0959C

#A0959C
(160,149,156)
#A89EA5
(168,158,165)
#B0A7AE
(176,167,174)
#B8B0B7
(184,176,183)
#C0B9C0
(192,185,192)
#C8C2C9
(200,194,201)
#D0CBD2
(208,203,210)
#D8D4DB
(216,212,219)
#E0DDE4
(224,221,228)
#E8E6ED
(232,230,237)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0959C; }

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

This text font color is #A0959C.

Background Color

.myBgColor { background-color: #A0959C; }

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

This div background color is #A0959C.

Border color

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

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

This div border color is #A0959C.

Opacity

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

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

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

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

This text has shadow with #A0959C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0959C.

Preview

Color preview on black background

This text has color #A0959C on black background.


Color preview on white background

This text has color #A0959C on white background.


Black color preview on #A0959C background

This text has black color on #A0959C background.


White color preview on #A0959C background

This text has white color on #A0959C background.


Related colors

Complementary color

Complementary color for #hex is #5F6A63.


I love getcolorcode.com

Triadic colors

1 #9CA095 and #959CA0 with #A0959C are triadic colors.

2 #9C95A0 and #95A09C with #A0959C are triadic colors.