COLOR #AEA377

HEX: #AEA377
RGB: (174,163,119)

Color info

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

RGB color model

#AEA377 color RGB value is (174,163,119).

  • red value is 174;
  • green value is 163;
  • blue value is 119.
RGB:
(174,163,119)
(68%,64%,47%)

RGB channels and saturation

R 174 of 255 = 68%
G 163 of 255 = 64%
B 119 of 255 = 47%

174
163
119

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

Portions of RGB colors in percentages

R + G + B =
174 + 163 + 119 = 456 (100%)
R 174 of 456 ~ 38.16%
G 163 of 456 ~ 35.75%
B 119 of 456 ~ 26.1%

%38.16
%35.75
%26.1

CMYK color model

#AEA377 color CMYK value is (0,6,32,32).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 31.61%
  • key color value is 31.76%
CMYK:
(0,6,32,32)
C0M6Y32K32 
(0%,6%,32%,32%)
(0.00/0.06/0.32/0.32)	

CMYK percentages

%0
%6.32
%31.61
%31.76

Codes

Color #AEA377 in popluar color models

AEA377
RGB174163119
HSL48°25.35%57.45%
HSB/HSV48°31.61%68.24%
CMYK0.00%6.32%31.61%
31.76%

Color #AEA377 in popluar number systems.

HEXAEA377
Decimal174163119
Binary10101110101000111110111
Octal256243167

Shades and tints

Shades of #AEA377

#AEA377
(174,163,119)
#9F956D
(159,149,109)
#908763
(144,135,99)
#817959
(129,121,89)
#726B4F
(114,107,79)
#635D45
(99,93,69)
#544F3B
(84,79,59)
#454131
(69,65,49)
#363327
(54,51,39)
#27251D
(39,37,29)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #AEA377

#AEA377
(174,163,119)
#B5AB83
(181,171,131)
#BCB38F
(188,179,143)
#C3BB9B
(195,187,155)
#CAC3A7
(202,195,167)
#D1CBB3
(209,203,179)
#D8D3BF
(216,211,191)
#DFDBCB
(223,219,203)
#E6E3D7
(230,227,215)
#EDEBE3
(237,235,227)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA377 color. Also use rgb(174,163,119) instead hex code.

Text Font Color

.myTextColor { color: #AEA377; }

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

This text font color is #AEA377.


Background Color

.myBgColor { background-color: #AEA377; }

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

This div background color is #AEA377.


Border color

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

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

This div border color is #AEA377.


Opacity

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

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

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

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

This text has shadow with #AEA377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA377 on black background.


Color preview on white background

This text has color #AEA377 on white background.



Black color preview on #AEA377 background

This text has black color on #AEA377 background.


White color preview on #AEA377 background

This text has white color on #AEA377 background.