COLOR #AEA58A

HEX: #AEA58A RGB: (174,165,138)

Color info

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

RGB color model

#AEA58A color RGB value is (174,165,138).

RGB: (174,165,138) (68%, 65%, 54%)

RGB channels and saturation

R 174 of 255 = 68%
G 165 of 255 = 65%
B 138 of 255 = 54%

174
165
138

R + G + B ~ 62%. #AEA58A is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 165 + 138 = 477 (100%)
R 174 of 477 ~ 36.48%
G 165 of 477 ~ 34.59%
B 138 of 477 ~ 28.93'%

%36.48
%34.59
%28.93

CMYK color model

#AEA58A color CMYK value is (0,5,21,32).

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

CMYK: (0,5,21,32)
C0M5Y21K32 (0%, 5%, 21%, 32%)
(0.00 / 0.05 / 0.21 / 0.32)

CMYK percentages

%0
%5.17
%20.69
%31.76

Codes

Color #AEA58A in popluar color models

AE A5 8A
RGB 174 165 138
HSL 45° 18.18% 61.18%
HSB/HSV 45° 20.69% 68.24%
CMYK 0.00% 5.17% 20.69%
31.76%

Color #AEA58A in popluar number systems.

HEX AE A5 8A
Decimal 174 165 138
Binary 10101110 10100101 10001010
Octal 256 245 212

Shades and tints

Shades of #AEA58A

#AEA58A
(174,165,138)
#9F967E
(159,150,126)
#908772
(144,135,114)
#817866
(129,120,102)
#72695A
(114,105,90)
#635A4E
(99,90,78)
#544B42
(84,75,66)
#453C36
(69,60,54)
#362D2A
(54,45,42)
#271E1E
(39,30,30)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #AEA58A

#AEA58A
(174,165,138)
#B5AD94
(181,173,148)
#BCB59E
(188,181,158)
#C3BDA8
(195,189,168)
#CAC5B2
(202,197,178)
#D1CDBC
(209,205,188)
#D8D5C6
(216,213,198)
#DFDDD0
(223,221,208)
#E6E5DA
(230,229,218)
#EDEDE4
(237,237,228)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA58A; }

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

This text font color is #AEA58A.

Background Color

.myBgColor { background-color: #AEA58A; }

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

This div background color is #AEA58A.

Border color

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

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

This div border color is #AEA58A.

Opacity

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

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

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

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

This text has shadow with #AEA58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA58A.

Preview

Color preview on black background

This text has color #AEA58A on black background.


Color preview on white background

This text has color #AEA58A on white background.


Black color preview on #AEA58A background

This text has black color on #AEA58A background.


White color preview on #AEA58A background

This text has white color on #AEA58A background.


Related colors

Complementary color

Complementary color for #hex is #515A75.


I love getcolorcode.com

Triadic colors

1 #8AAEA5 and #A58AAE with #AEA58A are triadic colors.

2 #8AA5AE and #A5AE8A with #AEA58A are triadic colors.