COLOR #AAB4A1

HEX: #AAB4A1
RGB: (170,180,161)

Color info

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

RGB color model

#AAB4A1 color RGB value is (170,180,161).

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

RGB channels and saturation

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

170
180
161

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

Portions of RGB colors in percentages

R + G + B =
170 + 180 + 161 = 511 (100%)
R 170 of 511 ~ 33.27%
G 180 of 511 ~ 35.23%
B 161 of 511 ~ 31.51%

%33.27
%35.23
%31.51

CMYK color model

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

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

CMYK percentages

%5.56
%0
%10.56
%29.41

Codes

Color #AAB4A1 in popluar color models

AAB4A1
RGB170180161
HSL92°11.24%66.86%
HSB/HSV92°10.56%70.59%
CMYK5.56%0.00%10.56%
29.41%

Color #AAB4A1 in popluar number systems.

HEXAAB4A1
Decimal170180161
Binary101010101011010010100001
Octal252264241

Shades and tints

Shades of #AAB4A1

#AAB4A1
(170,180,161)
#9BA493
(155,164,147)
#8C9485
(140,148,133)
#7D8477
(125,132,119)
#6E7469
(110,116,105)
#5F645B
(95,100,91)
#50544D
(80,84,77)
#41443F
(65,68,63)
#323431
(50,52,49)
#232423
(35,36,35)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #AAB4A1

#AAB4A1
(170,180,161)
#B1BAA9
(177,186,169)
#B8C0B1
(184,192,177)
#BFC6B9
(191,198,185)
#C6CCC1
(198,204,193)
#CDD2C9
(205,210,201)
#D4D8D1
(212,216,209)
#DBDED9
(219,222,217)
#E2E4E1
(226,228,225)
#E9EAE9
(233,234,233)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB4A1; }

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

This text font color is #AAB4A1.


Background Color

.myBgColor { background-color: #AAB4A1; }

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

This div background color is #AAB4A1.


Border color

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

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

This div border color is #AAB4A1.


Opacity

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

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

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

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

This text has shadow with #AAB4A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB4A1 on black background.


Color preview on white background

This text has color #AAB4A1 on white background.



Black color preview on #AAB4A1 background

This text has black color on #AAB4A1 background.


White color preview on #AAB4A1 background

This text has white color on #AAB4A1 background.