COLOR #AA1F47

HEX: #AA1F47
RGB: (170,31,71)

Color info

#AA1F47 contains mainly red color. Web safe color of #AA1F47 is #993333 (or #933).

RGB color model

#AA1F47 color RGB value is (170,31,71).

  • red value is 170;
  • green value is 31;
  • blue value is 71.
RGB:
(170,31,71)
(67%,12%,28%)

RGB channels and saturation

R 170 of 255 = 67%
G 31 of 255 = 12%
B 71 of 255 = 28%

170
31
71

R + G + B ~ 36%. #AA1F47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 31 + 71 = 272 (100%)
R 170 of 272 ~ 62.5%
G 31 of 272 ~ 11.4%
B 71 of 272 ~ 26.1%

%62.5
%11.4
%26.1

CMYK color model

#AA1F47 color CMYK value is (0,82,58,33).

  • cyan value is 0.00%
  • magenta value is 81.76%
  • yellow value is 58.24%
  • key color value is 33.33%
CMYK:
(0,82,58,33)
C0M82Y58K33 
(0%,82%,58%,33%)
(0.00/0.82/0.58/0.33)	

CMYK percentages

%0
%81.76
%58.24
%33.33

Codes

Color #AA1F47 in popluar color models

AA1F47
RGB1703171
HSL343°69.15%39.41%
HSB/HSV343°81.76%66.67%
CMYK0.00%81.76%58.24%
33.33%

Color #AA1F47 in popluar number systems.

HEXAA1F47
Decimal1703171
Binary10101010111111000111
Octal25237107

Shades and tints

Shades of #AA1F47

#AA1F47
(170,31,71)
#9B1D41
(155,29,65)
#8C1B3B
(140,27,59)
#7D1935
(125,25,53)
#6E172F
(110,23,47)
#5F1529
(95,21,41)
#501323
(80,19,35)
#41111D
(65,17,29)
#320F17
(50,15,23)
#230D11
(35,13,17)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #AA1F47

#AA1F47
(170,31,71)
#B13357
(177,51,87)
#B84767
(184,71,103)
#BF5B77
(191,91,119)
#C66F87
(198,111,135)
#CD8397
(205,131,151)
#D497A7
(212,151,167)
#DBABB7
(219,171,183)
#E2BFC7
(226,191,199)
#E9D3D7
(233,211,215)
#F0E7E7
(240,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA1F47 color. Also use rgb(170,31,71) instead hex code.

Text Font Color

.myTextColor { color: #AA1F47; }

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

This text font color is #AA1F47.


Background Color

.myBgColor { background-color: #AA1F47; }

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

This div background color is #AA1F47.


Border color

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

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

This div border color is #AA1F47.


Opacity

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

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

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

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

This text has shadow with #AA1F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA1F47 on black background.


Color preview on white background

This text has color #AA1F47 on white background.



Black color preview on #AA1F47 background

This text has black color on #AA1F47 background.


White color preview on #AA1F47 background

This text has white color on #AA1F47 background.