COLOR #AA022C

HEX: #AA022C
RGB: (170,2,44)

Color info

#AA022C contains mainly red color. Web safe color of #AA022C is #990033 (or #903).

RGB color model

#AA022C color RGB value is (170,2,44).

  • red value is 170;
  • green value is 2;
  • blue value is 44.
RGB:
(170,2,44)
(67%,1%,17%)

RGB channels and saturation

R 170 of 255 = 67%
G 2 of 255 = 1%
B 44 of 255 = 17%

170
2
44

R + G + B ~ 28%. #AA022C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 2 + 44 = 216 (100%)
R 170 of 216 ~ 78.7%
G 2 of 216 ~ 0.93%
B 44 of 216 ~ 20.37%

%78.7
%20.37

CMYK color model

#AA022C color CMYK value is (0,99,74,33).

  • cyan value is 0.00%
  • magenta value is 98.82%
  • yellow value is 74.12%
  • key color value is 33.33%
CMYK:
(0,99,74,33)
C0M99Y74K33 
(0%,99%,74%,33%)
(0.00/0.99/0.74/0.33)	

CMYK percentages

%0
%98.82
%74.12
%33.33

Codes

Color #AA022C in popluar color models

AA022C
RGB170244
HSL345°97.67%33.73%
HSB/HSV345°98.82%66.67%
CMYK0.00%98.82%74.12%
33.33%

Color #AA022C in popluar number systems.

HEXAA022C
Decimal170244
Binary1010101010101100
Octal252254

Shades and tints

Shades of #AA022C

#AA022C
(170,2,44)
#9B0228
(155,2,40)
#8C0224
(140,2,36)
#7D0220
(125,2,32)
#6E021C
(110,2,28)
#5F0218
(95,2,24)
#500214
(80,2,20)
#410210
(65,2,16)
#32020C
(50,2,12)
#230208
(35,2,8)
#140204
(20,2,4)
#000000
(0,0,0)

Tints of #AA022C

#AA022C
(170,2,44)
#B1193F
(177,25,63)
#B83052
(184,48,82)
#BF4765
(191,71,101)
#C65E78
(198,94,120)
#CD758B
(205,117,139)
#D48C9E
(212,140,158)
#DBA3B1
(219,163,177)
#E2BAC4
(226,186,196)
#E9D1D7
(233,209,215)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA022C color. Also use rgb(170,2,44) instead hex code.

Text Font Color

.myTextColor { color: #AA022C; }

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

This text font color is #AA022C.


Background Color

.myBgColor { background-color: #AA022C; }

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

This div background color is #AA022C.


Border color

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

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

This div border color is #AA022C.


Opacity

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

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

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

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

This text has shadow with #AA022C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA022C on black background.


Color preview on white background

This text has color #AA022C on white background.



Black color preview on #AA022C background

This text has black color on #AA022C background.


White color preview on #AA022C background

This text has white color on #AA022C background.