COLOR #AA93A8

HEX: #AA93A8 RGB: (170,147,168)

Color info

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

RGB color model

#AA93A8 color RGB value is (170,147,168).

RGB: (170,147,168) (67%, 58%, 66%)

RGB channels and saturation

R 170 of 255 = 67%
G 147 of 255 = 58%
B 168 of 255 = 66%

170
147
168

R + G + B ~ 64%. #AA93A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 147 + 168 = 485 (100%)
R 170 of 485 ~ 35.05%
G 147 of 485 ~ 30.31%
B 168 of 485 ~ 34.64'%

%35.05
%30.31
%34.64

CMYK color model

#AA93A8 color CMYK value is (0,14,1,33).

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

CMYK: (0,14,1,33)
C0M14Y1K33 (0%, 14%, 1%, 33%)
(0.00 / 0.14 / 0.01 / 0.33)

CMYK percentages

%0
%13.53
%1.18
%33.33

Codes

Color #AA93A8 in popluar color models

AA 93 A8
RGB 170 147 168
HSL 305° 11.92% 62.16%
HSB/HSV 305° 13.53% 66.67%
CMYK 0.00% 13.53% 1.18%
33.33%

Color #AA93A8 in popluar number systems.

HEX AA 93 A8
Decimal 170 147 168
Binary 10101010 10010011 10101000
Octal 252 223 250

Shades and tints

Shades of #AA93A8

#AA93A8
(170,147,168)
#9B8699
(155,134,153)
#8C798A
(140,121,138)
#7D6C7B
(125,108,123)
#6E5F6C
(110,95,108)
#5F525D
(95,82,93)
#50454E
(80,69,78)
#41383F
(65,56,63)
#322B30
(50,43,48)
#231E21
(35,30,33)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #AA93A8

#AA93A8
(170,147,168)
#B19CAF
(177,156,175)
#B8A5B6
(184,165,182)
#BFAEBD
(191,174,189)
#C6B7C4
(198,183,196)
#CDC0CB
(205,192,203)
#D4C9D2
(212,201,210)
#DBD2D9
(219,210,217)
#E2DBE0
(226,219,224)
#E9E4E7
(233,228,231)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA93A8; }

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

This text font color is #AA93A8.

Background Color

.myBgColor { background-color: #AA93A8; }

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

This div background color is #AA93A8.

Border color

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

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

This div border color is #AA93A8.

Opacity

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

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

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

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

This text has shadow with #AA93A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA93A8.

Preview

Color preview on black background

This text has color #AA93A8 on black background.


Color preview on white background

This text has color #AA93A8 on white background.


Black color preview on #AA93A8 background

This text has black color on #AA93A8 background.


White color preview on #AA93A8 background

This text has white color on #AA93A8 background.


Related colors

Complementary color

Complementary color for #hex is #556C57.


I love getcolorcode.com

Triadic colors

1 #A8AA93 and #93A8AA with #AA93A8 are triadic colors.

2 #A893AA and #93AAA8 with #AA93A8 are triadic colors.