COLOR #AA957A

HEX: #AA957A
RGB: (170,149,122)

Color info

#AA957A contains red, green and blue colors in about the same proportion. Web safe color of #AA957A is #999966 (or #996).

RGB color model

#AA957A color RGB value is (170,149,122).

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

RGB channels and saturation

R 170 of 255 = 67%
G 149 of 255 = 58%
B 122 of 255 = 48%

170
149
122

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

Portions of RGB colors in percentages

R + G + B =
170 + 149 + 122 = 441 (100%)
R 170 of 441 ~ 38.55%
G 149 of 441 ~ 33.79%
B 122 of 441 ~ 27.66%

%38.55
%33.79
%27.66

CMYK color model

#AA957A color CMYK value is (0,12,28,33).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 28.24%
  • key color value is 33.33%
CMYK:
(0,12,28,33)
C0M12Y28K33 
(0%,12%,28%,33%)
(0.00/0.12/0.28/0.33)	

CMYK percentages

%0
%12.35
%28.24
%33.33

Codes

Color #AA957A in popluar color models

AA957A
RGB170149122
HSL34°22.02%57.25%
HSB/HSV34°28.24%66.67%
CMYK0.00%12.35%28.24%
33.33%

Color #AA957A in popluar number systems.

HEXAA957A
Decimal170149122
Binary10101010100101011111010
Octal252225172

Shades and tints

Shades of #AA957A

#AA957A
(170,149,122)
#9B886F
(155,136,111)
#8C7B64
(140,123,100)
#7D6E59
(125,110,89)
#6E614E
(110,97,78)
#5F5443
(95,84,67)
#504738
(80,71,56)
#413A2D
(65,58,45)
#322D22
(50,45,34)
#232017
(35,32,23)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #AA957A

#AA957A
(170,149,122)
#B19E86
(177,158,134)
#B8A792
(184,167,146)
#BFB09E
(191,176,158)
#C6B9AA
(198,185,170)
#CDC2B6
(205,194,182)
#D4CBC2
(212,203,194)
#DBD4CE
(219,212,206)
#E2DDDA
(226,221,218)
#E9E6E6
(233,230,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA957A; }

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

This text font color is #AA957A.


Background Color

.myBgColor { background-color: #AA957A; }

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

This div background color is #AA957A.


Border color

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

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

This div border color is #AA957A.


Opacity

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

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

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

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

This text has shadow with #AA957A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA957A on black background.


Color preview on white background

This text has color #AA957A on white background.



Black color preview on #AA957A background

This text has black color on #AA957A background.


White color preview on #AA957A background

This text has white color on #AA957A background.