COLOR #AA959B

HEX: #AA959B
RGB: (170,149,155)

Color info

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

RGB color model

#AA959B color RGB value is (170,149,155).

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

RGB channels and saturation

R 170 of 255 = 67%
G 149 of 255 = 58%
B 155 of 255 = 61%

170
149
155

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

Portions of RGB colors in percentages

R + G + B =
170 + 149 + 155 = 474 (100%)
R 170 of 474 ~ 35.86%
G 149 of 474 ~ 31.43%
B 155 of 474 ~ 32.7%

%35.86
%31.43
%32.7

CMYK color model

#AA959B color CMYK value is (0,12,9,33).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 8.82%
  • key color value is 33.33%
CMYK:
(0,12,9,33)
C0M12Y9K33 
(0%,12%,9%,33%)
(0.00/0.12/0.09/0.33)	

CMYK percentages

%0
%12.35
%8.82
%33.33

Codes

Color #AA959B in popluar color models

AA959B
RGB170149155
HSL343°10.99%62.55%
HSB/HSV343°12.35%66.67%
CMYK0.00%12.35%8.82%
33.33%

Color #AA959B in popluar number systems.

HEXAA959B
Decimal170149155
Binary101010101001010110011011
Octal252225233

Shades and tints

Shades of #AA959B

#AA959B
(170,149,155)
#9B888D
(155,136,141)
#8C7B7F
(140,123,127)
#7D6E71
(125,110,113)
#6E6163
(110,97,99)
#5F5455
(95,84,85)
#504747
(80,71,71)
#413A39
(65,58,57)
#322D2B
(50,45,43)
#23201D
(35,32,29)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #AA959B

#AA959B
(170,149,155)
#B19EA4
(177,158,164)
#B8A7AD
(184,167,173)
#BFB0B6
(191,176,182)
#C6B9BF
(198,185,191)
#CDC2C8
(205,194,200)
#D4CBD1
(212,203,209)
#DBD4DA
(219,212,218)
#E2DDE3
(226,221,227)
#E9E6EC
(233,230,236)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA959B; }

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

This text font color is #AA959B.


Background Color

.myBgColor { background-color: #AA959B; }

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

This div background color is #AA959B.


Border color

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

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

This div border color is #AA959B.


Opacity

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

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

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

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

This text has shadow with #AA959B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA959B on black background.


Color preview on white background

This text has color #AA959B on white background.



Black color preview on #AA959B background

This text has black color on #AA959B background.


White color preview on #AA959B background

This text has white color on #AA959B background.