COLOR #AEAD9F

HEX: #AEAD9F
RGB: (174,173,159)

Color info

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

RGB color model

#AEAD9F color RGB value is (174,173,159).

  • red value is 174;
  • green value is 173;
  • blue value is 159.
RGB:
(174,173,159)
(68%,68%,62%)

RGB channels and saturation

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

174
173
159

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

Portions of RGB colors in percentages

R + G + B =
174 + 173 + 159 = 506 (100%)
R 174 of 506 ~ 34.39%
G 173 of 506 ~ 34.19%
B 159 of 506 ~ 31.42%

%34.39
%34.19
%31.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 8.62%
  • 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
%8.62
%31.76

Codes

Color #AEAD9F in popluar color models

AEAD9F
RGB174173159
HSL56°8.47%65.29%
HSB/HSV56°8.62%68.24%
CMYK0.00%0.57%8.62%
31.76%

Color #AEAD9F in popluar number systems.

HEXAEAD9F
Decimal174173159
Binary101011101010110110011111
Octal256255237

Shades and tints

Shades of #AEAD9F

#AEAD9F
(174,173,159)
#9F9E91
(159,158,145)
#908F83
(144,143,131)
#818075
(129,128,117)
#727167
(114,113,103)
#636259
(99,98,89)
#54534B
(84,83,75)
#45443D
(69,68,61)
#36352F
(54,53,47)
#272621
(39,38,33)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #AEAD9F

#AEAD9F
(174,173,159)
#B5B4A7
(181,180,167)
#BCBBAF
(188,187,175)
#C3C2B7
(195,194,183)
#CAC9BF
(202,201,191)
#D1D0C7
(209,208,199)
#D8D7CF
(216,215,207)
#DFDED7
(223,222,215)
#E6E5DF
(230,229,223)
#EDECE7
(237,236,231)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAD9F; }

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

This text font color is #AEAD9F.


Background Color

.myBgColor { background-color: #AEAD9F; }

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

This div background color is #AEAD9F.


Border color

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

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

This div border color is #AEAD9F.


Opacity

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

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

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

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

This text has shadow with #AEAD9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAD9F on black background.


Color preview on white background

This text has color #AEAD9F on white background.



Black color preview on #AEAD9F background

This text has black color on #AEAD9F background.


White color preview on #AEAD9F background

This text has white color on #AEAD9F background.