COLOR #AEAD92

HEX: #AEAD92
RGB: (174,173,146)

Color info

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

RGB color model

#AEAD92 color RGB value is (174,173,146).

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

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 146 of 255 = 57%

174
173
146

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

Portions of RGB colors in percentages

R + G + B =
174 + 173 + 146 = 493 (100%)
R 174 of 493 ~ 35.29%
G 173 of 493 ~ 35.09%
B 146 of 493 ~ 29.61%

%35.29
%35.09
%29.61

CMYK color model

#AEAD92 color CMYK value is (0,1,16,32).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(0,1,16,32)
C0M1Y16K32 
(0%,1%,16%,32%)
(0.00/0.01/0.16/0.32)	

CMYK percentages

%0
%0.57
%16.09
%31.76

Codes

Color #AEAD92 in popluar color models

AEAD92
RGB174173146
HSL58°14.74%62.75%
HSB/HSV58°16.09%68.24%
CMYK0.00%0.57%16.09%
31.76%

Color #AEAD92 in popluar number systems.

HEXAEAD92
Decimal174173146
Binary101011101010110110010010
Octal256255222

Shades and tints

Shades of #AEAD92

#AEAD92
(174,173,146)
#9F9E85
(159,158,133)
#908F78
(144,143,120)
#81806B
(129,128,107)
#72715E
(114,113,94)
#636251
(99,98,81)
#545344
(84,83,68)
#454437
(69,68,55)
#36352A
(54,53,42)
#27261D
(39,38,29)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #AEAD92

#AEAD92
(174,173,146)
#B5B49B
(181,180,155)
#BCBBA4
(188,187,164)
#C3C2AD
(195,194,173)
#CAC9B6
(202,201,182)
#D1D0BF
(209,208,191)
#D8D7C8
(216,215,200)
#DFDED1
(223,222,209)
#E6E5DA
(230,229,218)
#EDECE3
(237,236,227)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAD92; }

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

This text font color is #AEAD92.


Background Color

.myBgColor { background-color: #AEAD92; }

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

This div background color is #AEAD92.


Border color

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

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

This div border color is #AEAD92.


Opacity

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

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

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

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

This text has shadow with #AEAD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAD92 on black background.


Color preview on white background

This text has color #AEAD92 on white background.



Black color preview on #AEAD92 background

This text has black color on #AEAD92 background.


White color preview on #AEAD92 background

This text has white color on #AEAD92 background.