COLOR #AAA180

HEX: #AAA180
RGB: (170,161,128)

Color info

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

RGB color model

#AAA180 color RGB value is (170,161,128).

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

RGB channels and saturation

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

170
161
128

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

Portions of RGB colors in percentages

R + G + B =
170 + 161 + 128 = 459 (100%)
R 170 of 459 ~ 37.04%
G 161 of 459 ~ 35.08%
B 128 of 459 ~ 27.89%

%37.04
%35.08
%27.89

CMYK color model

#AAA180 color CMYK value is (0,5,25,33).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 24.71%
  • key color value is 33.33%
CMYK:
(0,5,25,33)
C0M5Y25K33 
(0%,5%,25%,33%)
(0.00/0.05/0.25/0.33)	

CMYK percentages

%0
%5.29
%24.71
%33.33

Codes

Color #AAA180 in popluar color models

AAA180
RGB170161128
HSL47°19.81%58.43%
HSB/HSV47°24.71%66.67%
CMYK0.00%5.29%24.71%
33.33%

Color #AAA180 in popluar number systems.

HEXAAA180
Decimal170161128
Binary101010101010000110000000
Octal252241200

Shades and tints

Shades of #AAA180

#AAA180
(170,161,128)
#9B9375
(155,147,117)
#8C856A
(140,133,106)
#7D775F
(125,119,95)
#6E6954
(110,105,84)
#5F5B49
(95,91,73)
#504D3E
(80,77,62)
#413F33
(65,63,51)
#323128
(50,49,40)
#23231D
(35,35,29)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #AAA180

#AAA180
(170,161,128)
#B1A98B
(177,169,139)
#B8B196
(184,177,150)
#BFB9A1
(191,185,161)
#C6C1AC
(198,193,172)
#CDC9B7
(205,201,183)
#D4D1C2
(212,209,194)
#DBD9CD
(219,217,205)
#E2E1D8
(226,225,216)
#E9E9E3
(233,233,227)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA180; }

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

This text font color is #AAA180.


Background Color

.myBgColor { background-color: #AAA180; }

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

This div background color is #AAA180.


Border color

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

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

This div border color is #AAA180.


Opacity

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

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

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

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

This text has shadow with #AAA180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA180 on black background.


Color preview on white background

This text has color #AAA180 on white background.



Black color preview on #AAA180 background

This text has black color on #AAA180 background.


White color preview on #AAA180 background

This text has white color on #AAA180 background.