COLOR #AA1222

HEX: #AA1222
RGB: (170,18,34)

Color info

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

RGB color model

#AA1222 color RGB value is (170,18,34).

  • red value is 170;
  • green value is 18;
  • blue value is 34.
RGB:
(170,18,34)
(67%,7%,13%)

RGB channels and saturation

R 170 of 255 = 67%
G 18 of 255 = 7%
B 34 of 255 = 13%

170
18
34

R + G + B ~ 29%. #AA1222 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 18 + 34 = 222 (100%)
R 170 of 222 ~ 76.58%
G 18 of 222 ~ 8.11%
B 34 of 222 ~ 15.32%

%76.58
%15.32

CMYK color model

#AA1222 color CMYK value is (0,89,80,33).

  • cyan value is 0.00%
  • magenta value is 89.41%
  • yellow value is 80.00%
  • key color value is 33.33%
CMYK:
(0,89,80,33)
C0M89Y80K33 
(0%,89%,80%,33%)
(0.00/0.89/0.80/0.33)	

CMYK percentages

%0
%89.41
%80
%33.33

Codes

Color #AA1222 in popluar color models

AA1222
RGB1701834
HSL354°80.85%36.86%
HSB/HSV354°89.41%66.67%
CMYK0.00%89.41%80.00%
33.33%

Color #AA1222 in popluar number systems.

HEXAA1222
Decimal1701834
Binary1010101010010100010
Octal2522242

Shades and tints

Shades of #AA1222

#AA1222
(170,18,34)
#9B111F
(155,17,31)
#8C101C
(140,16,28)
#7D0F19
(125,15,25)
#6E0E16
(110,14,22)
#5F0D13
(95,13,19)
#500C10
(80,12,16)
#410B0D
(65,11,13)
#320A0A
(50,10,10)
#230907
(35,9,7)
#140804
(20,8,4)
#000000
(0,0,0)

Tints of #AA1222

#AA1222
(170,18,34)
#B12736
(177,39,54)
#B83C4A
(184,60,74)
#BF515E
(191,81,94)
#C66672
(198,102,114)
#CD7B86
(205,123,134)
#D4909A
(212,144,154)
#DBA5AE
(219,165,174)
#E2BAC2
(226,186,194)
#E9CFD6
(233,207,214)
#F0E4EA
(240,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA1222 color. Also use rgb(170,18,34) instead hex code.

Text Font Color

.myTextColor { color: #AA1222; }

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

This text font color is #AA1222.


Background Color

.myBgColor { background-color: #AA1222; }

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

This div background color is #AA1222.


Border color

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

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

This div border color is #AA1222.


Opacity

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

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

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

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

This text has shadow with #AA1222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA1222 on black background.


Color preview on white background

This text has color #AA1222 on white background.



Black color preview on #AA1222 background

This text has black color on #AA1222 background.


White color preview on #AA1222 background

This text has white color on #AA1222 background.