COLOR #AA9491

HEX: #AA9491 RGB: (170,148,145)

Color info

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

RGB color model

#AA9491 color RGB value is (170,148,145).

RGB: (170,148,145) (67%, 58%, 57%)

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 145 of 255 = 57%

170
148
145

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

Portions of RGB colors in percentages

R + G + B = 170 + 148 + 145 = 463 (100%)
R 170 of 463 ~ 36.72%
G 148 of 463 ~ 31.97%
B 145 of 463 ~ 31.32'%

%36.72
%31.97
%31.32

CMYK color model

#AA9491 color CMYK value is (0,13,15,33).

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

CMYK: (0,13,15,33)
C0M13Y15K33 (0%, 13%, 15%, 33%)
(0.00 / 0.13 / 0.15 / 0.33)

CMYK percentages

%0
%12.94
%14.71
%33.33

Codes

Color #AA9491 in popluar color models

AA 94 91
RGB 170 148 145
HSL 12.82% 61.76%
HSB/HSV 14.71% 66.67%
CMYK 0.00% 12.94% 14.71%
33.33%

Color #AA9491 in popluar number systems.

HEX AA 94 91
Decimal 170 148 145
Binary 10101010 10010100 10010001
Octal 252 224 221

Shades and tints

Shades of #AA9491

#AA9491
(170,148,145)
#9B8784
(155,135,132)
#8C7A77
(140,122,119)
#7D6D6A
(125,109,106)
#6E605D
(110,96,93)
#5F5350
(95,83,80)
#504643
(80,70,67)
#413936
(65,57,54)
#322C29
(50,44,41)
#231F1C
(35,31,28)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #AA9491

#AA9491
(170,148,145)
#B19D9B
(177,157,155)
#B8A6A5
(184,166,165)
#BFAFAF
(191,175,175)
#C6B8B9
(198,184,185)
#CDC1C3
(205,193,195)
#D4CACD
(212,202,205)
#DBD3D7
(219,211,215)
#E2DCE1
(226,220,225)
#E9E5EB
(233,229,235)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9491; }

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

This text font color is #AA9491.

Background Color

.myBgColor { background-color: #AA9491; }

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

This div background color is #AA9491.

Border color

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

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

This div border color is #AA9491.

Opacity

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

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

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

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

This text has shadow with #AA9491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9491.

Preview

Color preview on black background

This text has color #AA9491 on black background.


Color preview on white background

This text has color #AA9491 on white background.


Black color preview on #AA9491 background

This text has black color on #AA9491 background.


White color preview on #AA9491 background

This text has white color on #AA9491 background.


Related colors

Complementary color

Complementary color for #hex is #556B6E.


I love getcolorcode.com

Triadic colors

1 #91AA94 and #9491AA with #AA9491 are triadic colors.

2 #9194AA and #94AA91 with #AA9491 are triadic colors.