COLOR #AAA297

HEX: #AAA297 RGB: (170,162,151)

Color info

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

RGB color model

#AAA297 color RGB value is (170,162,151).

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

RGB channels and saturation

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

170
162
151

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

Portions of RGB colors in percentages

R + G + B = 170 + 162 + 151 = 483 (100%)
R 170 of 483 ~ 35.2%
G 162 of 483 ~ 33.54%
B 151 of 483 ~ 31.26'%

%35.2
%33.54
%31.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 11.18%
  • key color value is 33.33%

CMYK: (0,5,11,33)
C0M5Y11K33 (0%, 5%, 11%, 33%)
(0.00 / 0.05 / 0.11 / 0.33)

CMYK percentages

%0
%4.71
%11.18
%33.33

Codes

Color #AAA297 in popluar color models

AA A2 97
RGB 170 162 151
HSL 35° 10.05% 62.94%
HSB/HSV 35° 11.18% 66.67%
CMYK 0.00% 4.71% 11.18%
33.33%

Color #AAA297 in popluar number systems.

HEX AA A2 97
Decimal 170 162 151
Binary 10101010 10100010 10010111
Octal 252 242 227

Shades and tints

Shades of #AAA297

#AAA297
(170,162,151)
#9B948A
(155,148,138)
#8C867D
(140,134,125)
#7D7870
(125,120,112)
#6E6A63
(110,106,99)
#5F5C56
(95,92,86)
#504E49
(80,78,73)
#41403C
(65,64,60)
#32322F
(50,50,47)
#232422
(35,36,34)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #AAA297

#AAA297
(170,162,151)
#B1AAA0
(177,170,160)
#B8B2A9
(184,178,169)
#BFBAB2
(191,186,178)
#C6C2BB
(198,194,187)
#CDCAC4
(205,202,196)
#D4D2CD
(212,210,205)
#DBDAD6
(219,218,214)
#E2E2DF
(226,226,223)
#E9EAE8
(233,234,232)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA297; }

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

This text font color is #AAA297.

Background Color

.myBgColor { background-color: #AAA297; }

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

This div background color is #AAA297.

Border color

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

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

This div border color is #AAA297.

Opacity

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

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

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

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

This text has shadow with #AAA297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA297.

Preview

Color preview on black background

This text has color #AAA297 on black background.


Color preview on white background

This text has color #AAA297 on white background.


Black color preview on #AAA297 background

This text has black color on #AAA297 background.


White color preview on #AAA297 background

This text has white color on #AAA297 background.


Related colors

Complementary color

Complementary color for #hex is #555D68.


I love getcolorcode.com

Triadic colors

1 #97AAA2 and #A297AA with #AAA297 are triadic colors.

2 #97A2AA and #A2AA97 with #AAA297 are triadic colors.