COLOR #AAA395

HEX: #AAA395
RGB: (170,163,149)

Color info

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

RGB color model

#AAA395 color RGB value is (170,163,149).

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

RGB channels and saturation

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

170
163
149

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

Portions of RGB colors in percentages

R + G + B =
170 + 163 + 149 = 482 (100%)
R 170 of 482 ~ 35.27%
G 163 of 482 ~ 33.82%
B 149 of 482 ~ 30.91%

%35.27
%33.82
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.12%
  • 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
%4.12
%12.35
%33.33

Codes

Color #AAA395 in popluar color models

AAA395
RGB170163149
HSL40°10.99%62.55%
HSB/HSV40°12.35%66.67%
CMYK0.00%4.12%12.35%
33.33%

Color #AAA395 in popluar number systems.

HEXAAA395
Decimal170163149
Binary101010101010001110010101
Octal252243225

Shades and tints

Shades of #AAA395

#AAA395
(170,163,149)
#9B9588
(155,149,136)
#8C877B
(140,135,123)
#7D796E
(125,121,110)
#6E6B61
(110,107,97)
#5F5D54
(95,93,84)
#504F47
(80,79,71)
#41413A
(65,65,58)
#32332D
(50,51,45)
#232520
(35,37,32)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #AAA395

#AAA395
(170,163,149)
#B1AB9E
(177,171,158)
#B8B3A7
(184,179,167)
#BFBBB0
(191,187,176)
#C6C3B9
(198,195,185)
#CDCBC2
(205,203,194)
#D4D3CB
(212,211,203)
#DBDBD4
(219,219,212)
#E2E3DD
(226,227,221)
#E9EBE6
(233,235,230)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA395; }

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

This text font color is #AAA395.


Background Color

.myBgColor { background-color: #AAA395; }

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

This div background color is #AAA395.


Border color

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

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

This div border color is #AAA395.


Opacity

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

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

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

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

This text has shadow with #AAA395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA395 on black background.


Color preview on white background

This text has color #AAA395 on white background.



Black color preview on #AAA395 background

This text has black color on #AAA395 background.


White color preview on #AAA395 background

This text has white color on #AAA395 background.