COLOR #AAAB8D

HEX: #AAAB8D
RGB: (170,171,141)

Color info

#AAAB8D contains red, green and blue colors in about the same proportion. Web safe color of #AAAB8D is #999999 (or #999).

RGB color model

#AAAB8D color RGB value is (170,171,141).

  • red value is 170;
  • green value is 171;
  • blue value is 141.
RGB:
(170,171,141)
(67%,67%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 141 of 255 = 55%

170
171
141

R + G + B ~ 63%. #AAAB8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 171 + 141 = 482 (100%)
R 170 of 482 ~ 35.27%
G 171 of 482 ~ 35.48%
B 141 of 482 ~ 29.25%

%35.27
%35.48
%29.25

CMYK color model

#AAAB8D color CMYK value is (1,0,18,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 32.94%
CMYK:
(1,0,18,33)
C1M0Y18K33 
(1%,0%,18%,33%)
(0.01/0.00/0.18/0.33)	

CMYK percentages

%0.58
%0
%17.54
%32.94

Codes

Color #AAAB8D in popluar color models

AAAB8D
RGB170171141
HSL62°15.15%61.18%
HSB/HSV62°17.54%67.06%
CMYK0.58%0.00%17.54%
32.94%

Color #AAAB8D in popluar number systems.

HEXAAAB8D
Decimal170171141
Binary101010101010101110001101
Octal252253215

Shades and tints

Shades of #AAAB8D

#AAAB8D
(170,171,141)
#9B9C81
(155,156,129)
#8C8D75
(140,141,117)
#7D7E69
(125,126,105)
#6E6F5D
(110,111,93)
#5F6051
(95,96,81)
#505145
(80,81,69)
#414239
(65,66,57)
#32332D
(50,51,45)
#232421
(35,36,33)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AAAB8D

#AAAB8D
(170,171,141)
#B1B297
(177,178,151)
#B8B9A1
(184,185,161)
#BFC0AB
(191,192,171)
#C6C7B5
(198,199,181)
#CDCEBF
(205,206,191)
#D4D5C9
(212,213,201)
#DBDCD3
(219,220,211)
#E2E3DD
(226,227,221)
#E9EAE7
(233,234,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAAB8D color. Also use rgb(170,171,141) instead hex code.

Text Font Color

.myTextColor { color: #AAAB8D; }

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

This text font color is #AAAB8D.


Background Color

.myBgColor { background-color: #AAAB8D; }

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

This div background color is #AAAB8D.


Border color

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

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

This div border color is #AAAB8D.


Opacity

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

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

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

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

This text has shadow with #AAAB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAB8D on black background.


Color preview on white background

This text has color #AAAB8D on white background.



Black color preview on #AAAB8D background

This text has black color on #AAAB8D background.


White color preview on #AAAB8D background

This text has white color on #AAAB8D background.