COLOR #AAB494

HEX: #AAB494
RGB: (170,180,148)

Color info

#AAB494 contains red, green and blue colors in about the same proportion. Web safe color of #AAB494 is #99CC99 (or #9C9).

RGB color model

#AAB494 color RGB value is (170,180,148).

  • red value is 170;
  • green value is 180;
  • blue value is 148.
RGB:
(170,180,148)
(67%,71%,58%)

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 148 of 255 = 58%

170
180
148

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

Portions of RGB colors in percentages

R + G + B =
170 + 180 + 148 = 498 (100%)
R 170 of 498 ~ 34.14%
G 180 of 498 ~ 36.14%
B 148 of 498 ~ 29.72%

%34.14
%36.14
%29.72

CMYK color model

#AAB494 color CMYK value is (6,0,18,29).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 29.41%
CMYK:
(6,0,18,29)
C6M0Y18K29 
(6%,0%,18%,29%)
(0.06/0.00/0.18/0.29)	

CMYK percentages

%5.56
%0
%17.78
%29.41

Codes

Color #AAB494 in popluar color models

AAB494
RGB170180148
HSL79°17.58%64.31%
HSB/HSV79°17.78%70.59%
CMYK5.56%0.00%17.78%
29.41%

Color #AAB494 in popluar number systems.

HEXAAB494
Decimal170180148
Binary101010101011010010010100
Octal252264224

Shades and tints

Shades of #AAB494

#AAB494
(170,180,148)
#9BA487
(155,164,135)
#8C947A
(140,148,122)
#7D846D
(125,132,109)
#6E7460
(110,116,96)
#5F6453
(95,100,83)
#505446
(80,84,70)
#414439
(65,68,57)
#32342C
(50,52,44)
#23241F
(35,36,31)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AAB494

#AAB494
(170,180,148)
#B1BA9D
(177,186,157)
#B8C0A6
(184,192,166)
#BFC6AF
(191,198,175)
#C6CCB8
(198,204,184)
#CDD2C1
(205,210,193)
#D4D8CA
(212,216,202)
#DBDED3
(219,222,211)
#E2E4DC
(226,228,220)
#E9EAE5
(233,234,229)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB494 color. Also use rgb(170,180,148) instead hex code.

Text Font Color

.myTextColor { color: #AAB494; }

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

This text font color is #AAB494.


Background Color

.myBgColor { background-color: #AAB494; }

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

This div background color is #AAB494.


Border color

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

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

This div border color is #AAB494.


Opacity

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

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

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

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

This text has shadow with #AAB494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB494 on black background.


Color preview on white background

This text has color #AAB494 on white background.



Black color preview on #AAB494 background

This text has black color on #AAB494 background.


White color preview on #AAB494 background

This text has white color on #AAB494 background.