COLOR #AEA06E

HEX: #AEA06E
RGB: (174,160,110)

Color info

#AEA06E contains mainly red and green colors. Web safe color of #AEA06E is #999966 (or #996).

RGB color model

#AEA06E color RGB value is (174,160,110).

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

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 110 of 255 = 43%

174
160
110

R + G + B ~ 58%. #AEA06E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 160 + 110 = 444 (100%)
R 174 of 444 ~ 39.19%
G 160 of 444 ~ 36.04%
B 110 of 444 ~ 24.77%

%39.19
%36.04
%24.77

CMYK color model

#AEA06E color CMYK value is (0,8,37,32).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 36.78%
  • key color value is 31.76%
CMYK:
(0,8,37,32)
C0M8Y37K32 
(0%,8%,37%,32%)
(0.00/0.08/0.37/0.32)	

CMYK percentages

%0
%8.05
%36.78
%31.76

Codes

Color #AEA06E in popluar color models

AEA06E
RGB174160110
HSL47°28.32%55.69%
HSB/HSV47°36.78%68.24%
CMYK0.00%8.05%36.78%
31.76%

Color #AEA06E in popluar number systems.

HEXAEA06E
Decimal174160110
Binary10101110101000001101110
Octal256240156

Shades and tints

Shades of #AEA06E

#AEA06E
(174,160,110)
#9F9264
(159,146,100)
#90845A
(144,132,90)
#817650
(129,118,80)
#726846
(114,104,70)
#635A3C
(99,90,60)
#544C32
(84,76,50)
#453E28
(69,62,40)
#36301E
(54,48,30)
#272214
(39,34,20)
#18140A
(24,20,10)
#000000
(0,0,0)

Tints of #AEA06E

#AEA06E
(174,160,110)
#B5A87B
(181,168,123)
#BCB088
(188,176,136)
#C3B895
(195,184,149)
#CAC0A2
(202,192,162)
#D1C8AF
(209,200,175)
#D8D0BC
(216,208,188)
#DFD8C9
(223,216,201)
#E6E0D6
(230,224,214)
#EDE8E3
(237,232,227)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA06E; }

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

This text font color is #AEA06E.


Background Color

.myBgColor { background-color: #AEA06E; }

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

This div background color is #AEA06E.


Border color

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

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

This div border color is #AEA06E.


Opacity

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

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

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

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

This text has shadow with #AEA06E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA06E on black background.


Color preview on white background

This text has color #AEA06E on white background.



Black color preview on #AEA06E background

This text has black color on #AEA06E background.


White color preview on #AEA06E background

This text has white color on #AEA06E background.