COLOR #A0959B

HEX: #A0959B
RGB: (160,149,155)

Color info

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

RGB color model

#A0959B color RGB value is (160,149,155).

  • red value is 160;
  • green value is 149;
  • blue value is 155.
RGB:
(160,149,155)
(63%,58%,61%)

RGB channels and saturation

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

160
149
155

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

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 155 = 464 (100%)
R 160 of 464 ~ 34.48%
G 149 of 464 ~ 32.11%
B 155 of 464 ~ 33.41%

%34.48
%32.11
%33.41

CMYK color model

#A0959B color CMYK value is (0,7,3,37).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK:
(0,7,3,37)
C0M7Y3K37 
(0%,7%,3%,37%)
(0.00/0.07/0.03/0.37)	

CMYK percentages

%0
%6.87
%3.13
%37.25

Codes

Color #A0959B in popluar color models

A0959B
RGB160149155
HSL327°5.47%60.59%
HSB/HSV327°6.87%62.75%
CMYK0.00%6.87%3.13%
37.25%

Color #A0959B in popluar number systems.

HEXA0959B
Decimal160149155
Binary101000001001010110011011
Octal240225233

Shades and tints

Shades of #A0959B

#A0959B
(160,149,155)
#92888D
(146,136,141)
#847B7F
(132,123,127)
#766E71
(118,110,113)
#686163
(104,97,99)
#5A5455
(90,84,85)
#4C4747
(76,71,71)
#3E3A39
(62,58,57)
#302D2B
(48,45,43)
#22201D
(34,32,29)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #A0959B

#A0959B
(160,149,155)
#A89EA4
(168,158,164)
#B0A7AD
(176,167,173)
#B8B0B6
(184,176,182)
#C0B9BF
(192,185,191)
#C8C2C8
(200,194,200)
#D0CBD1
(208,203,209)
#D8D4DA
(216,212,218)
#E0DDE3
(224,221,227)
#E8E6EC
(232,230,236)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0959B; }

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

This text font color is #A0959B.


Background Color

.myBgColor { background-color: #A0959B; }

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

This div background color is #A0959B.


Border color

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

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

This div border color is #A0959B.


Opacity

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

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

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

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

This text has shadow with #A0959B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0959B on black background.


Color preview on white background

This text has color #A0959B on white background.



Black color preview on #A0959B background

This text has black color on #A0959B background.


White color preview on #A0959B background

This text has white color on #A0959B background.