COLOR #AAB395

HEX: #AAB395
RGB: (170,179,149)

Color info

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

RGB color model

#AAB395 color RGB value is (170,179,149).

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

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 149 of 255 = 58%

170
179
149

R + G + B ~ 65%. #AAB395 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 179 + 149 = 498 (100%)
R 170 of 498 ~ 34.14%
G 179 of 498 ~ 35.94%
B 149 of 498 ~ 29.92%

%34.14
%35.94
%29.92

CMYK color model

#AAB395 color CMYK value is (5,0,17,30).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 29.80%
CMYK:
(5,0,17,30)
C5M0Y17K30 
(5%,0%,17%,30%)
(0.05/0.00/0.17/0.30)	

CMYK percentages

%5.03
%0
%16.76
%29.8

Codes

Color #AAB395 in popluar color models

AAB395
RGB170179149
HSL78°16.48%64.31%
HSB/HSV78°16.76%70.20%
CMYK5.03%0.00%16.76%
29.80%

Color #AAB395 in popluar number systems.

HEXAAB395
Decimal170179149
Binary101010101011001110010101
Octal252263225

Shades and tints

Shades of #AAB395

#AAB395
(170,179,149)
#9BA388
(155,163,136)
#8C937B
(140,147,123)
#7D836E
(125,131,110)
#6E7361
(110,115,97)
#5F6354
(95,99,84)
#505347
(80,83,71)
#41433A
(65,67,58)
#32332D
(50,51,45)
#232320
(35,35,32)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #AAB395

#AAB395
(170,179,149)
#B1B99E
(177,185,158)
#B8BFA7
(184,191,167)
#BFC5B0
(191,197,176)
#C6CBB9
(198,203,185)
#CDD1C2
(205,209,194)
#D4D7CB
(212,215,203)
#DBDDD4
(219,221,212)
#E2E3DD
(226,227,221)
#E9E9E6
(233,233,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB395; }

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

This text font color is #AAB395.


Background Color

.myBgColor { background-color: #AAB395; }

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

This div background color is #AAB395.


Border color

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

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

This div border color is #AAB395.


Opacity

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

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

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

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

This text has shadow with #AAB395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB395 on black background.


Color preview on white background

This text has color #AAB395 on white background.



Black color preview on #AAB395 background

This text has black color on #AAB395 background.


White color preview on #AAB395 background

This text has white color on #AAB395 background.