COLOR #AEAD9E

HEX: #AEAD9E RGB: (174,173,158)

Color info

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

RGB color model

#AEAD9E color RGB value is (174,173,158).

RGB: (174,173,158) (68%, 68%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 158 of 255 = 62%

174
173
158

R + G + B ~ 66%. #AEAD9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 173 + 158 = 505 (100%)
R 174 of 505 ~ 34.46%
G 173 of 505 ~ 34.26%
B 158 of 505 ~ 31.29'%

%34.46
%34.26
%31.29

CMYK color model

#AEAD9E color CMYK value is (0,1,9,32).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 9.20%
  • key color value is 31.76%
CMYK: (0,1,9,32) C0M1Y9K32 (0%,1%,9%,32%) (0.00/0.01/0.09/0.32) 

CMYK percentages

%0
%0.57
%9.2
%31.76

Codes

Color #AEAD9E in popluar color models

AE AD 9E
RGB 174 173 158
HSL 56° 8.99% 65.10%
HSB/HSV 56° 9.20% 68.24%
CMYK 0.00% 0.57% 9.20%
31.76%

Color #AEAD9E in popluar number systems.

HEX AE AD 9E
Decimal 174 173 158
Binary 10101110 10101101 10011110
Octal 256 255 236

Shades and tints

Shades of #AEAD9E

#AEAD9E
(174,173,158)
#9F9E90
(159,158,144)
#908F82
(144,143,130)
#818074
(129,128,116)
#727166
(114,113,102)
#636258
(99,98,88)
#54534A
(84,83,74)
#45443C
(69,68,60)
#36352E
(54,53,46)
#272620
(39,38,32)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #AEAD9E

#AEAD9E
(174,173,158)
#B5B4A6
(181,180,166)
#BCBBAE
(188,187,174)
#C3C2B6
(195,194,182)
#CAC9BE
(202,201,190)
#D1D0C6
(209,208,198)
#D8D7CE
(216,215,206)
#DFDED6
(223,222,214)
#E6E5DE
(230,229,222)
#EDECE6
(237,236,230)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAD9E color. Also use rgb(174,173,158) instead hex code.

Text Font Color

.myTextColor { color: #AEAD9E; }

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

This text font color is #AEAD9E.

Background Color

.myBgColor { background-color: #AEAD9E; }

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

This div background color is #AEAD9E.

Border color

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

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

This div border color is #AEAD9E.

Opacity

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

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

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

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

This text has shadow with #AEAD9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAD9E.

Preview

Color preview on black background

This text has color #AEAD9E on black background.


Color preview on white background

This text has color #AEAD9E on white background.


Black color preview on #AEAD9E background

This text has black color on #AEAD9E background.


White color preview on #AEAD9E background

This text has white color on #AEAD9E background.


Related colors

Complementary color

Complementary color for #hex is #515261.


I love getcolorcode.com

Triadic colors

1 #9EAEAD and #AD9EAE with #AEAD9E are triadic colors.

2 #9EADAE and #ADAE9E with #AEAD9E are triadic colors.