COLOR #AA6477

HEX: #AA6477 RGB: (170,100,119)

Color info

#AA6477 contains mainly red and blue colors. Web safe color of #AA6477 is #996666 (or #966).

RGB color model

#AA6477 color RGB value is (170,100,119).

RGB: (170,100,119) (67%, 39%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 100 of 255 = 39%
B 119 of 255 = 47%

170
100
119

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

Portions of RGB colors in percentages

R + G + B = 170 + 100 + 119 = 389 (100%)
R 170 of 389 ~ 43.7%
G 100 of 389 ~ 25.71%
B 119 of 389 ~ 30.59'%

%43.7
%25.71
%30.59

CMYK color model

#AA6477 color CMYK value is (0,41,30,33).

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

CMYK: (0,41,30,33)
C0M41Y30K33 (0%, 41%, 30%, 33%)
(0.00 / 0.41 / 0.30 / 0.33)

CMYK percentages

%0
%41.18
%30
%33.33

Codes

Color #AA6477 in popluar color models

AA 64 77
RGB 170 100 119
HSL 344° 29.17% 52.94%
HSB/HSV 344° 41.18% 66.67%
CMYK 0.00% 41.18% 30.00%
33.33%

Color #AA6477 in popluar number systems.

HEX AA 64 77
Decimal 170 100 119
Binary 10101010 1100100 1110111
Octal 252 144 167

Shades and tints

Shades of #AA6477

#AA6477
(170,100,119)
#9B5B6D
(155,91,109)
#8C5263
(140,82,99)
#7D4959
(125,73,89)
#6E404F
(110,64,79)
#5F3745
(95,55,69)
#502E3B
(80,46,59)
#412531
(65,37,49)
#321C27
(50,28,39)
#23131D
(35,19,29)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #AA6477

#AA6477
(170,100,119)
#B17283
(177,114,131)
#B8808F
(184,128,143)
#BF8E9B
(191,142,155)
#C69CA7
(198,156,167)
#CDAAB3
(205,170,179)
#D4B8BF
(212,184,191)
#DBC6CB
(219,198,203)
#E2D4D7
(226,212,215)
#E9E2E3
(233,226,227)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6477; }

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

This text font color is #AA6477.

Background Color

.myBgColor { background-color: #AA6477; }

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

This div background color is #AA6477.

Border color

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

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

This div border color is #AA6477.

Opacity

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

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

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

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

This text has shadow with #AA6477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6477.

Preview

Color preview on black background

This text has color #AA6477 on black background.


Color preview on white background

This text has color #AA6477 on white background.


Black color preview on #AA6477 background

This text has black color on #AA6477 background.


White color preview on #AA6477 background

This text has white color on #AA6477 background.


Related colors

Complementary color

Complementary color for #hex is #559B88.


I love getcolorcode.com

Triadic colors

1 #77AA64 and #6477AA with #AA6477 are triadic colors.

2 #7764AA and #64AA77 with #AA6477 are triadic colors.