COLOR #AA061E

HEX: #AA061E
RGB: (170,6,30)

Color info

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

RGB color model

#AA061E color RGB value is (170,6,30).

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

RGB channels and saturation

R 170 of 255 = 67%
G 6 of 255 = 2%
B 30 of 255 = 12%

170
6
30

R + G + B ~ 27%. #AA061E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 6 + 30 = 206 (100%)
R 170 of 206 ~ 82.52%
G 6 of 206 ~ 2.91%
B 30 of 206 ~ 14.56%

%82.52
%14.56

CMYK color model

#AA061E color CMYK value is (0,96,82,33).

  • cyan value is 0.00%
  • magenta value is 96.47%
  • yellow value is 82.35%
  • key color value is 33.33%
CMYK:
(0,96,82,33)
C0M96Y82K33 
(0%,96%,82%,33%)
(0.00/0.96/0.82/0.33)	

CMYK percentages

%0
%96.47
%82.35
%33.33

Codes

Color #AA061E in popluar color models

AA061E
RGB170630
HSL351°93.18%34.51%
HSB/HSV351°96.47%66.67%
CMYK0.00%96.47%82.35%
33.33%

Color #AA061E in popluar number systems.

HEXAA061E
Decimal170630
Binary1010101011011110
Octal252636

Shades and tints

Shades of #AA061E

#AA061E
(170,6,30)
#9B061C
(155,6,28)
#8C061A
(140,6,26)
#7D0618
(125,6,24)
#6E0616
(110,6,22)
#5F0614
(95,6,20)
#500612
(80,6,18)
#410610
(65,6,16)
#32060E
(50,6,14)
#23060C
(35,6,12)
#14060A
(20,6,10)
#000000
(0,0,0)

Tints of #AA061E

#AA061E
(170,6,30)
#B11C32
(177,28,50)
#B83246
(184,50,70)
#BF485A
(191,72,90)
#C65E6E
(198,94,110)
#CD7482
(205,116,130)
#D48A96
(212,138,150)
#DBA0AA
(219,160,170)
#E2B6BE
(226,182,190)
#E9CCD2
(233,204,210)
#F0E2E6
(240,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA061E; }

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

This text font color is #AA061E.


Background Color

.myBgColor { background-color: #AA061E; }

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

This div background color is #AA061E.


Border color

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

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

This div border color is #AA061E.


Opacity

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

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

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

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

This text has shadow with #AA061E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA061E on black background.


Color preview on white background

This text has color #AA061E on white background.



Black color preview on #AA061E background

This text has black color on #AA061E background.


White color preview on #AA061E background

This text has white color on #AA061E background.