COLOR #AAAB90

HEX: #AAAB90
RGB: (170,171,144)

Color info

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

RGB color model

#AAAB90 color RGB value is (170,171,144).

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

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 144 of 255 = 56%

170
171
144

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

Portions of RGB colors in percentages

R + G + B =
170 + 171 + 144 = 485 (100%)
R 170 of 485 ~ 35.05%
G 171 of 485 ~ 35.26%
B 144 of 485 ~ 29.69%

%35.05
%35.26
%29.69

CMYK color model

#AAAB90 color CMYK value is (1,0,16,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(1,0,16,33)
C1M0Y16K33 
(1%,0%,16%,33%)
(0.01/0.00/0.16/0.33)	

CMYK percentages

%0.58
%0
%15.79
%32.94

Codes

Color #AAAB90 in popluar color models

AAAB90
RGB170171144
HSL62°13.85%61.76%
HSB/HSV62°15.79%67.06%
CMYK0.58%0.00%15.79%
32.94%

Color #AAAB90 in popluar number systems.

HEXAAAB90
Decimal170171144
Binary101010101010101110010000
Octal252253220

Shades and tints

Shades of #AAAB90

#AAAB90
(170,171,144)
#9B9C83
(155,156,131)
#8C8D76
(140,141,118)
#7D7E69
(125,126,105)
#6E6F5C
(110,111,92)
#5F604F
(95,96,79)
#505142
(80,81,66)
#414235
(65,66,53)
#323328
(50,51,40)
#23241B
(35,36,27)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #AAAB90

#AAAB90
(170,171,144)
#B1B29A
(177,178,154)
#B8B9A4
(184,185,164)
#BFC0AE
(191,192,174)
#C6C7B8
(198,199,184)
#CDCEC2
(205,206,194)
#D4D5CC
(212,213,204)
#DBDCD6
(219,220,214)
#E2E3E0
(226,227,224)
#E9EAEA
(233,234,234)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAB90; }

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

This text font color is #AAAB90.


Background Color

.myBgColor { background-color: #AAAB90; }

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

This div background color is #AAAB90.


Border color

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

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

This div border color is #AAAB90.


Opacity

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

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

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

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

This text has shadow with #AAAB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAB90 on black background.


Color preview on white background

This text has color #AAAB90 on white background.



Black color preview on #AAAB90 background

This text has black color on #AAAB90 background.


White color preview on #AAAB90 background

This text has white color on #AAAB90 background.