COLOR #AAAA97

HEX: #AAAA97 RGB: (170,170,151)

Color info

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

RGB color model

#AAAA97 color RGB value is (170,170,151).

RGB: (170,170,151) (67%, 67%, 59%)

RGB channels and saturation

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

170
170
151

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

Portions of RGB colors in percentages

R + G + B = 170 + 170 + 151 = 491 (100%)
R 170 of 491 ~ 34.62%
G 170 of 491 ~ 34.62%
B 151 of 491 ~ 30.75'%

%34.62
%34.62
%30.75

CMYK color model

#AAAA97 color CMYK value is (0,0,11,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.18%
  • key color value is 33.33%
CMYK: (0,0,11,33) C0M0Y11K33 (0%,0%,11%,33%) (0.00/0.00/0.11/0.33) 

CMYK percentages

%0
%0
%11.18
%33.33

Codes

Color #AAAA97 in popluar color models

AA AA 97
RGB 170 170 151
HSL 60° 10.05% 62.94%
HSB/HSV 60° 11.18% 66.67%
CMYK 0.00% 0.00% 11.18%
33.33%

Color #AAAA97 in popluar number systems.

HEX AA AA 97
Decimal 170 170 151
Binary 10101010 10101010 10010111
Octal 252 252 227

Shades and tints

Shades of #AAAA97

#AAAA97
(170,170,151)
#9B9B8A
(155,155,138)
#8C8C7D
(140,140,125)
#7D7D70
(125,125,112)
#6E6E63
(110,110,99)
#5F5F56
(95,95,86)
#505049
(80,80,73)
#41413C
(65,65,60)
#32322F
(50,50,47)
#232322
(35,35,34)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #AAAA97

#AAAA97
(170,170,151)
#B1B1A0
(177,177,160)
#B8B8A9
(184,184,169)
#BFBFB2
(191,191,178)
#C6C6BB
(198,198,187)
#CDCDC4
(205,205,196)
#D4D4CD
(212,212,205)
#DBDBD6
(219,219,214)
#E2E2DF
(226,226,223)
#E9E9E8
(233,233,232)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAA97; }

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

This text font color is #AAAA97.

Background Color

.myBgColor { background-color: #AAAA97; }

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

This div background color is #AAAA97.

Border color

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

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

This div border color is #AAAA97.

Opacity

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

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

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

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

This text has shadow with #AAAA97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAA97.

Preview

Color preview on black background

This text has color #AAAA97 on black background.


Color preview on white background

This text has color #AAAA97 on white background.


Black color preview on #AAAA97 background

This text has black color on #AAAA97 background.


White color preview on #AAAA97 background

This text has white color on #AAAA97 background.


Related colors

Complementary color

Complementary color for #hex is #555568.


I love getcolorcode.com