COLOR #AA9195

HEX: #AA9195 RGB: (170,145,149)

Color info

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

RGB color model

#AA9195 color RGB value is (170,145,149).

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

RGB channels and saturation

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

170
145
149

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

Portions of RGB colors in percentages

R + G + B = 170 + 145 + 149 = 464 (100%)
R 170 of 464 ~ 36.64%
G 145 of 464 ~ 31.25%
B 149 of 464 ~ 32.11'%

%36.64
%31.25
%32.11

CMYK color model

#AA9195 color CMYK value is (0,15,12,33).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 12.35%
  • key color value is 33.33%
CMYK: (0,15,12,33) C0M15Y12K33 (0%,15%,12%,33%) (0.00/0.15/0.12/0.33) 

CMYK percentages

%0
%14.71
%12.35
%33.33

Codes

Color #AA9195 in popluar color models

AA 91 95
RGB 170 145 149
HSL 350° 12.82% 61.76%
HSB/HSV 350° 14.71% 66.67%
CMYK 0.00% 14.71% 12.35%
33.33%

Color #AA9195 in popluar number systems.

HEX AA 91 95
Decimal 170 145 149
Binary 10101010 10010001 10010101
Octal 252 221 225

Shades and tints

Shades of #AA9195

#AA9195
(170,145,149)
#9B8488
(155,132,136)
#8C777B
(140,119,123)
#7D6A6E
(125,106,110)
#6E5D61
(110,93,97)
#5F5054
(95,80,84)
#504347
(80,67,71)
#41363A
(65,54,58)
#32292D
(50,41,45)
#231C20
(35,28,32)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #AA9195

#AA9195
(170,145,149)
#B19B9E
(177,155,158)
#B8A5A7
(184,165,167)
#BFAFB0
(191,175,176)
#C6B9B9
(198,185,185)
#CDC3C2
(205,195,194)
#D4CDCB
(212,205,203)
#DBD7D4
(219,215,212)
#E2E1DD
(226,225,221)
#E9EBE6
(233,235,230)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9195; }

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

This text font color is #AA9195.

Background Color

.myBgColor { background-color: #AA9195; }

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

This div background color is #AA9195.

Border color

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

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

This div border color is #AA9195.

Opacity

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

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

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

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

This text has shadow with #AA9195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9195.

Preview

Color preview on black background

This text has color #AA9195 on black background.


Color preview on white background

This text has color #AA9195 on white background.


Black color preview on #AA9195 background

This text has black color on #AA9195 background.


White color preview on #AA9195 background

This text has white color on #AA9195 background.


Related colors

Complementary color

Complementary color for #hex is #556E6A.


I love getcolorcode.com

Triadic colors

1 #95AA91 and #9195AA with #AA9195 are triadic colors.

2 #9591AA and #91AA95 with #AA9195 are triadic colors.