COLOR #AAAB97

HEX: #AAAB97
RGB: (170,171,151)

Color info

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

RGB color model

#AAAB97 color RGB value is (170,171,151).

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

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 151 of 255 = 59%

170
171
151

R + G + B ~ 64%. #AAAB97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 171 + 151 = 492 (100%)
R 170 of 492 ~ 34.55%
G 171 of 492 ~ 34.76%
B 151 of 492 ~ 30.69%

%34.55
%34.76
%30.69

CMYK color model

#AAAB97 color CMYK value is (1,0,12,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 32.94%
CMYK:
(1,0,12,33)
C1M0Y12K33 
(1%,0%,12%,33%)
(0.01/0.00/0.12/0.33)	

CMYK percentages

%0.58
%0
%11.7
%32.94

Codes

Color #AAAB97 in popluar color models

AAAB97
RGB170171151
HSL63°10.64%63.14%
HSB/HSV63°11.70%67.06%
CMYK0.58%0.00%11.70%
32.94%

Color #AAAB97 in popluar number systems.

HEXAAAB97
Decimal170171151
Binary101010101010101110010111
Octal252253227

Shades and tints

Shades of #AAAB97

#AAAB97
(170,171,151)
#9B9C8A
(155,156,138)
#8C8D7D
(140,141,125)
#7D7E70
(125,126,112)
#6E6F63
(110,111,99)
#5F6056
(95,96,86)
#505149
(80,81,73)
#41423C
(65,66,60)
#32332F
(50,51,47)
#232422
(35,36,34)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AAAB97

#AAAB97
(170,171,151)
#B1B2A0
(177,178,160)
#B8B9A9
(184,185,169)
#BFC0B2
(191,192,178)
#C6C7BB
(198,199,187)
#CDCEC4
(205,206,196)
#D4D5CD
(212,213,205)
#DBDCD6
(219,220,214)
#E2E3DF
(226,227,223)
#E9EAE8
(233,234,232)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAB97; }

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

This text font color is #AAAB97.


Background Color

.myBgColor { background-color: #AAAB97; }

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

This div background color is #AAAB97.


Border color

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

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

This div border color is #AAAB97.


Opacity

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

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

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

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

This text has shadow with #AAAB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAB97 on black background.


Color preview on white background

This text has color #AAAB97 on white background.



Black color preview on #AAAB97 background

This text has black color on #AAAB97 background.


White color preview on #AAAB97 background

This text has white color on #AAAB97 background.