COLOR #AEA079

HEX: #AEA079
RGB: (174,160,121)

Color info

#AEA079 contains red, green and blue colors in about the same proportion. Web safe color of #AEA079 is #999966 (or #996).

RGB color model

#AEA079 color RGB value is (174,160,121).

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

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 121 of 255 = 47%

174
160
121

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

Portions of RGB colors in percentages

R + G + B =
174 + 160 + 121 = 455 (100%)
R 174 of 455 ~ 38.24%
G 160 of 455 ~ 35.16%
B 121 of 455 ~ 26.59%

%38.24
%35.16
%26.59

CMYK color model

#AEA079 color CMYK value is (0,8,30,32).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 30.46%
  • key color value is 31.76%
CMYK:
(0,8,30,32)
C0M8Y30K32 
(0%,8%,30%,32%)
(0.00/0.08/0.30/0.32)	

CMYK percentages

%0
%8.05
%30.46
%31.76

Codes

Color #AEA079 in popluar color models

AEA079
RGB174160121
HSL44°24.65%57.84%
HSB/HSV44°30.46%68.24%
CMYK0.00%8.05%30.46%
31.76%

Color #AEA079 in popluar number systems.

HEXAEA079
Decimal174160121
Binary10101110101000001111001
Octal256240171

Shades and tints

Shades of #AEA079

#AEA079
(174,160,121)
#9F926E
(159,146,110)
#908463
(144,132,99)
#817658
(129,118,88)
#72684D
(114,104,77)
#635A42
(99,90,66)
#544C37
(84,76,55)
#453E2C
(69,62,44)
#363021
(54,48,33)
#272216
(39,34,22)
#18140B
(24,20,11)
#000000
(0,0,0)

Tints of #AEA079

#AEA079
(174,160,121)
#B5A885
(181,168,133)
#BCB091
(188,176,145)
#C3B89D
(195,184,157)
#CAC0A9
(202,192,169)
#D1C8B5
(209,200,181)
#D8D0C1
(216,208,193)
#DFD8CD
(223,216,205)
#E6E0D9
(230,224,217)
#EDE8E5
(237,232,229)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA079; }

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

This text font color is #AEA079.


Background Color

.myBgColor { background-color: #AEA079; }

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

This div background color is #AEA079.


Border color

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

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

This div border color is #AEA079.


Opacity

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

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

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

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

This text has shadow with #AEA079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA079 on black background.


Color preview on white background

This text has color #AEA079 on white background.



Black color preview on #AEA079 background

This text has black color on #AEA079 background.


White color preview on #AEA079 background

This text has white color on #AEA079 background.