COLOR #AA1204

HEX: #AA1204 RGB: (170,18,4)

Color info

#AA1204 contains mainly red color. Web safe color of #AA1204 is #990000 (or #900).

RGB color model

#AA1204 color RGB value is (170,18,4).

RGB: (170,18,4) (67%, 7%, 2%)

RGB channels and saturation

R 170 of 255 = 67%
G 18 of 255 = 7%
B 4 of 255 = 2%

170
18
4

R + G + B ~ 25%. #AA1204 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 170 + 18 + 4 = 192 (100%)
R 170 of 192 ~ 88.54%
G 18 of 192 ~ 9.38%
B 4 of 192 ~ 2.08'%

%88.54

CMYK color model

#AA1204 color CMYK value is (0,89,98,33).

  • cyan value is 0.00%
  • magenta value is 89.41%
  • yellow value is 97.65%
  • key color value is 33.33%

CMYK: (0,89,98,33)
C0M89Y98K33 (0%, 89%, 98%, 33%)
(0.00 / 0.89 / 0.98 / 0.33)

CMYK percentages

%0
%89.41
%97.65
%33.33

Codes

Color #AA1204 in popluar color models

AA 12 04
RGB 170 18 4
HSL 95.40% 34.12%
HSB/HSV 97.65% 66.67%
CMYK 0.00% 89.41% 97.65%
33.33%

Color #AA1204 in popluar number systems.

HEX AA 12 04
Decimal 170 18 4
Binary 10101010 10010 100
Octal 252 22 4

Shades and tints

Shades of #AA1204

#AA1204
(170,18,4)
#9B1104
(155,17,4)
#8C1004
(140,16,4)
#7D0F04
(125,15,4)
#6E0E04
(110,14,4)
#5F0D04
(95,13,4)
#500C04
(80,12,4)
#410B04
(65,11,4)
#320A04
(50,10,4)
#230904
(35,9,4)
#140804
(20,8,4)
#000000
(0,0,0)

Tints of #AA1204

#AA1204
(170,18,4)
#B1271A
(177,39,26)
#B83C30
(184,60,48)
#BF5146
(191,81,70)
#C6665C
(198,102,92)
#CD7B72
(205,123,114)
#D49088
(212,144,136)
#DBA59E
(219,165,158)
#E2BAB4
(226,186,180)
#E9CFCA
(233,207,202)
#F0E4E0
(240,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA1204; }

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

This text font color is #AA1204.

Background Color

.myBgColor { background-color: #AA1204; }

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

This div background color is #AA1204.

Border color

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

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

This div border color is #AA1204.

Opacity

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

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

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

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

This text has shadow with #AA1204 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA1204.

Preview

Color preview on black background

This text has color #AA1204 on black background.


Color preview on white background

This text has color #AA1204 on white background.


Black color preview on #AA1204 background

This text has black color on #AA1204 background.


White color preview on #AA1204 background

This text has white color on #AA1204 background.


Related colors

Complementary color

Complementary color for #hex is #55EDFB.


I love getcolorcode.com

Triadic colors

1 #04AA12 and #1204AA with #AA1204 are triadic colors.

2 #0412AA and #12AA04 with #AA1204 are triadic colors.