COLOR #AA7592

HEX: #AA7592
RGB: (170,117,146)

Color info

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

RGB color model

#AA7592 color RGB value is (170,117,146).

  • red value is 170;
  • green value is 117;
  • blue value is 146.
RGB:
(170,117,146)
(67%,46%,57%)

RGB channels and saturation

R 170 of 255 = 67%
G 117 of 255 = 46%
B 146 of 255 = 57%

170
117
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 117 + 146 = 433 (100%)
R 170 of 433 ~ 39.26%
G 117 of 433 ~ 27.02%
B 146 of 433 ~ 33.72%

%39.26
%27.02
%33.72

CMYK color model

#AA7592 color CMYK value is (0,31,14,33).

  • cyan value is 0.00%
  • magenta value is 31.18%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(0,31,14,33)
C0M31Y14K33 
(0%,31%,14%,33%)
(0.00/0.31/0.14/0.33)	

CMYK percentages

%0
%31.18
%14.12
%33.33

Codes

Color #AA7592 in popluar color models

AA7592
RGB170117146
HSL327°23.77%56.27%
HSB/HSV327°31.18%66.67%
CMYK0.00%31.18%14.12%
33.33%

Color #AA7592 in popluar number systems.

HEXAA7592
Decimal170117146
Binary10101010111010110010010
Octal252165222

Shades and tints

Shades of #AA7592

#AA7592
(170,117,146)
#9B6B85
(155,107,133)
#8C6178
(140,97,120)
#7D576B
(125,87,107)
#6E4D5E
(110,77,94)
#5F4351
(95,67,81)
#503944
(80,57,68)
#412F37
(65,47,55)
#32252A
(50,37,42)
#231B1D
(35,27,29)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AA7592

#AA7592
(170,117,146)
#B1819B
(177,129,155)
#B88DA4
(184,141,164)
#BF99AD
(191,153,173)
#C6A5B6
(198,165,182)
#CDB1BF
(205,177,191)
#D4BDC8
(212,189,200)
#DBC9D1
(219,201,209)
#E2D5DA
(226,213,218)
#E9E1E3
(233,225,227)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7592; }

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

This text font color is #AA7592.


Background Color

.myBgColor { background-color: #AA7592; }

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

This div background color is #AA7592.


Border color

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

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

This div border color is #AA7592.


Opacity

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

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

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

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

This text has shadow with #AA7592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7592 on black background.


Color preview on white background

This text has color #AA7592 on white background.



Black color preview on #AA7592 background

This text has black color on #AA7592 background.


White color preview on #AA7592 background

This text has white color on #AA7592 background.