COLOR #AA9059

HEX: #AA9059
RGB: (170,144,89)

Color info

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

RGB color model

#AA9059 color RGB value is (170,144,89).

  • red value is 170;
  • green value is 144;
  • blue value is 89.
RGB:
(170,144,89)
(67%,56%,35%)

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 89 of 255 = 35%

170
144
89

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

Portions of RGB colors in percentages

R + G + B =
170 + 144 + 89 = 403 (100%)
R 170 of 403 ~ 42.18%
G 144 of 403 ~ 35.73%
B 89 of 403 ~ 22.08%

%42.18
%35.73
%22.08

CMYK color model

#AA9059 color CMYK value is (0,15,48,33).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 47.65%
  • key color value is 33.33%
CMYK:
(0,15,48,33)
C0M15Y48K33 
(0%,15%,48%,33%)
(0.00/0.15/0.48/0.33)	

CMYK percentages

%0
%15.29
%47.65
%33.33

Codes

Color #AA9059 in popluar color models

AA9059
RGB17014489
HSL41°32.27%50.78%
HSB/HSV41°47.65%66.67%
CMYK0.00%15.29%47.65%
33.33%

Color #AA9059 in popluar number systems.

HEXAA9059
Decimal17014489
Binary10101010100100001011001
Octal252220131

Shades and tints

Shades of #AA9059

#AA9059
(170,144,89)
#9B8351
(155,131,81)
#8C7649
(140,118,73)
#7D6941
(125,105,65)
#6E5C39
(110,92,57)
#5F4F31
(95,79,49)
#504229
(80,66,41)
#413521
(65,53,33)
#322819
(50,40,25)
#231B11
(35,27,17)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #AA9059

#AA9059
(170,144,89)
#B19A68
(177,154,104)
#B8A477
(184,164,119)
#BFAE86
(191,174,134)
#C6B895
(198,184,149)
#CDC2A4
(205,194,164)
#D4CCB3
(212,204,179)
#DBD6C2
(219,214,194)
#E2E0D1
(226,224,209)
#E9EAE0
(233,234,224)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9059 color. Also use rgb(170,144,89) instead hex code.

Text Font Color

.myTextColor { color: #AA9059; }

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

This text font color is #AA9059.


Background Color

.myBgColor { background-color: #AA9059; }

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

This div background color is #AA9059.


Border color

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

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

This div border color is #AA9059.


Opacity

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

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

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

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

This text has shadow with #AA9059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9059 on black background.


Color preview on white background

This text has color #AA9059 on white background.



Black color preview on #AA9059 background

This text has black color on #AA9059 background.


White color preview on #AA9059 background

This text has white color on #AA9059 background.