COLOR #AEA15A

HEX: #AEA15A
RGB: (174,161,90)

Color info

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

RGB color model

#AEA15A color RGB value is (174,161,90).

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

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 90 of 255 = 35%

174
161
90

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

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 90 = 425 (100%)
R 174 of 425 ~ 40.94%
G 161 of 425 ~ 37.88%
B 90 of 425 ~ 21.18%

%40.94
%37.88
%21.18

CMYK color model

#AEA15A color CMYK value is (0,7,48,32).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 48.28%
  • key color value is 31.76%
CMYK:
(0,7,48,32)
C0M7Y48K32 
(0%,7%,48%,32%)
(0.00/0.07/0.48/0.32)	

CMYK percentages

%0
%7.47
%48.28
%31.76

Codes

Color #AEA15A in popluar color models

AEA15A
RGB17416190
HSL51°34.15%51.76%
HSB/HSV51°48.28%68.24%
CMYK0.00%7.47%48.28%
31.76%

Color #AEA15A in popluar number systems.

HEXAEA15A
Decimal17416190
Binary10101110101000011011010
Octal256241132

Shades and tints

Shades of #AEA15A

#AEA15A
(174,161,90)
#9F9352
(159,147,82)
#90854A
(144,133,74)
#817742
(129,119,66)
#72693A
(114,105,58)
#635B32
(99,91,50)
#544D2A
(84,77,42)
#453F22
(69,63,34)
#36311A
(54,49,26)
#272312
(39,35,18)
#18150A
(24,21,10)
#000000
(0,0,0)

Tints of #AEA15A

#AEA15A
(174,161,90)
#B5A969
(181,169,105)
#BCB178
(188,177,120)
#C3B987
(195,185,135)
#CAC196
(202,193,150)
#D1C9A5
(209,201,165)
#D8D1B4
(216,209,180)
#DFD9C3
(223,217,195)
#E6E1D2
(230,225,210)
#EDE9E1
(237,233,225)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA15A; }

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

This text font color is #AEA15A.


Background Color

.myBgColor { background-color: #AEA15A; }

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

This div background color is #AEA15A.


Border color

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

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

This div border color is #AEA15A.


Opacity

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

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

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

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

This text has shadow with #AEA15A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA15A on black background.


Color preview on white background

This text has color #AEA15A on white background.



Black color preview on #AEA15A background

This text has black color on #AEA15A background.


White color preview on #AEA15A background

This text has white color on #AEA15A background.