COLOR #AA4777

HEX: #AA4777 RGB: (170,71,119)

Color info

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

RGB color model

#AA4777 color RGB value is (170,71,119).

RGB: (170,71,119) (67%, 28%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 71 of 255 = 28%
B 119 of 255 = 47%

170
71
119

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

Portions of RGB colors in percentages

R + G + B = 170 + 71 + 119 = 360 (100%)
R 170 of 360 ~ 47.22%
G 71 of 360 ~ 19.72%
B 119 of 360 ~ 33.06'%

%47.22
%19.72
%33.06

CMYK color model

#AA4777 color CMYK value is (0,58,30,33).

  • cyan value is 0.00%
  • magenta value is 58.24%
  • yellow value is 30.00%
  • key color value is 33.33%

CMYK: (0,58,30,33)
C0M58Y30K33 (0%, 58%, 30%, 33%)
(0.00 / 0.58 / 0.30 / 0.33)

CMYK percentages

%0
%58.24
%30
%33.33

Codes

Color #AA4777 in popluar color models

AA 47 77
RGB 170 71 119
HSL 331° 41.08% 47.25%
HSB/HSV 331° 58.24% 66.67%
CMYK 0.00% 58.24% 30.00%
33.33%

Color #AA4777 in popluar number systems.

HEX AA 47 77
Decimal 170 71 119
Binary 10101010 1000111 1110111
Octal 252 107 167

Shades and tints

Shades of #AA4777

#AA4777
(170,71,119)
#9B416D
(155,65,109)
#8C3B63
(140,59,99)
#7D3559
(125,53,89)
#6E2F4F
(110,47,79)
#5F2945
(95,41,69)
#50233B
(80,35,59)
#411D31
(65,29,49)
#321727
(50,23,39)
#23111D
(35,17,29)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #AA4777

#AA4777
(170,71,119)
#B15783
(177,87,131)
#B8678F
(184,103,143)
#BF779B
(191,119,155)
#C687A7
(198,135,167)
#CD97B3
(205,151,179)
#D4A7BF
(212,167,191)
#DBB7CB
(219,183,203)
#E2C7D7
(226,199,215)
#E9D7E3
(233,215,227)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA4777; }

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

This text font color is #AA4777.

Background Color

.myBgColor { background-color: #AA4777; }

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

This div background color is #AA4777.

Border color

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

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

This div border color is #AA4777.

Opacity

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

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

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

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

This text has shadow with #AA4777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA4777.

Preview

Color preview on black background

This text has color #AA4777 on black background.


Color preview on white background

This text has color #AA4777 on white background.


Black color preview on #AA4777 background

This text has black color on #AA4777 background.


White color preview on #AA4777 background

This text has white color on #AA4777 background.


Related colors

Complementary color

Complementary color for #hex is #55B888.


I love getcolorcode.com

Triadic colors

1 #77AA47 and #4777AA with #AA4777 are triadic colors.

2 #7747AA and #47AA77 with #AA4777 are triadic colors.