COLOR #AA3E53

HEX: #AA3E53 RGB: (170,62,83)

Color info

#AA3E53 contains mainly red color. Web safe color of #AA3E53 is #993366 (or #936).

RGB color model

#AA3E53 color RGB value is (170,62,83).

RGB: (170,62,83) (67%, 24%, 33%)

RGB channels and saturation

R 170 of 255 = 67%
G 62 of 255 = 24%
B 83 of 255 = 33%

170
62
83

R + G + B ~ 41%. #AA3E53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 62 + 83 = 315 (100%)
R 170 of 315 ~ 53.97%
G 62 of 315 ~ 19.68%
B 83 of 315 ~ 26.35'%

%53.97
%19.68
%26.35

CMYK color model

#AA3E53 color CMYK value is (0,64,51,33).

  • cyan value is 0.00%
  • magenta value is 63.53%
  • yellow value is 51.18%
  • key color value is 33.33%

CMYK: (0,64,51,33)
C0M64Y51K33 (0%, 64%, 51%, 33%)
(0.00 / 0.64 / 0.51 / 0.33)

CMYK percentages

%0
%63.53
%51.18
%33.33

Codes

Color #AA3E53 in popluar color models

AA 3E 53
RGB 170 62 83
HSL 348° 46.55% 45.49%
HSB/HSV 348° 63.53% 66.67%
CMYK 0.00% 63.53% 51.18%
33.33%

Color #AA3E53 in popluar number systems.

HEX AA 3E 53
Decimal 170 62 83
Binary 10101010 111110 1010011
Octal 252 76 123

Shades and tints

Shades of #AA3E53

#AA3E53
(170,62,83)
#9B394C
(155,57,76)
#8C3445
(140,52,69)
#7D2F3E
(125,47,62)
#6E2A37
(110,42,55)
#5F2530
(95,37,48)
#502029
(80,32,41)
#411B22
(65,27,34)
#32161B
(50,22,27)
#231114
(35,17,20)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #AA3E53

#AA3E53
(170,62,83)
#B14F62
(177,79,98)
#B86071
(184,96,113)
#BF7180
(191,113,128)
#C6828F
(198,130,143)
#CD939E
(205,147,158)
#D4A4AD
(212,164,173)
#DBB5BC
(219,181,188)
#E2C6CB
(226,198,203)
#E9D7DA
(233,215,218)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA3E53 color. Also use rgb(170,62,83) instead hex code.

Text Font Color

.myTextColor { color: #AA3E53; }

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

This text font color is #AA3E53.

Background Color

.myBgColor { background-color: #AA3E53; }

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

This div background color is #AA3E53.

Border color

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

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

This div border color is #AA3E53.

Opacity

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

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

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

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

This text has shadow with #AA3E53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA3E53.

Preview

Color preview on black background

This text has color #AA3E53 on black background.


Color preview on white background

This text has color #AA3E53 on white background.


Black color preview on #AA3E53 background

This text has black color on #AA3E53 background.


White color preview on #AA3E53 background

This text has white color on #AA3E53 background.


Related colors

Complementary color

Complementary color for #hex is #55C1AC.


I love getcolorcode.com

Triadic colors

1 #53AA3E and #3E53AA with #AA3E53 are triadic colors.

2 #533EAA and #3EAA53 with #AA3E53 are triadic colors.