COLOR #AA9F7A

HEX: #AA9F7A RGB: (170,159,122)

Color info

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

RGB color model

#AA9F7A color RGB value is (170,159,122).

RGB: (170,159,122) (67%, 62%, 48%)

RGB channels and saturation

R 170 of 255 = 67%
G 159 of 255 = 62%
B 122 of 255 = 48%

170
159
122

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

Portions of RGB colors in percentages

R + G + B = 170 + 159 + 122 = 451 (100%)
R 170 of 451 ~ 37.69%
G 159 of 451 ~ 35.25%
B 122 of 451 ~ 27.05'%

%37.69
%35.25
%27.05

CMYK color model

#AA9F7A color CMYK value is (0,6,28,33).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 28.24%
  • key color value is 33.33%

CMYK: (0,6,28,33)
C0M6Y28K33 (0%, 6%, 28%, 33%)
(0.00 / 0.06 / 0.28 / 0.33)

CMYK percentages

%0
%6.47
%28.24
%33.33

Codes

Color #AA9F7A in popluar color models

AA 9F 7A
RGB 170 159 122
HSL 46° 22.02% 57.25%
HSB/HSV 46° 28.24% 66.67%
CMYK 0.00% 6.47% 28.24%
33.33%

Color #AA9F7A in popluar number systems.

HEX AA 9F 7A
Decimal 170 159 122
Binary 10101010 10011111 1111010
Octal 252 237 172

Shades and tints

Shades of #AA9F7A

#AA9F7A
(170,159,122)
#9B916F
(155,145,111)
#8C8364
(140,131,100)
#7D7559
(125,117,89)
#6E674E
(110,103,78)
#5F5943
(95,89,67)
#504B38
(80,75,56)
#413D2D
(65,61,45)
#322F22
(50,47,34)
#232117
(35,33,23)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #AA9F7A

#AA9F7A
(170,159,122)
#B1A786
(177,167,134)
#B8AF92
(184,175,146)
#BFB79E
(191,183,158)
#C6BFAA
(198,191,170)
#CDC7B6
(205,199,182)
#D4CFC2
(212,207,194)
#DBD7CE
(219,215,206)
#E2DFDA
(226,223,218)
#E9E7E6
(233,231,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9F7A; }

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

This text font color is #AA9F7A.

Background Color

.myBgColor { background-color: #AA9F7A; }

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

This div background color is #AA9F7A.

Border color

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

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

This div border color is #AA9F7A.

Opacity

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

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

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

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

This text has shadow with #AA9F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9F7A.

Preview

Color preview on black background

This text has color #AA9F7A on black background.


Color preview on white background

This text has color #AA9F7A on white background.


Black color preview on #AA9F7A background

This text has black color on #AA9F7A background.


White color preview on #AA9F7A background

This text has white color on #AA9F7A background.


Related colors

Complementary color

Complementary color for #hex is #556085.


I love getcolorcode.com

Triadic colors

1 #7AAA9F and #9F7AAA with #AA9F7A are triadic colors.

2 #7A9FAA and #9FAA7A with #AA9F7A are triadic colors.