COLOR #AAA480

HEX: #AAA480
RGB: (170,164,128)

Color info

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

RGB color model

#AAA480 color RGB value is (170,164,128).

  • red value is 170;
  • green value is 164;
  • blue value is 128.
RGB:
(170,164,128)
(67%,64%,50%)

RGB channels and saturation

R 170 of 255 = 67%
G 164 of 255 = 64%
B 128 of 255 = 50%

170
164
128

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

Portions of RGB colors in percentages

R + G + B =
170 + 164 + 128 = 462 (100%)
R 170 of 462 ~ 36.8%
G 164 of 462 ~ 35.5%
B 128 of 462 ~ 27.71%

%36.8
%35.5
%27.71

CMYK color model

#AAA480 color CMYK value is (0,4,25,33).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 24.71%
  • key color value is 33.33%
CMYK:
(0,4,25,33)
C0M4Y25K33 
(0%,4%,25%,33%)
(0.00/0.04/0.25/0.33)	

CMYK percentages

%0
%3.53
%24.71
%33.33

Codes

Color #AAA480 in popluar color models

AAA480
RGB170164128
HSL51°19.81%58.43%
HSB/HSV51°24.71%66.67%
CMYK0.00%3.53%24.71%
33.33%

Color #AAA480 in popluar number systems.

HEXAAA480
Decimal170164128
Binary101010101010010010000000
Octal252244200

Shades and tints

Shades of #AAA480

#AAA480
(170,164,128)
#9B9675
(155,150,117)
#8C886A
(140,136,106)
#7D7A5F
(125,122,95)
#6E6C54
(110,108,84)
#5F5E49
(95,94,73)
#50503E
(80,80,62)
#414233
(65,66,51)
#323428
(50,52,40)
#23261D
(35,38,29)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #AAA480

#AAA480
(170,164,128)
#B1AC8B
(177,172,139)
#B8B496
(184,180,150)
#BFBCA1
(191,188,161)
#C6C4AC
(198,196,172)
#CDCCB7
(205,204,183)
#D4D4C2
(212,212,194)
#DBDCCD
(219,220,205)
#E2E4D8
(226,228,216)
#E9ECE3
(233,236,227)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA480; }

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

This text font color is #AAA480.


Background Color

.myBgColor { background-color: #AAA480; }

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

This div background color is #AAA480.


Border color

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

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

This div border color is #AAA480.


Opacity

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

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

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

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

This text has shadow with #AAA480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA480 on black background.


Color preview on white background

This text has color #AAA480 on white background.



Black color preview on #AAA480 background

This text has black color on #AAA480 background.


White color preview on #AAA480 background

This text has white color on #AAA480 background.