COLOR #AA1757

HEX: #AA1757
RGB: (170,23,87)

Color info

#AA1757 contains mainly red color. Web safe color of #AA1757 is #990066 (or #906).

RGB color model

#AA1757 color RGB value is (170,23,87).

  • red value is 170;
  • green value is 23;
  • blue value is 87.
RGB:
(170,23,87)
(67%,9%,34%)

RGB channels and saturation

R 170 of 255 = 67%
G 23 of 255 = 9%
B 87 of 255 = 34%

170
23
87

R + G + B ~ 37%. #AA1757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 23 + 87 = 280 (100%)
R 170 of 280 ~ 60.71%
G 23 of 280 ~ 8.21%
B 87 of 280 ~ 31.07%

%60.71
%31.07

CMYK color model

#AA1757 color CMYK value is (0,86,49,33).

  • cyan value is 0.00%
  • magenta value is 86.47%
  • yellow value is 48.82%
  • key color value is 33.33%
CMYK:
(0,86,49,33)
C0M86Y49K33 
(0%,86%,49%,33%)
(0.00/0.86/0.49/0.33)	

CMYK percentages

%0
%86.47
%48.82
%33.33

Codes

Color #AA1757 in popluar color models

AA1757
RGB1702387
HSL334°76.17%37.84%
HSB/HSV334°86.47%66.67%
CMYK0.00%86.47%48.82%
33.33%

Color #AA1757 in popluar number systems.

HEXAA1757
Decimal1702387
Binary10101010101111010111
Octal25227127

Shades and tints

Shades of #AA1757

#AA1757
(170,23,87)
#9B1550
(155,21,80)
#8C1349
(140,19,73)
#7D1142
(125,17,66)
#6E0F3B
(110,15,59)
#5F0D34
(95,13,52)
#500B2D
(80,11,45)
#410926
(65,9,38)
#32071F
(50,7,31)
#230518
(35,5,24)
#140311
(20,3,17)
#000000
(0,0,0)

Tints of #AA1757

#AA1757
(170,23,87)
#B12C66
(177,44,102)
#B84175
(184,65,117)
#BF5684
(191,86,132)
#C66B93
(198,107,147)
#CD80A2
(205,128,162)
#D495B1
(212,149,177)
#DBAAC0
(219,170,192)
#E2BFCF
(226,191,207)
#E9D4DE
(233,212,222)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA1757 color. Also use rgb(170,23,87) instead hex code.

Text Font Color

.myTextColor { color: #AA1757; }

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

This text font color is #AA1757.


Background Color

.myBgColor { background-color: #AA1757; }

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

This div background color is #AA1757.


Border color

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

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

This div border color is #AA1757.


Opacity

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

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

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

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

This text has shadow with #AA1757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA1757 on black background.


Color preview on white background

This text has color #AA1757 on white background.



Black color preview on #AA1757 background

This text has black color on #AA1757 background.


White color preview on #AA1757 background

This text has white color on #AA1757 background.