COLOR #AA958C

HEX: #AA958C
RGB: (170,149,140)

Color info

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

RGB color model

#AA958C color RGB value is (170,149,140).

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

RGB channels and saturation

R 170 of 255 = 67%
G 149 of 255 = 58%
B 140 of 255 = 55%

170
149
140

R + G + B ~ 60%. #AA958C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 149 + 140 = 459 (100%)
R 170 of 459 ~ 37.04%
G 149 of 459 ~ 32.46%
B 140 of 459 ~ 30.5%

%37.04
%32.46
%30.5

CMYK color model

#AA958C color CMYK value is (0,12,18,33).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 17.65%
  • key color value is 33.33%
CMYK:
(0,12,18,33)
C0M12Y18K33 
(0%,12%,18%,33%)
(0.00/0.12/0.18/0.33)	

CMYK percentages

%0
%12.35
%17.65
%33.33

Codes

Color #AA958C in popluar color models

AA958C
RGB170149140
HSL18°15.00%60.78%
HSB/HSV18°17.65%66.67%
CMYK0.00%12.35%17.65%
33.33%

Color #AA958C in popluar number systems.

HEXAA958C
Decimal170149140
Binary101010101001010110001100
Octal252225214

Shades and tints

Shades of #AA958C

#AA958C
(170,149,140)
#9B8880
(155,136,128)
#8C7B74
(140,123,116)
#7D6E68
(125,110,104)
#6E615C
(110,97,92)
#5F5450
(95,84,80)
#504744
(80,71,68)
#413A38
(65,58,56)
#322D2C
(50,45,44)
#232020
(35,32,32)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AA958C

#AA958C
(170,149,140)
#B19E96
(177,158,150)
#B8A7A0
(184,167,160)
#BFB0AA
(191,176,170)
#C6B9B4
(198,185,180)
#CDC2BE
(205,194,190)
#D4CBC8
(212,203,200)
#DBD4D2
(219,212,210)
#E2DDDC
(226,221,220)
#E9E6E6
(233,230,230)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA958C; }

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

This text font color is #AA958C.


Background Color

.myBgColor { background-color: #AA958C; }

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

This div background color is #AA958C.


Border color

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

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

This div border color is #AA958C.


Opacity

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

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

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

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

This text has shadow with #AA958C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA958C on black background.


Color preview on white background

This text has color #AA958C on white background.



Black color preview on #AA958C background

This text has black color on #AA958C background.


White color preview on #AA958C background

This text has white color on #AA958C background.