COLOR #AA9B57

HEX: #AA9B57
RGB: (170,155,87)

Color info

#AA9B57 contains mainly red and green colors. Web safe color of #AA9B57 is #999966 (or #996).

RGB color model

#AA9B57 color RGB value is (170,155,87).

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

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 87 of 255 = 34%

170
155
87

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

Portions of RGB colors in percentages

R + G + B =
170 + 155 + 87 = 412 (100%)
R 170 of 412 ~ 41.26%
G 155 of 412 ~ 37.62%
B 87 of 412 ~ 21.12%

%41.26
%37.62
%21.12

CMYK color model

#AA9B57 color CMYK value is (0,9,49,33).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 48.82%
  • key color value is 33.33%
CMYK:
(0,9,49,33)
C0M9Y49K33 
(0%,9%,49%,33%)
(0.00/0.09/0.49/0.33)	

CMYK percentages

%0
%8.82
%48.82
%33.33

Codes

Color #AA9B57 in popluar color models

AA9B57
RGB17015587
HSL49°32.81%50.39%
HSB/HSV49°48.82%66.67%
CMYK0.00%8.82%48.82%
33.33%

Color #AA9B57 in popluar number systems.

HEXAA9B57
Decimal17015587
Binary10101010100110111010111
Octal252233127

Shades and tints

Shades of #AA9B57

#AA9B57
(170,155,87)
#9B8D50
(155,141,80)
#8C7F49
(140,127,73)
#7D7142
(125,113,66)
#6E633B
(110,99,59)
#5F5534
(95,85,52)
#50472D
(80,71,45)
#413926
(65,57,38)
#322B1F
(50,43,31)
#231D18
(35,29,24)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #AA9B57

#AA9B57
(170,155,87)
#B1A466
(177,164,102)
#B8AD75
(184,173,117)
#BFB684
(191,182,132)
#C6BF93
(198,191,147)
#CDC8A2
(205,200,162)
#D4D1B1
(212,209,177)
#DBDAC0
(219,218,192)
#E2E3CF
(226,227,207)
#E9ECDE
(233,236,222)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9B57; }

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

This text font color is #AA9B57.


Background Color

.myBgColor { background-color: #AA9B57; }

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

This div background color is #AA9B57.


Border color

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

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

This div border color is #AA9B57.


Opacity

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

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

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

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

This text has shadow with #AA9B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9B57 on black background.


Color preview on white background

This text has color #AA9B57 on white background.



Black color preview on #AA9B57 background

This text has black color on #AA9B57 background.


White color preview on #AA9B57 background

This text has white color on #AA9B57 background.