COLOR #AAB5A1

HEX: #AAB5A1
RGB: (170,181,161)

Color info

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

RGB color model

#AAB5A1 color RGB value is (170,181,161).

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

RGB channels and saturation

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

170
181
161

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

Portions of RGB colors in percentages

R + G + B =
170 + 181 + 161 = 512 (100%)
R 170 of 512 ~ 33.2%
G 181 of 512 ~ 35.35%
B 161 of 512 ~ 31.45%

%33.2
%35.35
%31.45

CMYK color model

#AAB5A1 color CMYK value is (6,0,11,29).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 29.02%
CMYK:
(6,0,11,29)
C6M0Y11K29 
(6%,0%,11%,29%)
(0.06/0.00/0.11/0.29)	

CMYK percentages

%6.08
%0
%11.05
%29.02

Codes

Color #AAB5A1 in popluar color models

AAB5A1
RGB170181161
HSL93°11.90%67.06%
HSB/HSV93°11.05%70.98%
CMYK6.08%0.00%11.05%
29.02%

Color #AAB5A1 in popluar number systems.

HEXAAB5A1
Decimal170181161
Binary101010101011010110100001
Octal252265241

Shades and tints

Shades of #AAB5A1

#AAB5A1
(170,181,161)
#9BA593
(155,165,147)
#8C9585
(140,149,133)
#7D8577
(125,133,119)
#6E7569
(110,117,105)
#5F655B
(95,101,91)
#50554D
(80,85,77)
#41453F
(65,69,63)
#323531
(50,53,49)
#232523
(35,37,35)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AAB5A1

#AAB5A1
(170,181,161)
#B1BBA9
(177,187,169)
#B8C1B1
(184,193,177)
#BFC7B9
(191,199,185)
#C6CDC1
(198,205,193)
#CDD3C9
(205,211,201)
#D4D9D1
(212,217,209)
#DBDFD9
(219,223,217)
#E2E5E1
(226,229,225)
#E9EBE9
(233,235,233)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB5A1; }

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

This text font color is #AAB5A1.


Background Color

.myBgColor { background-color: #AAB5A1; }

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

This div background color is #AAB5A1.


Border color

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

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

This div border color is #AAB5A1.


Opacity

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

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

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

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

This text has shadow with #AAB5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB5A1 on black background.


Color preview on white background

This text has color #AAB5A1 on white background.



Black color preview on #AAB5A1 background

This text has black color on #AAB5A1 background.


White color preview on #AAB5A1 background

This text has white color on #AAB5A1 background.