COLOR #AEA492

HEX: #AEA492 RGB: (174,164,146)

Color info

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

RGB color model

#AEA492 color RGB value is (174,164,146).

RGB: (174,164,146) (68%, 64%, 57%)

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 146 of 255 = 57%

174
164
146

R + G + B ~ 63%. #AEA492 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 164 + 146 = 484 (100%)
R 174 of 484 ~ 35.95%
G 164 of 484 ~ 33.88%
B 146 of 484 ~ 30.17'%

%35.95
%33.88
%30.17

CMYK color model

#AEA492 color CMYK value is (0,6,16,32).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 16.09%
  • key color value is 31.76%

CMYK: (0,6,16,32)
C0M6Y16K32 (0%, 6%, 16%, 32%)
(0.00 / 0.06 / 0.16 / 0.32)

CMYK percentages

%0
%5.75
%16.09
%31.76

Codes

Color #AEA492 in popluar color models

AE A4 92
RGB 174 164 146
HSL 39° 14.74% 62.75%
HSB/HSV 39° 16.09% 68.24%
CMYK 0.00% 5.75% 16.09%
31.76%

Color #AEA492 in popluar number systems.

HEX AE A4 92
Decimal 174 164 146
Binary 10101110 10100100 10010010
Octal 256 244 222

Shades and tints

Shades of #AEA492

#AEA492
(174,164,146)
#9F9685
(159,150,133)
#908878
(144,136,120)
#817A6B
(129,122,107)
#726C5E
(114,108,94)
#635E51
(99,94,81)
#545044
(84,80,68)
#454237
(69,66,55)
#36342A
(54,52,42)
#27261D
(39,38,29)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #AEA492

#AEA492
(174,164,146)
#B5AC9B
(181,172,155)
#BCB4A4
(188,180,164)
#C3BCAD
(195,188,173)
#CAC4B6
(202,196,182)
#D1CCBF
(209,204,191)
#D8D4C8
(216,212,200)
#DFDCD1
(223,220,209)
#E6E4DA
(230,228,218)
#EDECE3
(237,236,227)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA492; }

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

This text font color is #AEA492.

Background Color

.myBgColor { background-color: #AEA492; }

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

This div background color is #AEA492.

Border color

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

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

This div border color is #AEA492.

Opacity

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

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

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

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

This text has shadow with #AEA492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA492.

Preview

Color preview on black background

This text has color #AEA492 on black background.


Color preview on white background

This text has color #AEA492 on white background.


Black color preview on #AEA492 background

This text has black color on #AEA492 background.


White color preview on #AEA492 background

This text has white color on #AEA492 background.


Related colors

Complementary color

Complementary color for #hex is #515B6D.


I love getcolorcode.com

Triadic colors

1 #92AEA4 and #A492AE with #AEA492 are triadic colors.

2 #92A4AE and #A4AE92 with #AEA492 are triadic colors.