COLOR #AAB49F

HEX: #AAB49F
RGB: (170,180,159)

Color info

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

RGB color model

#AAB49F color RGB value is (170,180,159).

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

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 159 of 255 = 62%

170
180
159

R + G + B ~ 67%. #AAB49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 180 + 159 = 509 (100%)
R 170 of 509 ~ 33.4%
G 180 of 509 ~ 35.36%
B 159 of 509 ~ 31.24%

%33.4
%35.36
%31.24

CMYK color model

#AAB49F color CMYK value is (6,0,12,29).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(6,0,12,29)
C6M0Y12K29 
(6%,0%,12%,29%)
(0.06/0.00/0.12/0.29)	

CMYK percentages

%5.56
%0
%11.67
%29.41

Codes

Color #AAB49F in popluar color models

AAB49F
RGB170180159
HSL89°12.28%66.47%
HSB/HSV89°11.67%70.59%
CMYK5.56%0.00%11.67%
29.41%

Color #AAB49F in popluar number systems.

HEXAAB49F
Decimal170180159
Binary101010101011010010011111
Octal252264237

Shades and tints

Shades of #AAB49F

#AAB49F
(170,180,159)
#9BA491
(155,164,145)
#8C9483
(140,148,131)
#7D8475
(125,132,117)
#6E7467
(110,116,103)
#5F6459
(95,100,89)
#50544B
(80,84,75)
#41443D
(65,68,61)
#32342F
(50,52,47)
#232421
(35,36,33)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #AAB49F

#AAB49F
(170,180,159)
#B1BAA7
(177,186,167)
#B8C0AF
(184,192,175)
#BFC6B7
(191,198,183)
#C6CCBF
(198,204,191)
#CDD2C7
(205,210,199)
#D4D8CF
(212,216,207)
#DBDED7
(219,222,215)
#E2E4DF
(226,228,223)
#E9EAE7
(233,234,231)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB49F; }

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

This text font color is #AAB49F.


Background Color

.myBgColor { background-color: #AAB49F; }

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

This div background color is #AAB49F.


Border color

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

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

This div border color is #AAB49F.


Opacity

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

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

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

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

This text has shadow with #AAB49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB49F on black background.


Color preview on white background

This text has color #AAB49F on white background.



Black color preview on #AAB49F background

This text has black color on #AAB49F background.


White color preview on #AAB49F background

This text has white color on #AAB49F background.