COLOR #AEA997

HEX: #AEA997 RGB: (174,169,151)

Color info

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

RGB color model

#AEA997 color RGB value is (174,169,151).

RGB: (174,169,151) (68%, 66%, 59%)

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 151 of 255 = 59%

174
169
151

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

Portions of RGB colors in percentages

R + G + B = 174 + 169 + 151 = 494 (100%)
R 174 of 494 ~ 35.22%
G 169 of 494 ~ 34.21%
B 151 of 494 ~ 30.57'%

%35.22
%34.21
%30.57

CMYK color model

#AEA997 color CMYK value is (0,3,13,32).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 13.22%
  • key color value is 31.76%
CMYK: (0,3,13,32) C0M3Y13K32 (0%,3%,13%,32%) (0.00/0.03/0.13/0.32) 

CMYK percentages

%0
%2.87
%13.22
%31.76

Codes

Color #AEA997 in popluar color models

AE A9 97
RGB 174 169 151
HSL 47° 12.43% 63.73%
HSB/HSV 47° 13.22% 68.24%
CMYK 0.00% 2.87% 13.22%
31.76%

Color #AEA997 in popluar number systems.

HEX AE A9 97
Decimal 174 169 151
Binary 10101110 10101001 10010111
Octal 256 251 227

Shades and tints

Shades of #AEA997

#AEA997
(174,169,151)
#9F9A8A
(159,154,138)
#908B7D
(144,139,125)
#817C70
(129,124,112)
#726D63
(114,109,99)
#635E56
(99,94,86)
#544F49
(84,79,73)
#45403C
(69,64,60)
#36312F
(54,49,47)
#272222
(39,34,34)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AEA997

#AEA997
(174,169,151)
#B5B0A0
(181,176,160)
#BCB7A9
(188,183,169)
#C3BEB2
(195,190,178)
#CAC5BB
(202,197,187)
#D1CCC4
(209,204,196)
#D8D3CD
(216,211,205)
#DFDAD6
(223,218,214)
#E6E1DF
(230,225,223)
#EDE8E8
(237,232,232)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA997; }

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

This text font color is #AEA997.

Background Color

.myBgColor { background-color: #AEA997; }

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

This div background color is #AEA997.

Border color

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

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

This div border color is #AEA997.

Opacity

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

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

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

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

This text has shadow with #AEA997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA997.

Preview

Color preview on black background

This text has color #AEA997 on black background.


Color preview on white background

This text has color #AEA997 on white background.


Black color preview on #AEA997 background

This text has black color on #AEA997 background.


White color preview on #AEA997 background

This text has white color on #AEA997 background.


Related colors

Complementary color

Complementary color for #hex is #515668.


I love getcolorcode.com

Triadic colors

1 #97AEA9 and #A997AE with #AEA997 are triadic colors.

2 #97A9AE and #A9AE97 with #AEA997 are triadic colors.