COLOR #AEA04B

HEX: #AEA04B
RGB: (174,160,75)

Color info

#AEA04B contains mainly red and green colors. Web safe color of #AEA04B is #999933 (or #993).

RGB color model

#AEA04B color RGB value is (174,160,75).

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

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 75 of 255 = 29%

174
160
75

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

Portions of RGB colors in percentages

R + G + B =
174 + 160 + 75 = 409 (100%)
R 174 of 409 ~ 42.54%
G 160 of 409 ~ 39.12%
B 75 of 409 ~ 18.34%

%42.54
%39.12
%18.34

CMYK color model

#AEA04B color CMYK value is (0,8,57,32).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 56.90%
  • key color value is 31.76%
CMYK:
(0,8,57,32)
C0M8Y57K32 
(0%,8%,57%,32%)
(0.00/0.08/0.57/0.32)	

CMYK percentages

%0
%8.05
%56.9
%31.76

Codes

Color #AEA04B in popluar color models

AEA04B
RGB17416075
HSL52°39.76%48.82%
HSB/HSV52°56.90%68.24%
CMYK0.00%8.05%56.90%
31.76%

Color #AEA04B in popluar number systems.

HEXAEA04B
Decimal17416075
Binary10101110101000001001011
Octal256240113

Shades and tints

Shades of #AEA04B

#AEA04B
(174,160,75)
#9F9245
(159,146,69)
#90843F
(144,132,63)
#817639
(129,118,57)
#726833
(114,104,51)
#635A2D
(99,90,45)
#544C27
(84,76,39)
#453E21
(69,62,33)
#36301B
(54,48,27)
#272215
(39,34,21)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #AEA04B

#AEA04B
(174,160,75)
#B5A85B
(181,168,91)
#BCB06B
(188,176,107)
#C3B87B
(195,184,123)
#CAC08B
(202,192,139)
#D1C89B
(209,200,155)
#D8D0AB
(216,208,171)
#DFD8BB
(223,216,187)
#E6E0CB
(230,224,203)
#EDE8DB
(237,232,219)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA04B; }

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

This text font color is #AEA04B.


Background Color

.myBgColor { background-color: #AEA04B; }

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

This div background color is #AEA04B.


Border color

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

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

This div border color is #AEA04B.


Opacity

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

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

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

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

This text has shadow with #AEA04B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA04B on black background.


Color preview on white background

This text has color #AEA04B on white background.



Black color preview on #AEA04B background

This text has black color on #AEA04B background.


White color preview on #AEA04B background

This text has white color on #AEA04B background.