COLOR #AA9B7A

HEX: #AA9B7A
RGB: (170,155,122)

Color info

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

RGB color model

#AA9B7A color RGB value is (170,155,122).

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

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 122 of 255 = 48%

170
155
122

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

Portions of RGB colors in percentages

R + G + B =
170 + 155 + 122 = 447 (100%)
R 170 of 447 ~ 38.03%
G 155 of 447 ~ 34.68%
B 122 of 447 ~ 27.29%

%38.03
%34.68
%27.29

CMYK color model

#AA9B7A color CMYK value is (0,9,28,33).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 28.24%
  • key color value is 33.33%
CMYK:
(0,9,28,33)
C0M9Y28K33 
(0%,9%,28%,33%)
(0.00/0.09/0.28/0.33)	

CMYK percentages

%0
%8.82
%28.24
%33.33

Codes

Color #AA9B7A in popluar color models

AA9B7A
RGB170155122
HSL41°22.02%57.25%
HSB/HSV41°28.24%66.67%
CMYK0.00%8.82%28.24%
33.33%

Color #AA9B7A in popluar number systems.

HEXAA9B7A
Decimal170155122
Binary10101010100110111111010
Octal252233172

Shades and tints

Shades of #AA9B7A

#AA9B7A
(170,155,122)
#9B8D6F
(155,141,111)
#8C7F64
(140,127,100)
#7D7159
(125,113,89)
#6E634E
(110,99,78)
#5F5543
(95,85,67)
#504738
(80,71,56)
#41392D
(65,57,45)
#322B22
(50,43,34)
#231D17
(35,29,23)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #AA9B7A

#AA9B7A
(170,155,122)
#B1A486
(177,164,134)
#B8AD92
(184,173,146)
#BFB69E
(191,182,158)
#C6BFAA
(198,191,170)
#CDC8B6
(205,200,182)
#D4D1C2
(212,209,194)
#DBDACE
(219,218,206)
#E2E3DA
(226,227,218)
#E9ECE6
(233,236,230)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9B7A; }

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

This text font color is #AA9B7A.


Background Color

.myBgColor { background-color: #AA9B7A; }

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

This div background color is #AA9B7A.


Border color

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

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

This div border color is #AA9B7A.


Opacity

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

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

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

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

This text has shadow with #AA9B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9B7A on black background.


Color preview on white background

This text has color #AA9B7A on white background.



Black color preview on #AA9B7A background

This text has black color on #AA9B7A background.


White color preview on #AA9B7A background

This text has white color on #AA9B7A background.