COLOR #AA9178

HEX: #AA9178 RGB: (170,145,120)

Color info

#AA9178 contains red, green and blue colors in about the same proportion. Web safe color of #AA9178 is #999966 (or #996).

RGB color model

#AA9178 color RGB value is (170,145,120).

RGB: (170,145,120) (67%, 57%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 145 of 255 = 57%
B 120 of 255 = 47%

170
145
120

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

Portions of RGB colors in percentages

R + G + B = 170 + 145 + 120 = 435 (100%)
R 170 of 435 ~ 39.08%
G 145 of 435 ~ 33.33%
B 120 of 435 ~ 27.59'%

%39.08
%33.33
%27.59

CMYK color model

#AA9178 color CMYK value is (0,15,29,33).

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

CMYK: (0,15,29,33)
C0M15Y29K33 (0%, 15%, 29%, 33%)
(0.00 / 0.15 / 0.29 / 0.33)

CMYK percentages

%0
%14.71
%29.41
%33.33

Codes

Color #AA9178 in popluar color models

AA 91 78
RGB 170 145 120
HSL 30° 22.73% 56.86%
HSB/HSV 30° 29.41% 66.67%
CMYK 0.00% 14.71% 29.41%
33.33%

Color #AA9178 in popluar number systems.

HEX AA 91 78
Decimal 170 145 120
Binary 10101010 10010001 1111000
Octal 252 221 170

Shades and tints

Shades of #AA9178

#AA9178
(170,145,120)
#9B846E
(155,132,110)
#8C7764
(140,119,100)
#7D6A5A
(125,106,90)
#6E5D50
(110,93,80)
#5F5046
(95,80,70)
#50433C
(80,67,60)
#413632
(65,54,50)
#322928
(50,41,40)
#231C1E
(35,28,30)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #AA9178

#AA9178
(170,145,120)
#B19B84
(177,155,132)
#B8A590
(184,165,144)
#BFAF9C
(191,175,156)
#C6B9A8
(198,185,168)
#CDC3B4
(205,195,180)
#D4CDC0
(212,205,192)
#DBD7CC
(219,215,204)
#E2E1D8
(226,225,216)
#E9EBE4
(233,235,228)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9178; }

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

This text font color is #AA9178.

Background Color

.myBgColor { background-color: #AA9178; }

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

This div background color is #AA9178.

Border color

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

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

This div border color is #AA9178.

Opacity

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

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

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

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

This text has shadow with #AA9178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9178.

Preview

Color preview on black background

This text has color #AA9178 on black background.


Color preview on white background

This text has color #AA9178 on white background.


Black color preview on #AA9178 background

This text has black color on #AA9178 background.


White color preview on #AA9178 background

This text has white color on #AA9178 background.


Related colors

Complementary color

Complementary color for #hex is #556E87.


I love getcolorcode.com

Triadic colors

1 #78AA91 and #9178AA with #AA9178 are triadic colors.

2 #7891AA and #91AA78 with #AA9178 are triadic colors.