COLOR #AEA594

HEX: #AEA594
RGB: (174,165,148)

Color info

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

RGB color model

#AEA594 color RGB value is (174,165,148).

  • red value is 174;
  • green value is 165;
  • blue value is 148.
RGB:
(174,165,148)
(68%,65%,58%)

RGB channels and saturation

R 174 of 255 = 68%
G 165 of 255 = 65%
B 148 of 255 = 58%

174
165
148

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

Portions of RGB colors in percentages

R + G + B =
174 + 165 + 148 = 487 (100%)
R 174 of 487 ~ 35.73%
G 165 of 487 ~ 33.88%
B 148 of 487 ~ 30.39%

%35.73
%33.88
%30.39

CMYK color model

#AEA594 color CMYK value is (0,5,15,32).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 14.94%
  • key color value is 31.76%
CMYK:
(0,5,15,32)
C0M5Y15K32 
(0%,5%,15%,32%)
(0.00/0.05/0.15/0.32)	

CMYK percentages

%0
%5.17
%14.94
%31.76

Codes

Color #AEA594 in popluar color models

AEA594
RGB174165148
HSL39°13.83%63.14%
HSB/HSV39°14.94%68.24%
CMYK0.00%5.17%14.94%
31.76%

Color #AEA594 in popluar number systems.

HEXAEA594
Decimal174165148
Binary101011101010010110010100
Octal256245224

Shades and tints

Shades of #AEA594

#AEA594
(174,165,148)
#9F9687
(159,150,135)
#90877A
(144,135,122)
#81786D
(129,120,109)
#726960
(114,105,96)
#635A53
(99,90,83)
#544B46
(84,75,70)
#453C39
(69,60,57)
#362D2C
(54,45,44)
#271E1F
(39,30,31)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #AEA594

#AEA594
(174,165,148)
#B5AD9D
(181,173,157)
#BCB5A6
(188,181,166)
#C3BDAF
(195,189,175)
#CAC5B8
(202,197,184)
#D1CDC1
(209,205,193)
#D8D5CA
(216,213,202)
#DFDDD3
(223,221,211)
#E6E5DC
(230,229,220)
#EDEDE5
(237,237,229)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA594; }

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

This text font color is #AEA594.


Background Color

.myBgColor { background-color: #AEA594; }

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

This div background color is #AEA594.


Border color

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

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

This div border color is #AEA594.


Opacity

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

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

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

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

This text has shadow with #AEA594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA594 on black background.


Color preview on white background

This text has color #AEA594 on white background.



Black color preview on #AEA594 background

This text has black color on #AEA594 background.


White color preview on #AEA594 background

This text has white color on #AEA594 background.