COLOR #AEA194

HEX: #AEA194
RGB: (174,161,148)

Color info

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

RGB color model

#AEA194 color RGB value is (174,161,148).

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

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 148 of 255 = 58%

174
161
148

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

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 148 = 483 (100%)
R 174 of 483 ~ 36.02%
G 161 of 483 ~ 33.33%
B 148 of 483 ~ 30.64%

%36.02
%33.33
%30.64

CMYK color model

#AEA194 color CMYK value is (0,7,15,32).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 14.94%
  • key color value is 31.76%
CMYK:
(0,7,15,32)
C0M7Y15K32 
(0%,7%,15%,32%)
(0.00/0.07/0.15/0.32)	

CMYK percentages

%0
%7.47
%14.94
%31.76

Codes

Color #AEA194 in popluar color models

AEA194
RGB174161148
HSL30°13.83%63.14%
HSB/HSV30°14.94%68.24%
CMYK0.00%7.47%14.94%
31.76%

Color #AEA194 in popluar number systems.

HEXAEA194
Decimal174161148
Binary101011101010000110010100
Octal256241224

Shades and tints

Shades of #AEA194

#AEA194
(174,161,148)
#9F9387
(159,147,135)
#90857A
(144,133,122)
#81776D
(129,119,109)
#726960
(114,105,96)
#635B53
(99,91,83)
#544D46
(84,77,70)
#453F39
(69,63,57)
#36312C
(54,49,44)
#27231F
(39,35,31)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #AEA194

#AEA194
(174,161,148)
#B5A99D
(181,169,157)
#BCB1A6
(188,177,166)
#C3B9AF
(195,185,175)
#CAC1B8
(202,193,184)
#D1C9C1
(209,201,193)
#D8D1CA
(216,209,202)
#DFD9D3
(223,217,211)
#E6E1DC
(230,225,220)
#EDE9E5
(237,233,229)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA194; }

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

This text font color is #AEA194.


Background Color

.myBgColor { background-color: #AEA194; }

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

This div background color is #AEA194.


Border color

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

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

This div border color is #AEA194.


Opacity

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

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

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

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

This text has shadow with #AEA194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA194 on black background.


Color preview on white background

This text has color #AEA194 on white background.



Black color preview on #AEA194 background

This text has black color on #AEA194 background.


White color preview on #AEA194 background

This text has white color on #AEA194 background.