COLOR #AA2E52

HEX: #AA2E52
RGB: (170,46,82)

Color info

#AA2E52 contains mainly red color. Web safe color of #AA2E52 is #993366 (or #936).

RGB color model

#AA2E52 color RGB value is (170,46,82).

  • red value is 170;
  • green value is 46;
  • blue value is 82.
RGB:
(170,46,82)
(67%,18%,32%)

RGB channels and saturation

R 170 of 255 = 67%
G 46 of 255 = 18%
B 82 of 255 = 32%

170
46
82

R + G + B ~ 39%. #AA2E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 46 + 82 = 298 (100%)
R 170 of 298 ~ 57.05%
G 46 of 298 ~ 15.44%
B 82 of 298 ~ 27.52%

%57.05
%15.44
%27.52

CMYK color model

#AA2E52 color CMYK value is (0,73,52,33).

  • cyan value is 0.00%
  • magenta value is 72.94%
  • yellow value is 51.76%
  • key color value is 33.33%
CMYK:
(0,73,52,33)
C0M73Y52K33 
(0%,73%,52%,33%)
(0.00/0.73/0.52/0.33)	

CMYK percentages

%0
%72.94
%51.76
%33.33

Codes

Color #AA2E52 in popluar color models

AA2E52
RGB1704682
HSL343°57.41%42.35%
HSB/HSV343°72.94%66.67%
CMYK0.00%72.94%51.76%
33.33%

Color #AA2E52 in popluar number systems.

HEXAA2E52
Decimal1704682
Binary101010101011101010010
Octal25256122

Shades and tints

Shades of #AA2E52

#AA2E52
(170,46,82)
#9B2A4B
(155,42,75)
#8C2644
(140,38,68)
#7D223D
(125,34,61)
#6E1E36
(110,30,54)
#5F1A2F
(95,26,47)
#501628
(80,22,40)
#411221
(65,18,33)
#320E1A
(50,14,26)
#230A13
(35,10,19)
#14060C
(20,6,12)
#000000
(0,0,0)

Tints of #AA2E52

#AA2E52
(170,46,82)
#B14161
(177,65,97)
#B85470
(184,84,112)
#BF677F
(191,103,127)
#C67A8E
(198,122,142)
#CD8D9D
(205,141,157)
#D4A0AC
(212,160,172)
#DBB3BB
(219,179,187)
#E2C6CA
(226,198,202)
#E9D9D9
(233,217,217)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA2E52 color. Also use rgb(170,46,82) instead hex code.

Text Font Color

.myTextColor { color: #AA2E52; }

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

This text font color is #AA2E52.


Background Color

.myBgColor { background-color: #AA2E52; }

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

This div background color is #AA2E52.


Border color

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

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

This div border color is #AA2E52.


Opacity

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

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

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

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

This text has shadow with #AA2E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA2E52 on black background.


Color preview on white background

This text has color #AA2E52 on white background.



Black color preview on #AA2E52 background

This text has black color on #AA2E52 background.


White color preview on #AA2E52 background

This text has white color on #AA2E52 background.