COLOR #AAA080

HEX: #AAA080 RGB: (170,160,128)

Color info

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

RGB color model

#AAA080 color RGB value is (170,160,128).

RGB: (170,160,128) (67%, 63%, 50%)

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 128 of 255 = 50%

170
160
128

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

Portions of RGB colors in percentages

R + G + B = 170 + 160 + 128 = 458 (100%)
R 170 of 458 ~ 37.12%
G 160 of 458 ~ 34.93%
B 128 of 458 ~ 27.95'%

%37.12
%34.93
%27.95

CMYK color model

#AAA080 color CMYK value is (0,6,25,33).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 24.71%
  • key color value is 33.33%

CMYK: (0,6,25,33)
C0M6Y25K33 (0%, 6%, 25%, 33%)
(0.00 / 0.06 / 0.25 / 0.33)

CMYK percentages

%0
%5.88
%24.71
%33.33

Codes

Color #AAA080 in popluar color models

AA A0 80
RGB 170 160 128
HSL 46° 19.81% 58.43%
HSB/HSV 46° 24.71% 66.67%
CMYK 0.00% 5.88% 24.71%
33.33%

Color #AAA080 in popluar number systems.

HEX AA A0 80
Decimal 170 160 128
Binary 10101010 10100000 10000000
Octal 252 240 200

Shades and tints

Shades of #AAA080

#AAA080
(170,160,128)
#9B9275
(155,146,117)
#8C846A
(140,132,106)
#7D765F
(125,118,95)
#6E6854
(110,104,84)
#5F5A49
(95,90,73)
#504C3E
(80,76,62)
#413E33
(65,62,51)
#323028
(50,48,40)
#23221D
(35,34,29)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AAA080

#AAA080
(170,160,128)
#B1A88B
(177,168,139)
#B8B096
(184,176,150)
#BFB8A1
(191,184,161)
#C6C0AC
(198,192,172)
#CDC8B7
(205,200,183)
#D4D0C2
(212,208,194)
#DBD8CD
(219,216,205)
#E2E0D8
(226,224,216)
#E9E8E3
(233,232,227)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA080 color. Also use rgb(170,160,128) instead hex code.

Text Font Color

.myTextColor { color: #AAA080; }

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

This text font color is #AAA080.

Background Color

.myBgColor { background-color: #AAA080; }

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

This div background color is #AAA080.

Border color

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

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

This div border color is #AAA080.

Opacity

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

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

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

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

This text has shadow with #AAA080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA080.

Preview

Color preview on black background

This text has color #AAA080 on black background.


Color preview on white background

This text has color #AAA080 on white background.


Black color preview on #AAA080 background

This text has black color on #AAA080 background.


White color preview on #AAA080 background

This text has white color on #AAA080 background.


Related colors

Complementary color

Complementary color for #hex is #555F7F.


I love getcolorcode.com

Triadic colors

1 #80AAA0 and #A080AA with #AAA080 are triadic colors.

2 #80A0AA and #A0AA80 with #AAA080 are triadic colors.