COLOR #AA8178

HEX: #AA8178 RGB: (170,129,120)

Color info

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

RGB color model

#AA8178 color RGB value is (170,129,120).

RGB: (170,129,120) (67%, 51%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 129 of 255 = 51%
B 120 of 255 = 47%

170
129
120

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

Portions of RGB colors in percentages

R + G + B = 170 + 129 + 120 = 419 (100%)
R 170 of 419 ~ 40.57%
G 129 of 419 ~ 30.79%
B 120 of 419 ~ 28.64'%

%40.57
%30.79
%28.64

CMYK color model

#AA8178 color CMYK value is (0,24,29,33).

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

CMYK: (0,24,29,33)
C0M24Y29K33 (0%, 24%, 29%, 33%)
(0.00 / 0.24 / 0.29 / 0.33)

CMYK percentages

%0
%24.12
%29.41
%33.33

Codes

Color #AA8178 in popluar color models

AA 81 78
RGB 170 129 120
HSL 11° 22.73% 56.86%
HSB/HSV 11° 29.41% 66.67%
CMYK 0.00% 24.12% 29.41%
33.33%

Color #AA8178 in popluar number systems.

HEX AA 81 78
Decimal 170 129 120
Binary 10101010 10000001 1111000
Octal 252 201 170

Shades and tints

Shades of #AA8178

#AA8178
(170,129,120)
#9B766E
(155,118,110)
#8C6B64
(140,107,100)
#7D605A
(125,96,90)
#6E5550
(110,85,80)
#5F4A46
(95,74,70)
#503F3C
(80,63,60)
#413432
(65,52,50)
#322928
(50,41,40)
#231E1E
(35,30,30)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AA8178

#AA8178
(170,129,120)
#B18C84
(177,140,132)
#B89790
(184,151,144)
#BFA29C
(191,162,156)
#C6ADA8
(198,173,168)
#CDB8B4
(205,184,180)
#D4C3C0
(212,195,192)
#DBCECC
(219,206,204)
#E2D9D8
(226,217,216)
#E9E4E4
(233,228,228)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8178; }

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

This text font color is #AA8178.

Background Color

.myBgColor { background-color: #AA8178; }

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

This div background color is #AA8178.

Border color

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

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

This div border color is #AA8178.

Opacity

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

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

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

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

This text has shadow with #AA8178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8178.

Preview

Color preview on black background

This text has color #AA8178 on black background.


Color preview on white background

This text has color #AA8178 on white background.


Black color preview on #AA8178 background

This text has black color on #AA8178 background.


White color preview on #AA8178 background

This text has white color on #AA8178 background.


Related colors

Complementary color

Complementary color for #hex is #557E87.


I love getcolorcode.com

Triadic colors

1 #78AA81 and #8178AA with #AA8178 are triadic colors.

2 #7881AA and #81AA78 with #AA8178 are triadic colors.