COLOR #AAA590

HEX: #AAA590
RGB: (170,165,144)

Color info

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

RGB color model

#AAA590 color RGB value is (170,165,144).

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

RGB channels and saturation

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

170
165
144

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

Portions of RGB colors in percentages

R + G + B =
170 + 165 + 144 = 479 (100%)
R 170 of 479 ~ 35.49%
G 165 of 479 ~ 34.45%
B 144 of 479 ~ 30.06%

%35.49
%34.45
%30.06

CMYK color model

#AAA590 color CMYK value is (0,3,15,33).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 15.29%
  • key color value is 33.33%
CMYK:
(0,3,15,33)
C0M3Y15K33 
(0%,3%,15%,33%)
(0.00/0.03/0.15/0.33)	

CMYK percentages

%0
%2.94
%15.29
%33.33

Codes

Color #AAA590 in popluar color models

AAA590
RGB170165144
HSL48°13.27%61.57%
HSB/HSV48°15.29%66.67%
CMYK0.00%2.94%15.29%
33.33%

Color #AAA590 in popluar number systems.

HEXAAA590
Decimal170165144
Binary101010101010010110010000
Octal252245220

Shades and tints

Shades of #AAA590

#AAA590
(170,165,144)
#9B9683
(155,150,131)
#8C8776
(140,135,118)
#7D7869
(125,120,105)
#6E695C
(110,105,92)
#5F5A4F
(95,90,79)
#504B42
(80,75,66)
#413C35
(65,60,53)
#322D28
(50,45,40)
#231E1B
(35,30,27)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #AAA590

#AAA590
(170,165,144)
#B1AD9A
(177,173,154)
#B8B5A4
(184,181,164)
#BFBDAE
(191,189,174)
#C6C5B8
(198,197,184)
#CDCDC2
(205,205,194)
#D4D5CC
(212,213,204)
#DBDDD6
(219,221,214)
#E2E5E0
(226,229,224)
#E9EDEA
(233,237,234)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA590; }

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

This text font color is #AAA590.


Background Color

.myBgColor { background-color: #AAA590; }

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

This div background color is #AAA590.


Border color

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

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

This div border color is #AAA590.


Opacity

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

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

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

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

This text has shadow with #AAA590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA590 on black background.


Color preview on white background

This text has color #AAA590 on white background.



Black color preview on #AAA590 background

This text has black color on #AAA590 background.


White color preview on #AAA590 background

This text has white color on #AAA590 background.