COLOR #AAB495

HEX: #AAB495
RGB: (170,180,149)

Color info

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

RGB color model

#AAB495 color RGB value is (170,180,149).

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

RGB channels and saturation

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

170
180
149

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

Portions of RGB colors in percentages

R + G + B =
170 + 180 + 149 = 499 (100%)
R 170 of 499 ~ 34.07%
G 180 of 499 ~ 36.07%
B 149 of 499 ~ 29.86%

%34.07
%36.07
%29.86

CMYK color model

#AAB495 color CMYK value is (6,0,17,29).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(6,0,17,29)
C6M0Y17K29 
(6%,0%,17%,29%)
(0.06/0.00/0.17/0.29)	

CMYK percentages

%5.56
%0
%17.22
%29.41

Codes

Color #AAB495 in popluar color models

AAB495
RGB170180149
HSL79°17.13%64.51%
HSB/HSV79°17.22%70.59%
CMYK5.56%0.00%17.22%
29.41%

Color #AAB495 in popluar number systems.

HEXAAB495
Decimal170180149
Binary101010101011010010010101
Octal252264225

Shades and tints

Shades of #AAB495

#AAB495
(170,180,149)
#9BA488
(155,164,136)
#8C947B
(140,148,123)
#7D846E
(125,132,110)
#6E7461
(110,116,97)
#5F6454
(95,100,84)
#505447
(80,84,71)
#41443A
(65,68,58)
#32342D
(50,52,45)
#232420
(35,36,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #AAB495

#AAB495
(170,180,149)
#B1BA9E
(177,186,158)
#B8C0A7
(184,192,167)
#BFC6B0
(191,198,176)
#C6CCB9
(198,204,185)
#CDD2C2
(205,210,194)
#D4D8CB
(212,216,203)
#DBDED4
(219,222,212)
#E2E4DD
(226,228,221)
#E9EAE6
(233,234,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB495; }

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

This text font color is #AAB495.


Background Color

.myBgColor { background-color: #AAB495; }

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

This div background color is #AAB495.


Border color

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

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

This div border color is #AAB495.


Opacity

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

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

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

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

This text has shadow with #AAB495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB495 on black background.


Color preview on white background

This text has color #AAB495 on white background.



Black color preview on #AAB495 background

This text has black color on #AAB495 background.


White color preview on #AAB495 background

This text has white color on #AAB495 background.