COLOR #AEAD99

HEX: #AEAD99
RGB: (174,173,153)

Color info

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

RGB color model

#AEAD99 color RGB value is (174,173,153).

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

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 153 of 255 = 60%

174
173
153

R + G + B ~ 65%. #AEAD99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 173 + 153 = 500 (100%)
R 174 of 500 ~ 34.8%
G 173 of 500 ~ 34.6%
B 153 of 500 ~ 30.6%

%34.8
%34.6
%30.6

CMYK color model

#AEAD99 color CMYK value is (0,1,12,32).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 12.07%
  • key color value is 31.76%
CMYK:
(0,1,12,32)
C0M1Y12K32 
(0%,1%,12%,32%)
(0.00/0.01/0.12/0.32)	

CMYK percentages

%0
%0.57
%12.07
%31.76

Codes

Color #AEAD99 in popluar color models

AEAD99
RGB174173153
HSL57°11.48%64.12%
HSB/HSV57°12.07%68.24%
CMYK0.00%0.57%12.07%
31.76%

Color #AEAD99 in popluar number systems.

HEXAEAD99
Decimal174173153
Binary101011101010110110011001
Octal256255231

Shades and tints

Shades of #AEAD99

#AEAD99
(174,173,153)
#9F9E8C
(159,158,140)
#908F7F
(144,143,127)
#818072
(129,128,114)
#727165
(114,113,101)
#636258
(99,98,88)
#54534B
(84,83,75)
#45443E
(69,68,62)
#363531
(54,53,49)
#272624
(39,38,36)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #AEAD99

#AEAD99
(174,173,153)
#B5B4A2
(181,180,162)
#BCBBAB
(188,187,171)
#C3C2B4
(195,194,180)
#CAC9BD
(202,201,189)
#D1D0C6
(209,208,198)
#D8D7CF
(216,215,207)
#DFDED8
(223,222,216)
#E6E5E1
(230,229,225)
#EDECEA
(237,236,234)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAD99; }

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

This text font color is #AEAD99.


Background Color

.myBgColor { background-color: #AEAD99; }

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

This div background color is #AEAD99.


Border color

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

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

This div border color is #AEAD99.


Opacity

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

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

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

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

This text has shadow with #AEAD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAD99 on black background.


Color preview on white background

This text has color #AEAD99 on white background.



Black color preview on #AEAD99 background

This text has black color on #AEAD99 background.


White color preview on #AEAD99 background

This text has white color on #AEAD99 background.