COLOR #AA7392

HEX: #AA7392 RGB: (170,115,146)

Color info

#AA7392 contains red, green and blue colors in about the same proportion. Web safe color of #AA7392 is #996699 (or #969).

RGB color model

#AA7392 color RGB value is (170,115,146).

RGB: (170,115,146) (67%, 45%, 57%)

RGB channels and saturation

R 170 of 255 = 67%
G 115 of 255 = 45%
B 146 of 255 = 57%

170
115
146

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

Portions of RGB colors in percentages

R + G + B = 170 + 115 + 146 = 431 (100%)
R 170 of 431 ~ 39.44%
G 115 of 431 ~ 26.68%
B 146 of 431 ~ 33.87'%

%39.44
%26.68
%33.87

CMYK color model

#AA7392 color CMYK value is (0,32,14,33).

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

CMYK: (0,32,14,33)
C0M32Y14K33 (0%, 32%, 14%, 33%)
(0.00 / 0.32 / 0.14 / 0.33)

CMYK percentages

%0
%32.35
%14.12
%33.33

Codes

Color #AA7392 in popluar color models

AA 73 92
RGB 170 115 146
HSL 326° 24.44% 55.88%
HSB/HSV 326° 32.35% 66.67%
CMYK 0.00% 32.35% 14.12%
33.33%

Color #AA7392 in popluar number systems.

HEX AA 73 92
Decimal 170 115 146
Binary 10101010 1110011 10010010
Octal 252 163 222

Shades and tints

Shades of #AA7392

#AA7392
(170,115,146)
#9B6985
(155,105,133)
#8C5F78
(140,95,120)
#7D556B
(125,85,107)
#6E4B5E
(110,75,94)
#5F4151
(95,65,81)
#503744
(80,55,68)
#412D37
(65,45,55)
#32232A
(50,35,42)
#23191D
(35,25,29)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #AA7392

#AA7392
(170,115,146)
#B17F9B
(177,127,155)
#B88BA4
(184,139,164)
#BF97AD
(191,151,173)
#C6A3B6
(198,163,182)
#CDAFBF
(205,175,191)
#D4BBC8
(212,187,200)
#DBC7D1
(219,199,209)
#E2D3DA
(226,211,218)
#E9DFE3
(233,223,227)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7392; }

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

This text font color is #AA7392.

Background Color

.myBgColor { background-color: #AA7392; }

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

This div background color is #AA7392.

Border color

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

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

This div border color is #AA7392.

Opacity

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

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

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

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

This text has shadow with #AA7392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7392.

Preview

Color preview on black background

This text has color #AA7392 on black background.


Color preview on white background

This text has color #AA7392 on white background.


Black color preview on #AA7392 background

This text has black color on #AA7392 background.


White color preview on #AA7392 background

This text has white color on #AA7392 background.


Related colors

Complementary color

Complementary color for #hex is #558C6D.


I love getcolorcode.com

Triadic colors

1 #92AA73 and #7392AA with #AA7392 are triadic colors.

2 #9273AA and #73AA92 with #AA7392 are triadic colors.