COLOR #AAB49A

HEX: #AAB49A
RGB: (170,180,154)

Color info

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

RGB color model

#AAB49A color RGB value is (170,180,154).

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

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 154 of 255 = 60%

170
180
154

R + G + B ~ 66%. #AAB49A is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 180 + 154 = 504 (100%)
R 170 of 504 ~ 33.73%
G 180 of 504 ~ 35.71%
B 154 of 504 ~ 30.56%

%33.73
%35.71
%30.56

CMYK color model

#AAB49A color CMYK value is (6,0,14,29).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK:
(6,0,14,29)
C6M0Y14K29 
(6%,0%,14%,29%)
(0.06/0.00/0.14/0.29)	

CMYK percentages

%5.56
%0
%14.44
%29.41

Codes

Color #AAB49A in popluar color models

AAB49A
RGB170180154
HSL83°14.77%65.49%
HSB/HSV83°14.44%70.59%
CMYK5.56%0.00%14.44%
29.41%

Color #AAB49A in popluar number systems.

HEXAAB49A
Decimal170180154
Binary101010101011010010011010
Octal252264232

Shades and tints

Shades of #AAB49A

#AAB49A
(170,180,154)
#9BA48C
(155,164,140)
#8C947E
(140,148,126)
#7D8470
(125,132,112)
#6E7462
(110,116,98)
#5F6454
(95,100,84)
#505446
(80,84,70)
#414438
(65,68,56)
#32342A
(50,52,42)
#23241C
(35,36,28)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #AAB49A

#AAB49A
(170,180,154)
#B1BAA3
(177,186,163)
#B8C0AC
(184,192,172)
#BFC6B5
(191,198,181)
#C6CCBE
(198,204,190)
#CDD2C7
(205,210,199)
#D4D8D0
(212,216,208)
#DBDED9
(219,222,217)
#E2E4E2
(226,228,226)
#E9EAEB
(233,234,235)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB49A; }

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

This text font color is #AAB49A.


Background Color

.myBgColor { background-color: #AAB49A; }

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

This div background color is #AAB49A.


Border color

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

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

This div border color is #AAB49A.


Opacity

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

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

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

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

This text has shadow with #AAB49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB49A on black background.


Color preview on white background

This text has color #AAB49A on white background.



Black color preview on #AAB49A background

This text has black color on #AAB49A background.


White color preview on #AAB49A background

This text has white color on #AAB49A background.