COLOR #AAA58E

HEX: #AAA58E
RGB: (170,165,142)

Color info

#AAA58E contains red, green and blue colors in about the same proportion. Web safe color of #AAA58E is #999999 (or #999).

RGB color model

#AAA58E color RGB value is (170,165,142).

  • red value is 170;
  • green value is 165;
  • blue value is 142.
RGB:
(170,165,142)
(67%,65%,56%)

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 142 of 255 = 56%

170
165
142

R + G + B ~ 63%. #AAA58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 165 + 142 = 477 (100%)
R 170 of 477 ~ 35.64%
G 165 of 477 ~ 34.59%
B 142 of 477 ~ 29.77%

%35.64
%34.59
%29.77

CMYK color model

#AAA58E color CMYK value is (0,3,16,33).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,3,16,33)
C0M3Y16K33 
(0%,3%,16%,33%)
(0.00/0.03/0.16/0.33)	

CMYK percentages

%0
%2.94
%16.47
%33.33

Codes

Color #AAA58E in popluar color models

AAA58E
RGB170165142
HSL49°14.14%61.18%
HSB/HSV49°16.47%66.67%
CMYK0.00%2.94%16.47%
33.33%

Color #AAA58E in popluar number systems.

HEXAAA58E
Decimal170165142
Binary101010101010010110001110
Octal252245216

Shades and tints

Shades of #AAA58E

#AAA58E
(170,165,142)
#9B9682
(155,150,130)
#8C8776
(140,135,118)
#7D786A
(125,120,106)
#6E695E
(110,105,94)
#5F5A52
(95,90,82)
#504B46
(80,75,70)
#413C3A
(65,60,58)
#322D2E
(50,45,46)
#231E22
(35,30,34)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #AAA58E

#AAA58E
(170,165,142)
#B1AD98
(177,173,152)
#B8B5A2
(184,181,162)
#BFBDAC
(191,189,172)
#C6C5B6
(198,197,182)
#CDCDC0
(205,205,192)
#D4D5CA
(212,213,202)
#DBDDD4
(219,221,212)
#E2E5DE
(226,229,222)
#E9EDE8
(233,237,232)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA58E color. Also use rgb(170,165,142) instead hex code.

Text Font Color

.myTextColor { color: #AAA58E; }

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

This text font color is #AAA58E.


Background Color

.myBgColor { background-color: #AAA58E; }

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

This div background color is #AAA58E.


Border color

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

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

This div border color is #AAA58E.


Opacity

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

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

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

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

This text has shadow with #AAA58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA58E on black background.


Color preview on white background

This text has color #AAA58E on white background.



Black color preview on #AAA58E background

This text has black color on #AAA58E background.


White color preview on #AAA58E background

This text has white color on #AAA58E background.