COLOR #AA0839

HEX: #AA0839
RGB: (170,8,57)

Color info

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

RGB color model

#AA0839 color RGB value is (170,8,57).

  • red value is 170;
  • green value is 8;
  • blue value is 57.
RGB:
(170,8,57)
(67%,3%,22%)

RGB channels and saturation

R 170 of 255 = 67%
G 8 of 255 = 3%
B 57 of 255 = 22%

170
8
57

R + G + B ~ 31%. #AA0839 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 8 + 57 = 235 (100%)
R 170 of 235 ~ 72.34%
G 8 of 235 ~ 3.4%
B 57 of 235 ~ 24.26%

%72.34
%24.26

CMYK color model

#AA0839 color CMYK value is (0,95,66,33).

  • cyan value is 0.00%
  • magenta value is 95.29%
  • yellow value is 66.47%
  • key color value is 33.33%
CMYK:
(0,95,66,33)
C0M95Y66K33 
(0%,95%,66%,33%)
(0.00/0.95/0.66/0.33)	

CMYK percentages

%0
%95.29
%66.47
%33.33

Codes

Color #AA0839 in popluar color models

AA0839
RGB170857
HSL342°91.01%34.90%
HSB/HSV342°95.29%66.67%
CMYK0.00%95.29%66.47%
33.33%

Color #AA0839 in popluar number systems.

HEXAA0839
Decimal170857
Binary101010101000111001
Octal2521071

Shades and tints

Shades of #AA0839

#AA0839
(170,8,57)
#9B0834
(155,8,52)
#8C082F
(140,8,47)
#7D082A
(125,8,42)
#6E0825
(110,8,37)
#5F0820
(95,8,32)
#50081B
(80,8,27)
#410816
(65,8,22)
#320811
(50,8,17)
#23080C
(35,8,12)
#140807
(20,8,7)
#000000
(0,0,0)

Tints of #AA0839

#AA0839
(170,8,57)
#B11E4B
(177,30,75)
#B8345D
(184,52,93)
#BF4A6F
(191,74,111)
#C66081
(198,96,129)
#CD7693
(205,118,147)
#D48CA5
(212,140,165)
#DBA2B7
(219,162,183)
#E2B8C9
(226,184,201)
#E9CEDB
(233,206,219)
#F0E4ED
(240,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA0839 color. Also use rgb(170,8,57) instead hex code.

Text Font Color

.myTextColor { color: #AA0839; }

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

This text font color is #AA0839.


Background Color

.myBgColor { background-color: #AA0839; }

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

This div background color is #AA0839.


Border color

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

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

This div border color is #AA0839.


Opacity

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

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

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

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

This text has shadow with #AA0839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA0839 on black background.


Color preview on white background

This text has color #AA0839 on white background.



Black color preview on #AA0839 background

This text has black color on #AA0839 background.


White color preview on #AA0839 background

This text has white color on #AA0839 background.