COLOR #AA958B

HEX: #AA958B
RGB: (170,149,139)

Color info

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

RGB color model

#AA958B color RGB value is (170,149,139).

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

RGB channels and saturation

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

170
149
139

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

Portions of RGB colors in percentages

R + G + B =
170 + 149 + 139 = 458 (100%)
R 170 of 458 ~ 37.12%
G 149 of 458 ~ 32.53%
B 139 of 458 ~ 30.35%

%37.12
%32.53
%30.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 18.24%
  • 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
%18.24
%33.33

Codes

Color #AA958B in popluar color models

AA958B
RGB170149139
HSL19°15.42%60.59%
HSB/HSV19°18.24%66.67%
CMYK0.00%12.35%18.24%
33.33%

Color #AA958B in popluar number systems.

HEXAA958B
Decimal170149139
Binary101010101001010110001011
Octal252225213

Shades and tints

Shades of #AA958B

#AA958B
(170,149,139)
#9B887F
(155,136,127)
#8C7B73
(140,123,115)
#7D6E67
(125,110,103)
#6E615B
(110,97,91)
#5F544F
(95,84,79)
#504743
(80,71,67)
#413A37
(65,58,55)
#322D2B
(50,45,43)
#23201F
(35,32,31)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #AA958B

#AA958B
(170,149,139)
#B19E95
(177,158,149)
#B8A79F
(184,167,159)
#BFB0A9
(191,176,169)
#C6B9B3
(198,185,179)
#CDC2BD
(205,194,189)
#D4CBC7
(212,203,199)
#DBD4D1
(219,212,209)
#E2DDDB
(226,221,219)
#E9E6E5
(233,230,229)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA958B; }

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

This text font color is #AA958B.


Background Color

.myBgColor { background-color: #AA958B; }

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

This div background color is #AA958B.


Border color

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

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

This div border color is #AA958B.


Opacity

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

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

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

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

This text has shadow with #AA958B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA958B on black background.


Color preview on white background

This text has color #AA958B on white background.



Black color preview on #AA958B background

This text has black color on #AA958B background.


White color preview on #AA958B background

This text has white color on #AA958B background.