COLOR #AA1E5A

HEX: #AA1E5A
RGB: (170,30,90)

Color info

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

RGB color model

#AA1E5A color RGB value is (170,30,90).

  • red value is 170;
  • green value is 30;
  • blue value is 90.
RGB:
(170,30,90)
(67%,12%,35%)

RGB channels and saturation

R 170 of 255 = 67%
G 30 of 255 = 12%
B 90 of 255 = 35%

170
30
90

R + G + B ~ 38%. #AA1E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 30 + 90 = 290 (100%)
R 170 of 290 ~ 58.62%
G 30 of 290 ~ 10.34%
B 90 of 290 ~ 31.03%

%58.62
%10.34
%31.03

CMYK color model

#AA1E5A color CMYK value is (0,82,47,33).

  • cyan value is 0.00%
  • magenta value is 82.35%
  • yellow value is 47.06%
  • key color value is 33.33%
CMYK:
(0,82,47,33)
C0M82Y47K33 
(0%,82%,47%,33%)
(0.00/0.82/0.47/0.33)	

CMYK percentages

%0
%82.35
%47.06
%33.33

Codes

Color #AA1E5A in popluar color models

AA1E5A
RGB1703090
HSL334°70.00%39.22%
HSB/HSV334°82.35%66.67%
CMYK0.00%82.35%47.06%
33.33%

Color #AA1E5A in popluar number systems.

HEXAA1E5A
Decimal1703090
Binary10101010111101011010
Octal25236132

Shades and tints

Shades of #AA1E5A

#AA1E5A
(170,30,90)
#9B1C52
(155,28,82)
#8C1A4A
(140,26,74)
#7D1842
(125,24,66)
#6E163A
(110,22,58)
#5F1432
(95,20,50)
#50122A
(80,18,42)
#411022
(65,16,34)
#320E1A
(50,14,26)
#230C12
(35,12,18)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #AA1E5A

#AA1E5A
(170,30,90)
#B13269
(177,50,105)
#B84678
(184,70,120)
#BF5A87
(191,90,135)
#C66E96
(198,110,150)
#CD82A5
(205,130,165)
#D496B4
(212,150,180)
#DBAAC3
(219,170,195)
#E2BED2
(226,190,210)
#E9D2E1
(233,210,225)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA1E5A color. Also use rgb(170,30,90) instead hex code.

Text Font Color

.myTextColor { color: #AA1E5A; }

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

This text font color is #AA1E5A.


Background Color

.myBgColor { background-color: #AA1E5A; }

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

This div background color is #AA1E5A.


Border color

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

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

This div border color is #AA1E5A.


Opacity

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

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

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

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

This text has shadow with #AA1E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA1E5A on black background.


Color preview on white background

This text has color #AA1E5A on white background.



Black color preview on #AA1E5A background

This text has black color on #AA1E5A background.


White color preview on #AA1E5A background

This text has white color on #AA1E5A background.