COLOR #AA3376

HEX: #AA3376 RGB: (170,51,118)

Color info

#AA3376 contains mainly red and blue colors. Web safe color of #AA3376 is #993366 (or #936).

RGB color model

#AA3376 color RGB value is (170,51,118).

RGB: (170,51,118) (67%, 20%, 46%)

RGB channels and saturation

R 170 of 255 = 67%
G 51 of 255 = 20%
B 118 of 255 = 46%

170
51
118

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

Portions of RGB colors in percentages

R + G + B = 170 + 51 + 118 = 339 (100%)
R 170 of 339 ~ 50.15%
G 51 of 339 ~ 15.04%
B 118 of 339 ~ 34.81'%

%50.15
%15.04
%34.81

CMYK color model

#AA3376 color CMYK value is (0,70,31,33).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 30.59%
  • key color value is 33.33%

CMYK: (0,70,31,33)
C0M70Y31K33 (0%, 70%, 31%, 33%)
(0.00 / 0.70 / 0.31 / 0.33)

CMYK percentages

%0
%70
%30.59
%33.33

Codes

Color #AA3376 in popluar color models

AA 33 76
RGB 170 51 118
HSL 326° 53.85% 43.33%
HSB/HSV 326° 70.00% 66.67%
CMYK 0.00% 70.00% 30.59%
33.33%

Color #AA3376 in popluar number systems.

HEX AA 33 76
Decimal 170 51 118
Binary 10101010 110011 1110110
Octal 252 63 166

Shades and tints

Shades of #AA3376

#AA3376
(170,51,118)
#9B2F6C
(155,47,108)
#8C2B62
(140,43,98)
#7D2758
(125,39,88)
#6E234E
(110,35,78)
#5F1F44
(95,31,68)
#501B3A
(80,27,58)
#411730
(65,23,48)
#321326
(50,19,38)
#230F1C
(35,15,28)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #AA3376

#AA3376
(170,51,118)
#B14582
(177,69,130)
#B8578E
(184,87,142)
#BF699A
(191,105,154)
#C67BA6
(198,123,166)
#CD8DB2
(205,141,178)
#D49FBE
(212,159,190)
#DBB1CA
(219,177,202)
#E2C3D6
(226,195,214)
#E9D5E2
(233,213,226)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA3376 color. Also use rgb(170,51,118) instead hex code.

Text Font Color

.myTextColor { color: #AA3376; }

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

This text font color is #AA3376.

Background Color

.myBgColor { background-color: #AA3376; }

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

This div background color is #AA3376.

Border color

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

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

This div border color is #AA3376.

Opacity

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

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

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

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

This text has shadow with #AA3376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA3376.

Preview

Color preview on black background

This text has color #AA3376 on black background.


Color preview on white background

This text has color #AA3376 on white background.


Black color preview on #AA3376 background

This text has black color on #AA3376 background.


White color preview on #AA3376 background

This text has white color on #AA3376 background.


Related colors

Complementary color

Complementary color for #hex is #55CC89.


I love getcolorcode.com

Triadic colors

1 #76AA33 and #3376AA with #AA3376 are triadic colors.

2 #7633AA and #33AA76 with #AA3376 are triadic colors.