COLOR #AA9C89

HEX: #AA9C89 RGB: (170,156,137)

Color info

#AA9C89 contains red, green and blue colors in about the same proportion. Web safe color of #AA9C89 is #999999 (or #999).

RGB color model

#AA9C89 color RGB value is (170,156,137).

RGB: (170,156,137) (67%, 61%, 54%)

RGB channels and saturation

R 170 of 255 = 67%
G 156 of 255 = 61%
B 137 of 255 = 54%

170
156
137

R + G + B ~ 61%. #AA9C89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 156 + 137 = 463 (100%)
R 170 of 463 ~ 36.72%
G 156 of 463 ~ 33.69%
B 137 of 463 ~ 29.59'%

%36.72
%33.69
%29.59

CMYK color model

#AA9C89 color CMYK value is (0,8,19,33).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 19.41%
  • key color value is 33.33%

CMYK: (0,8,19,33)
C0M8Y19K33 (0%, 8%, 19%, 33%)
(0.00 / 0.08 / 0.19 / 0.33)

CMYK percentages

%0
%8.24
%19.41
%33.33

Codes

Color #AA9C89 in popluar color models

AA 9C 89
RGB 170 156 137
HSL 35° 16.26% 60.20%
HSB/HSV 35° 19.41% 66.67%
CMYK 0.00% 8.24% 19.41%
33.33%

Color #AA9C89 in popluar number systems.

HEX AA 9C 89
Decimal 170 156 137
Binary 10101010 10011100 10001001
Octal 252 234 211

Shades and tints

Shades of #AA9C89

#AA9C89
(170,156,137)
#9B8E7D
(155,142,125)
#8C8071
(140,128,113)
#7D7265
(125,114,101)
#6E6459
(110,100,89)
#5F564D
(95,86,77)
#504841
(80,72,65)
#413A35
(65,58,53)
#322C29
(50,44,41)
#231E1D
(35,30,29)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #AA9C89

#AA9C89
(170,156,137)
#B1A593
(177,165,147)
#B8AE9D
(184,174,157)
#BFB7A7
(191,183,167)
#C6C0B1
(198,192,177)
#CDC9BB
(205,201,187)
#D4D2C5
(212,210,197)
#DBDBCF
(219,219,207)
#E2E4D9
(226,228,217)
#E9EDE3
(233,237,227)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9C89 color. Also use rgb(170,156,137) instead hex code.

Text Font Color

.myTextColor { color: #AA9C89; }

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

This text font color is #AA9C89.

Background Color

.myBgColor { background-color: #AA9C89; }

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

This div background color is #AA9C89.

Border color

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

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

This div border color is #AA9C89.

Opacity

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

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

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

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

This text has shadow with #AA9C89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9C89.

Preview

Color preview on black background

This text has color #AA9C89 on black background.


Color preview on white background

This text has color #AA9C89 on white background.


Black color preview on #AA9C89 background

This text has black color on #AA9C89 background.


White color preview on #AA9C89 background

This text has white color on #AA9C89 background.


Related colors

Complementary color

Complementary color for #hex is #556376.


I love getcolorcode.com

Triadic colors

1 #89AA9C and #9C89AA with #AA9C89 are triadic colors.

2 #899CAA and #9CAA89 with #AA9C89 are triadic colors.