COLOR #AA93A5

HEX: #AA93A5 RGB: (170,147,165)

Color info

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

RGB color model

#AA93A5 color RGB value is (170,147,165).

RGB: (170,147,165) (67%, 58%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 147 of 255 = 58%
B 165 of 255 = 65%

170
147
165

R + G + B ~ 63%. #AA93A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 147 + 165 = 482 (100%)
R 170 of 482 ~ 35.27%
G 147 of 482 ~ 30.5%
B 165 of 482 ~ 34.23'%

%35.27
%30.5
%34.23

CMYK color model

#AA93A5 color CMYK value is (0,14,3,33).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 2.94%
  • key color value is 33.33%

CMYK: (0,14,3,33)
C0M14Y3K33 (0%, 14%, 3%, 33%)
(0.00 / 0.14 / 0.03 / 0.33)

CMYK percentages

%0
%13.53
%2.94
%33.33

Codes

Color #AA93A5 in popluar color models

AA 93 A5
RGB 170 147 165
HSL 313° 11.92% 62.16%
HSB/HSV 313° 13.53% 66.67%
CMYK 0.00% 13.53% 2.94%
33.33%

Color #AA93A5 in popluar number systems.

HEX AA 93 A5
Decimal 170 147 165
Binary 10101010 10010011 10100101
Octal 252 223 245

Shades and tints

Shades of #AA93A5

#AA93A5
(170,147,165)
#9B8696
(155,134,150)
#8C7987
(140,121,135)
#7D6C78
(125,108,120)
#6E5F69
(110,95,105)
#5F525A
(95,82,90)
#50454B
(80,69,75)
#41383C
(65,56,60)
#322B2D
(50,43,45)
#231E1E
(35,30,30)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #AA93A5

#AA93A5
(170,147,165)
#B19CAD
(177,156,173)
#B8A5B5
(184,165,181)
#BFAEBD
(191,174,189)
#C6B7C5
(198,183,197)
#CDC0CD
(205,192,205)
#D4C9D5
(212,201,213)
#DBD2DD
(219,210,221)
#E2DBE5
(226,219,229)
#E9E4ED
(233,228,237)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA93A5 color. Also use rgb(170,147,165) instead hex code.

Text Font Color

.myTextColor { color: #AA93A5; }

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

This text font color is #AA93A5.

Background Color

.myBgColor { background-color: #AA93A5; }

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

This div background color is #AA93A5.

Border color

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

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

This div border color is #AA93A5.

Opacity

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

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

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

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

This text has shadow with #AA93A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA93A5.

Preview

Color preview on black background

This text has color #AA93A5 on black background.


Color preview on white background

This text has color #AA93A5 on white background.


Black color preview on #AA93A5 background

This text has black color on #AA93A5 background.


White color preview on #AA93A5 background

This text has white color on #AA93A5 background.


Related colors

Complementary color

Complementary color for #hex is #556C5A.


I love getcolorcode.com

Triadic colors

1 #A5AA93 and #93A5AA with #AA93A5 are triadic colors.

2 #A593AA and #93AAA5 with #AA93A5 are triadic colors.