COLOR #AA0C73

HEX: #AA0C73
RGB: (170,12,115)

Color info

#AA0C73 contains mainly red and blue colors. Web safe color of #AA0C73 is #990066 (or #906).

RGB color model

#AA0C73 color RGB value is (170,12,115).

  • red value is 170;
  • green value is 12;
  • blue value is 115.
RGB:
(170,12,115)
(67%,5%,45%)

RGB channels and saturation

R 170 of 255 = 67%
G 12 of 255 = 5%
B 115 of 255 = 45%

170
12
115

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

Portions of RGB colors in percentages

R + G + B =
170 + 12 + 115 = 297 (100%)
R 170 of 297 ~ 57.24%
G 12 of 297 ~ 4.04%
B 115 of 297 ~ 38.72%

%57.24
%38.72

CMYK color model

#AA0C73 color CMYK value is (0,93,32,33).

  • cyan value is 0.00%
  • magenta value is 92.94%
  • yellow value is 32.35%
  • key color value is 33.33%
CMYK:
(0,93,32,33)
C0M93Y32K33 
(0%,93%,32%,33%)
(0.00/0.93/0.32/0.33)	

CMYK percentages

%0
%92.94
%32.35
%33.33

Codes

Color #AA0C73 in popluar color models

AA0C73
RGB17012115
HSL321°86.81%35.69%
HSB/HSV321°92.94%66.67%
CMYK0.00%92.94%32.35%
33.33%

Color #AA0C73 in popluar number systems.

HEXAA0C73
Decimal17012115
Binary1010101011001110011
Octal25214163

Shades and tints

Shades of #AA0C73

#AA0C73
(170,12,115)
#9B0B69
(155,11,105)
#8C0A5F
(140,10,95)
#7D0955
(125,9,85)
#6E084B
(110,8,75)
#5F0741
(95,7,65)
#500637
(80,6,55)
#41052D
(65,5,45)
#320423
(50,4,35)
#230319
(35,3,25)
#14020F
(20,2,15)
#000000
(0,0,0)

Tints of #AA0C73

#AA0C73
(170,12,115)
#B1227F
(177,34,127)
#B8388B
(184,56,139)
#BF4E97
(191,78,151)
#C664A3
(198,100,163)
#CD7AAF
(205,122,175)
#D490BB
(212,144,187)
#DBA6C7
(219,166,199)
#E2BCD3
(226,188,211)
#E9D2DF
(233,210,223)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA0C73; }

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

This text font color is #AA0C73.


Background Color

.myBgColor { background-color: #AA0C73; }

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

This div background color is #AA0C73.


Border color

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

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

This div border color is #AA0C73.


Opacity

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

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

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

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

This text has shadow with #AA0C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA0C73 on black background.


Color preview on white background

This text has color #AA0C73 on white background.



Black color preview on #AA0C73 background

This text has black color on #AA0C73 background.


White color preview on #AA0C73 background

This text has white color on #AA0C73 background.