COLOR #AEA58C

HEX: #AEA58C RGB: (174,165,140)

Color info

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

RGB color model

#AEA58C color RGB value is (174,165,140).

RGB: (174,165,140) (68%, 65%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 165 of 255 = 65%
B 140 of 255 = 55%

174
165
140

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

Portions of RGB colors in percentages

R + G + B = 174 + 165 + 140 = 479 (100%)
R 174 of 479 ~ 36.33%
G 165 of 479 ~ 34.45%
B 140 of 479 ~ 29.23'%

%36.33
%34.45
%29.23

CMYK color model

#AEA58C color CMYK value is (0,5,20,32).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 19.54%
  • key color value is 31.76%

CMYK: (0,5,20,32)
C0M5Y20K32 (0%, 5%, 20%, 32%)
(0.00 / 0.05 / 0.20 / 0.32)

CMYK percentages

%0
%5.17
%19.54
%31.76

Codes

Color #AEA58C in popluar color models

AE A5 8C
RGB 174 165 140
HSL 44° 17.35% 61.57%
HSB/HSV 44° 19.54% 68.24%
CMYK 0.00% 5.17% 19.54%
31.76%

Color #AEA58C in popluar number systems.

HEX AE A5 8C
Decimal 174 165 140
Binary 10101110 10100101 10001100
Octal 256 245 214

Shades and tints

Shades of #AEA58C

#AEA58C
(174,165,140)
#9F9680
(159,150,128)
#908774
(144,135,116)
#817868
(129,120,104)
#72695C
(114,105,92)
#635A50
(99,90,80)
#544B44
(84,75,68)
#453C38
(69,60,56)
#362D2C
(54,45,44)
#271E20
(39,30,32)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #AEA58C

#AEA58C
(174,165,140)
#B5AD96
(181,173,150)
#BCB5A0
(188,181,160)
#C3BDAA
(195,189,170)
#CAC5B4
(202,197,180)
#D1CDBE
(209,205,190)
#D8D5C8
(216,213,200)
#DFDDD2
(223,221,210)
#E6E5DC
(230,229,220)
#EDEDE6
(237,237,230)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA58C color. Also use rgb(174,165,140) instead hex code.

Text Font Color

.myTextColor { color: #AEA58C; }

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

This text font color is #AEA58C.

Background Color

.myBgColor { background-color: #AEA58C; }

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

This div background color is #AEA58C.

Border color

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

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

This div border color is #AEA58C.

Opacity

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

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

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

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

This text has shadow with #AEA58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA58C.

Preview

Color preview on black background

This text has color #AEA58C on black background.


Color preview on white background

This text has color #AEA58C on white background.


Black color preview on #AEA58C background

This text has black color on #AEA58C background.


White color preview on #AEA58C background

This text has white color on #AEA58C background.


Related colors

Complementary color

Complementary color for #hex is #515A73.


I love getcolorcode.com

Triadic colors

1 #8CAEA5 and #A58CAE with #AEA58C are triadic colors.

2 #8CA5AE and #A5AE8C with #AEA58C are triadic colors.