COLOR #AA9073

HEX: #AA9073
RGB: (170,144,115)

Color info

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

RGB color model

#AA9073 color RGB value is (170,144,115).

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

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 115 of 255 = 45%

170
144
115

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

Portions of RGB colors in percentages

R + G + B =
170 + 144 + 115 = 429 (100%)
R 170 of 429 ~ 39.63%
G 144 of 429 ~ 33.57%
B 115 of 429 ~ 26.81%

%39.63
%33.57
%26.81

CMYK color model

#AA9073 color CMYK value is (0,15,32,33).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 32.35%
  • key color value is 33.33%
CMYK:
(0,15,32,33)
C0M15Y32K33 
(0%,15%,32%,33%)
(0.00/0.15/0.32/0.33)	

CMYK percentages

%0
%15.29
%32.35
%33.33

Codes

Color #AA9073 in popluar color models

AA9073
RGB170144115
HSL32°24.44%55.88%
HSB/HSV32°32.35%66.67%
CMYK0.00%15.29%32.35%
33.33%

Color #AA9073 in popluar number systems.

HEXAA9073
Decimal170144115
Binary10101010100100001110011
Octal252220163

Shades and tints

Shades of #AA9073

#AA9073
(170,144,115)
#9B8369
(155,131,105)
#8C765F
(140,118,95)
#7D6955
(125,105,85)
#6E5C4B
(110,92,75)
#5F4F41
(95,79,65)
#504237
(80,66,55)
#41352D
(65,53,45)
#322823
(50,40,35)
#231B19
(35,27,25)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #AA9073

#AA9073
(170,144,115)
#B19A7F
(177,154,127)
#B8A48B
(184,164,139)
#BFAE97
(191,174,151)
#C6B8A3
(198,184,163)
#CDC2AF
(205,194,175)
#D4CCBB
(212,204,187)
#DBD6C7
(219,214,199)
#E2E0D3
(226,224,211)
#E9EADF
(233,234,223)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9073; }

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

This text font color is #AA9073.


Background Color

.myBgColor { background-color: #AA9073; }

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

This div background color is #AA9073.


Border color

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

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

This div border color is #AA9073.


Opacity

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

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

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

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

This text has shadow with #AA9073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9073 on black background.


Color preview on white background

This text has color #AA9073 on white background.



Black color preview on #AA9073 background

This text has black color on #AA9073 background.


White color preview on #AA9073 background

This text has white color on #AA9073 background.