COLOR #AA3962

HEX: #AA3962 RGB: (170,57,98)

Color info

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

RGB color model

#AA3962 color RGB value is (170,57,98).

RGB: (170,57,98) (67%, 22%, 38%)

RGB channels and saturation

R 170 of 255 = 67%
G 57 of 255 = 22%
B 98 of 255 = 38%

170
57
98

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

Portions of RGB colors in percentages

R + G + B = 170 + 57 + 98 = 325 (100%)
R 170 of 325 ~ 52.31%
G 57 of 325 ~ 17.54%
B 98 of 325 ~ 30.15'%

%52.31
%17.54
%30.15

CMYK color model

#AA3962 color CMYK value is (0,66,42,33).

  • cyan value is 0.00%
  • magenta value is 66.47%
  • yellow value is 42.35%
  • key color value is 33.33%
CMYK: (0,66,42,33) C0M66Y42K33 (0%,66%,42%,33%) (0.00/0.66/0.42/0.33) 

CMYK percentages

%0
%66.47
%42.35
%33.33

Codes

Color #AA3962 in popluar color models

AA 39 62
RGB 170 57 98
HSL 338° 49.78% 44.51%
HSB/HSV 338° 66.47% 66.67%
CMYK 0.00% 66.47% 42.35%
33.33%

Color #AA3962 in popluar number systems.

HEX AA 39 62
Decimal 170 57 98
Binary 10101010 111001 1100010
Octal 252 71 142

Shades and tints

Shades of #AA3962

#AA3962
(170,57,98)
#9B345A
(155,52,90)
#8C2F52
(140,47,82)
#7D2A4A
(125,42,74)
#6E2542
(110,37,66)
#5F203A
(95,32,58)
#501B32
(80,27,50)
#41162A
(65,22,42)
#321122
(50,17,34)
#230C1A
(35,12,26)
#140712
(20,7,18)
#000000
(0,0,0)

Tints of #AA3962

#AA3962
(170,57,98)
#B14B70
(177,75,112)
#B85D7E
(184,93,126)
#BF6F8C
(191,111,140)
#C6819A
(198,129,154)
#CD93A8
(205,147,168)
#D4A5B6
(212,165,182)
#DBB7C4
(219,183,196)
#E2C9D2
(226,201,210)
#E9DBE0
(233,219,224)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA3962; }

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

This text font color is #AA3962.

Background Color

.myBgColor { background-color: #AA3962; }

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

This div background color is #AA3962.

Border color

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

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

This div border color is #AA3962.

Opacity

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

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

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

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

This text has shadow with #AA3962 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA3962.

Preview

Color preview on black background

This text has color #AA3962 on black background.


Color preview on white background

This text has color #AA3962 on white background.


Black color preview on #AA3962 background

This text has black color on #AA3962 background.


White color preview on #AA3962 background

This text has white color on #AA3962 background.


Related colors

Complementary color

Complementary color for #hex is #55C69D.


I love getcolorcode.com

Triadic colors

1 #62AA39 and #3962AA with #AA3962 are triadic colors.

2 #6239AA and #39AA62 with #AA3962 are triadic colors.