COLOR #AEA093

HEX: #AEA093
RGB: (174,160,147)

Color info

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

RGB color model

#AEA093 color RGB value is (174,160,147).

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

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 147 of 255 = 58%

174
160
147

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

Portions of RGB colors in percentages

R + G + B =
174 + 160 + 147 = 481 (100%)
R 174 of 481 ~ 36.17%
G 160 of 481 ~ 33.26%
B 147 of 481 ~ 30.56%

%36.17
%33.26
%30.56

CMYK color model

#AEA093 color CMYK value is (0,8,16,32).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 15.52%
  • key color value is 31.76%
CMYK:
(0,8,16,32)
C0M8Y16K32 
(0%,8%,16%,32%)
(0.00/0.08/0.16/0.32)	

CMYK percentages

%0
%8.05
%15.52
%31.76

Codes

Color #AEA093 in popluar color models

AEA093
RGB174160147
HSL29°14.29%62.94%
HSB/HSV29°15.52%68.24%
CMYK0.00%8.05%15.52%
31.76%

Color #AEA093 in popluar number systems.

HEXAEA093
Decimal174160147
Binary101011101010000010010011
Octal256240223

Shades and tints

Shades of #AEA093

#AEA093
(174,160,147)
#9F9286
(159,146,134)
#908479
(144,132,121)
#81766C
(129,118,108)
#72685F
(114,104,95)
#635A52
(99,90,82)
#544C45
(84,76,69)
#453E38
(69,62,56)
#36302B
(54,48,43)
#27221E
(39,34,30)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AEA093

#AEA093
(174,160,147)
#B5A89C
(181,168,156)
#BCB0A5
(188,176,165)
#C3B8AE
(195,184,174)
#CAC0B7
(202,192,183)
#D1C8C0
(209,200,192)
#D8D0C9
(216,208,201)
#DFD8D2
(223,216,210)
#E6E0DB
(230,224,219)
#EDE8E4
(237,232,228)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA093 color. Also use rgb(174,160,147) instead hex code.

Text Font Color

.myTextColor { color: #AEA093; }

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

This text font color is #AEA093.


Background Color

.myBgColor { background-color: #AEA093; }

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

This div background color is #AEA093.


Border color

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

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

This div border color is #AEA093.


Opacity

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

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

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

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

This text has shadow with #AEA093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA093 on black background.


Color preview on white background

This text has color #AEA093 on white background.



Black color preview on #AEA093 background

This text has black color on #AEA093 background.


White color preview on #AEA093 background

This text has white color on #AEA093 background.