COLOR #AA9B77

HEX: #AA9B77
RGB: (170,155,119)

Color info

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

RGB color model

#AA9B77 color RGB value is (170,155,119).

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

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 119 of 255 = 47%

170
155
119

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

Portions of RGB colors in percentages

R + G + B =
170 + 155 + 119 = 444 (100%)
R 170 of 444 ~ 38.29%
G 155 of 444 ~ 34.91%
B 119 of 444 ~ 26.8%

%38.29
%34.91
%26.8

CMYK color model

#AA9B77 color CMYK value is (0,9,30,33).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 30.00%
  • key color value is 33.33%
CMYK:
(0,9,30,33)
C0M9Y30K33 
(0%,9%,30%,33%)
(0.00/0.09/0.30/0.33)	

CMYK percentages

%0
%8.82
%30
%33.33

Codes

Color #AA9B77 in popluar color models

AA9B77
RGB170155119
HSL42°23.08%56.67%
HSB/HSV42°30.00%66.67%
CMYK0.00%8.82%30.00%
33.33%

Color #AA9B77 in popluar number systems.

HEXAA9B77
Decimal170155119
Binary10101010100110111110111
Octal252233167

Shades and tints

Shades of #AA9B77

#AA9B77
(170,155,119)
#9B8D6D
(155,141,109)
#8C7F63
(140,127,99)
#7D7159
(125,113,89)
#6E634F
(110,99,79)
#5F5545
(95,85,69)
#50473B
(80,71,59)
#413931
(65,57,49)
#322B27
(50,43,39)
#231D1D
(35,29,29)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #AA9B77

#AA9B77
(170,155,119)
#B1A483
(177,164,131)
#B8AD8F
(184,173,143)
#BFB69B
(191,182,155)
#C6BFA7
(198,191,167)
#CDC8B3
(205,200,179)
#D4D1BF
(212,209,191)
#DBDACB
(219,218,203)
#E2E3D7
(226,227,215)
#E9ECE3
(233,236,227)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9B77; }

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

This text font color is #AA9B77.


Background Color

.myBgColor { background-color: #AA9B77; }

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

This div background color is #AA9B77.


Border color

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

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

This div border color is #AA9B77.


Opacity

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

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

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

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

This text has shadow with #AA9B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9B77 on black background.


Color preview on white background

This text has color #AA9B77 on white background.



Black color preview on #AA9B77 background

This text has black color on #AA9B77 background.


White color preview on #AA9B77 background

This text has white color on #AA9B77 background.