COLOR #AAA595

HEX: #AAA595
RGB: (170,165,149)

Color info

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

RGB color model

#AAA595 color RGB value is (170,165,149).

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

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 149 of 255 = 58%

170
165
149

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

Portions of RGB colors in percentages

R + G + B =
170 + 165 + 149 = 484 (100%)
R 170 of 484 ~ 35.12%
G 165 of 484 ~ 34.09%
B 149 of 484 ~ 30.79%

%35.12
%34.09
%30.79

CMYK color model

#AAA595 color CMYK value is (0,3,12,33).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 12.35%
  • key color value is 33.33%
CMYK:
(0,3,12,33)
C0M3Y12K33 
(0%,3%,12%,33%)
(0.00/0.03/0.12/0.33)	

CMYK percentages

%0
%2.94
%12.35
%33.33

Codes

Color #AAA595 in popluar color models

AAA595
RGB170165149
HSL46°10.99%62.55%
HSB/HSV46°12.35%66.67%
CMYK0.00%2.94%12.35%
33.33%

Color #AAA595 in popluar number systems.

HEXAAA595
Decimal170165149
Binary101010101010010110010101
Octal252245225

Shades and tints

Shades of #AAA595

#AAA595
(170,165,149)
#9B9688
(155,150,136)
#8C877B
(140,135,123)
#7D786E
(125,120,110)
#6E6961
(110,105,97)
#5F5A54
(95,90,84)
#504B47
(80,75,71)
#413C3A
(65,60,58)
#322D2D
(50,45,45)
#231E20
(35,30,32)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #AAA595

#AAA595
(170,165,149)
#B1AD9E
(177,173,158)
#B8B5A7
(184,181,167)
#BFBDB0
(191,189,176)
#C6C5B9
(198,197,185)
#CDCDC2
(205,205,194)
#D4D5CB
(212,213,203)
#DBDDD4
(219,221,212)
#E2E5DD
(226,229,221)
#E9EDE6
(233,237,230)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA595; }

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

This text font color is #AAA595.


Background Color

.myBgColor { background-color: #AAA595; }

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

This div background color is #AAA595.


Border color

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

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

This div border color is #AAA595.


Opacity

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

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

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

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

This text has shadow with #AAA595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA595 on black background.


Color preview on white background

This text has color #AAA595 on white background.



Black color preview on #AAA595 background

This text has black color on #AAA595 background.


White color preview on #AAA595 background

This text has white color on #AAA595 background.