COLOR #AAA495

HEX: #AAA495
RGB: (170,164,149)

Color info

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

RGB color model

#AAA495 color RGB value is (170,164,149).

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

RGB channels and saturation

R 170 of 255 = 67%
G 164 of 255 = 64%
B 149 of 255 = 58%

170
164
149

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

Portions of RGB colors in percentages

R + G + B =
170 + 164 + 149 = 483 (100%)
R 170 of 483 ~ 35.2%
G 164 of 483 ~ 33.95%
B 149 of 483 ~ 30.85%

%35.2
%33.95
%30.85

CMYK color model

#AAA495 color CMYK value is (0,4,12,33).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 12.35%
  • key color value is 33.33%
CMYK:
(0,4,12,33)
C0M4Y12K33 
(0%,4%,12%,33%)
(0.00/0.04/0.12/0.33)	

CMYK percentages

%0
%3.53
%12.35
%33.33

Codes

Color #AAA495 in popluar color models

AAA495
RGB170164149
HSL43°10.99%62.55%
HSB/HSV43°12.35%66.67%
CMYK0.00%3.53%12.35%
33.33%

Color #AAA495 in popluar number systems.

HEXAAA495
Decimal170164149
Binary101010101010010010010101
Octal252244225

Shades and tints

Shades of #AAA495

#AAA495
(170,164,149)
#9B9688
(155,150,136)
#8C887B
(140,136,123)
#7D7A6E
(125,122,110)
#6E6C61
(110,108,97)
#5F5E54
(95,94,84)
#505047
(80,80,71)
#41423A
(65,66,58)
#32342D
(50,52,45)
#232620
(35,38,32)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #AAA495

#AAA495
(170,164,149)
#B1AC9E
(177,172,158)
#B8B4A7
(184,180,167)
#BFBCB0
(191,188,176)
#C6C4B9
(198,196,185)
#CDCCC2
(205,204,194)
#D4D4CB
(212,212,203)
#DBDCD4
(219,220,212)
#E2E4DD
(226,228,221)
#E9ECE6
(233,236,230)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA495; }

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

This text font color is #AAA495.


Background Color

.myBgColor { background-color: #AAA495; }

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

This div background color is #AAA495.


Border color

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

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

This div border color is #AAA495.


Opacity

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

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

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

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

This text has shadow with #AAA495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA495 on black background.


Color preview on white background

This text has color #AAA495 on white background.



Black color preview on #AAA495 background

This text has black color on #AAA495 background.


White color preview on #AAA495 background

This text has white color on #AAA495 background.