COLOR #AA6778

HEX: #AA6778 RGB: (170,103,120)

Color info

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

RGB color model

#AA6778 color RGB value is (170,103,120).

RGB: (170,103,120) (67%, 40%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 103 of 255 = 40%
B 120 of 255 = 47%

170
103
120

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

Portions of RGB colors in percentages

R + G + B = 170 + 103 + 120 = 393 (100%)
R 170 of 393 ~ 43.26%
G 103 of 393 ~ 26.21%
B 120 of 393 ~ 30.53'%

%43.26
%26.21
%30.53

CMYK color model

#AA6778 color CMYK value is (0,39,29,33).

  • cyan value is 0.00%
  • magenta value is 39.41%
  • yellow value is 29.41%
  • key color value is 33.33%

CMYK: (0,39,29,33)
C0M39Y29K33 (0%, 39%, 29%, 33%)
(0.00 / 0.39 / 0.29 / 0.33)

CMYK percentages

%0
%39.41
%29.41
%33.33

Codes

Color #AA6778 in popluar color models

AA 67 78
RGB 170 103 120
HSL 345° 28.27% 53.53%
HSB/HSV 345° 39.41% 66.67%
CMYK 0.00% 39.41% 29.41%
33.33%

Color #AA6778 in popluar number systems.

HEX AA 67 78
Decimal 170 103 120
Binary 10101010 1100111 1111000
Octal 252 147 170

Shades and tints

Shades of #AA6778

#AA6778
(170,103,120)
#9B5E6E
(155,94,110)
#8C5564
(140,85,100)
#7D4C5A
(125,76,90)
#6E4350
(110,67,80)
#5F3A46
(95,58,70)
#50313C
(80,49,60)
#412832
(65,40,50)
#321F28
(50,31,40)
#23161E
(35,22,30)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #AA6778

#AA6778
(170,103,120)
#B17484
(177,116,132)
#B88190
(184,129,144)
#BF8E9C
(191,142,156)
#C69BA8
(198,155,168)
#CDA8B4
(205,168,180)
#D4B5C0
(212,181,192)
#DBC2CC
(219,194,204)
#E2CFD8
(226,207,216)
#E9DCE4
(233,220,228)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6778 color. Also use rgb(170,103,120) instead hex code.

Text Font Color

.myTextColor { color: #AA6778; }

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

This text font color is #AA6778.

Background Color

.myBgColor { background-color: #AA6778; }

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

This div background color is #AA6778.

Border color

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

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

This div border color is #AA6778.

Opacity

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

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

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

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

This text has shadow with #AA6778 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6778.

Preview

Color preview on black background

This text has color #AA6778 on black background.


Color preview on white background

This text has color #AA6778 on white background.


Black color preview on #AA6778 background

This text has black color on #AA6778 background.


White color preview on #AA6778 background

This text has white color on #AA6778 background.


Related colors

Complementary color

Complementary color for #hex is #559887.


I love getcolorcode.com

Triadic colors

1 #78AA67 and #6778AA with #AA6778 are triadic colors.

2 #7867AA and #67AA78 with #AA6778 are triadic colors.