COLOR #AA9185

HEX: #AA9185 RGB: (170,145,133)

Color info

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

RGB color model

#AA9185 color RGB value is (170,145,133).

RGB: (170,145,133) (67%, 57%, 52%)

RGB channels and saturation

R 170 of 255 = 67%
G 145 of 255 = 57%
B 133 of 255 = 52%

170
145
133

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

Portions of RGB colors in percentages

R + G + B = 170 + 145 + 133 = 448 (100%)
R 170 of 448 ~ 37.95%
G 145 of 448 ~ 32.37%
B 133 of 448 ~ 29.69'%

%37.95
%32.37
%29.69

CMYK color model

#AA9185 color CMYK value is (0,15,22,33).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 21.76%
  • key color value is 33.33%

CMYK: (0,15,22,33)
C0M15Y22K33 (0%, 15%, 22%, 33%)
(0.00 / 0.15 / 0.22 / 0.33)

CMYK percentages

%0
%14.71
%21.76
%33.33

Codes

Color #AA9185 in popluar color models

AA 91 85
RGB 170 145 133
HSL 19° 17.87% 59.41%
HSB/HSV 19° 21.76% 66.67%
CMYK 0.00% 14.71% 21.76%
33.33%

Color #AA9185 in popluar number systems.

HEX AA 91 85
Decimal 170 145 133
Binary 10101010 10010001 10000101
Octal 252 221 205

Shades and tints

Shades of #AA9185

#AA9185
(170,145,133)
#9B8479
(155,132,121)
#8C776D
(140,119,109)
#7D6A61
(125,106,97)
#6E5D55
(110,93,85)
#5F5049
(95,80,73)
#50433D
(80,67,61)
#413631
(65,54,49)
#322925
(50,41,37)
#231C19
(35,28,25)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #AA9185

#AA9185
(170,145,133)
#B19B90
(177,155,144)
#B8A59B
(184,165,155)
#BFAFA6
(191,175,166)
#C6B9B1
(198,185,177)
#CDC3BC
(205,195,188)
#D4CDC7
(212,205,199)
#DBD7D2
(219,215,210)
#E2E1DD
(226,225,221)
#E9EBE8
(233,235,232)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9185 color. Also use rgb(170,145,133) instead hex code.

Text Font Color

.myTextColor { color: #AA9185; }

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

This text font color is #AA9185.

Background Color

.myBgColor { background-color: #AA9185; }

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

This div background color is #AA9185.

Border color

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

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

This div border color is #AA9185.

Opacity

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

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

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

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

This text has shadow with #AA9185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9185.

Preview

Color preview on black background

This text has color #AA9185 on black background.


Color preview on white background

This text has color #AA9185 on white background.


Black color preview on #AA9185 background

This text has black color on #AA9185 background.


White color preview on #AA9185 background

This text has white color on #AA9185 background.


Related colors

Complementary color

Complementary color for #hex is #556E7A.


I love getcolorcode.com

Triadic colors

1 #85AA91 and #9185AA with #AA9185 are triadic colors.

2 #8591AA and #91AA85 with #AA9185 are triadic colors.