COLOR #AA5D92

HEX: #AA5D92 RGB: (170,93,146)

Color info

#AA5D92 contains mainly red and blue colors. Web safe color of #AA5D92 is #996699 (or #969).

RGB color model

#AA5D92 color RGB value is (170,93,146).

RGB: (170,93,146) (67%, 36%, 57%)

RGB channels and saturation

R 170 of 255 = 67%
G 93 of 255 = 36%
B 146 of 255 = 57%

170
93
146

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

Portions of RGB colors in percentages

R + G + B = 170 + 93 + 146 = 409 (100%)
R 170 of 409 ~ 41.56%
G 93 of 409 ~ 22.74%
B 146 of 409 ~ 35.7'%

%41.56
%22.74
%35.7

CMYK color model

#AA5D92 color CMYK value is (0,45,14,33).

  • cyan value is 0.00%
  • magenta value is 45.29%
  • yellow value is 14.12%
  • key color value is 33.33%

CMYK: (0,45,14,33)
C0M45Y14K33 (0%, 45%, 14%, 33%)
(0.00 / 0.45 / 0.14 / 0.33)

CMYK percentages

%0
%45.29
%14.12
%33.33

Codes

Color #AA5D92 in popluar color models

AA 5D 92
RGB 170 93 146
HSL 319° 31.17% 51.57%
HSB/HSV 319° 45.29% 66.67%
CMYK 0.00% 45.29% 14.12%
33.33%

Color #AA5D92 in popluar number systems.

HEX AA 5D 92
Decimal 170 93 146
Binary 10101010 1011101 10010010
Octal 252 135 222

Shades and tints

Shades of #AA5D92

#AA5D92
(170,93,146)
#9B5585
(155,85,133)
#8C4D78
(140,77,120)
#7D456B
(125,69,107)
#6E3D5E
(110,61,94)
#5F3551
(95,53,81)
#502D44
(80,45,68)
#412537
(65,37,55)
#321D2A
(50,29,42)
#23151D
(35,21,29)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #AA5D92

#AA5D92
(170,93,146)
#B16B9B
(177,107,155)
#B879A4
(184,121,164)
#BF87AD
(191,135,173)
#C695B6
(198,149,182)
#CDA3BF
(205,163,191)
#D4B1C8
(212,177,200)
#DBBFD1
(219,191,209)
#E2CDDA
(226,205,218)
#E9DBE3
(233,219,227)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5D92 color. Also use rgb(170,93,146) instead hex code.

Text Font Color

.myTextColor { color: #AA5D92; }

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

This text font color is #AA5D92.

Background Color

.myBgColor { background-color: #AA5D92; }

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

This div background color is #AA5D92.

Border color

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

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

This div border color is #AA5D92.

Opacity

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

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

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

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

This text has shadow with #AA5D92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA5D92.

Preview

Color preview on black background

This text has color #AA5D92 on black background.


Color preview on white background

This text has color #AA5D92 on white background.


Black color preview on #AA5D92 background

This text has black color on #AA5D92 background.


White color preview on #AA5D92 background

This text has white color on #AA5D92 background.


Related colors

Complementary color

Complementary color for #hex is #55A26D.


I love getcolorcode.com

Triadic colors

1 #92AA5D and #5D92AA with #AA5D92 are triadic colors.

2 #925DAA and #5DAA92 with #AA5D92 are triadic colors.