COLOR #AAB5A0

HEX: #AAB5A0
RGB: (170,181,160)

Color info

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

RGB color model

#AAB5A0 color RGB value is (170,181,160).

  • red value is 170;
  • green value is 181;
  • blue value is 160.
RGB:
(170,181,160)
(67%,71%,63%)

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 160 of 255 = 63%

170
181
160

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

Portions of RGB colors in percentages

R + G + B =
170 + 181 + 160 = 511 (100%)
R 170 of 511 ~ 33.27%
G 181 of 511 ~ 35.42%
B 160 of 511 ~ 31.31%

%33.27
%35.42
%31.31

CMYK color model

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

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

CMYK percentages

%6.08
%0
%11.6
%29.02

Codes

Color #AAB5A0 in popluar color models

AAB5A0
RGB170181160
HSL91°12.43%66.86%
HSB/HSV91°11.60%70.98%
CMYK6.08%0.00%11.60%
29.02%

Color #AAB5A0 in popluar number systems.

HEXAAB5A0
Decimal170181160
Binary101010101011010110100000
Octal252265240

Shades and tints

Shades of #AAB5A0

#AAB5A0
(170,181,160)
#9BA592
(155,165,146)
#8C9584
(140,149,132)
#7D8576
(125,133,118)
#6E7568
(110,117,104)
#5F655A
(95,101,90)
#50554C
(80,85,76)
#41453E
(65,69,62)
#323530
(50,53,48)
#232522
(35,37,34)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #AAB5A0

#AAB5A0
(170,181,160)
#B1BBA8
(177,187,168)
#B8C1B0
(184,193,176)
#BFC7B8
(191,199,184)
#C6CDC0
(198,205,192)
#CDD3C8
(205,211,200)
#D4D9D0
(212,217,208)
#DBDFD8
(219,223,216)
#E2E5E0
(226,229,224)
#E9EBE8
(233,235,232)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB5A0 color. Also use rgb(170,181,160) instead hex code.

Text Font Color

.myTextColor { color: #AAB5A0; }

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

This text font color is #AAB5A0.


Background Color

.myBgColor { background-color: #AAB5A0; }

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

This div background color is #AAB5A0.


Border color

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

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

This div border color is #AAB5A0.


Opacity

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

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

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

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

This text has shadow with #AAB5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB5A0 on black background.


Color preview on white background

This text has color #AAB5A0 on white background.



Black color preview on #AAB5A0 background

This text has black color on #AAB5A0 background.


White color preview on #AAB5A0 background

This text has white color on #AAB5A0 background.