COLOR #AEA57B

HEX: #AEA57B
RGB: (174,165,123)

Color info

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

RGB color model

#AEA57B color RGB value is (174,165,123).

  • red value is 174;
  • green value is 165;
  • blue value is 123.
RGB:
(174,165,123)
(68%,65%,48%)

RGB channels and saturation

R 174 of 255 = 68%
G 165 of 255 = 65%
B 123 of 255 = 48%

174
165
123

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

Portions of RGB colors in percentages

R + G + B =
174 + 165 + 123 = 462 (100%)
R 174 of 462 ~ 37.66%
G 165 of 462 ~ 35.71%
B 123 of 462 ~ 26.62%

%37.66
%35.71
%26.62

CMYK color model

#AEA57B color CMYK value is (0,5,29,32).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 29.31%
  • key color value is 31.76%
CMYK:
(0,5,29,32)
C0M5Y29K32 
(0%,5%,29%,32%)
(0.00/0.05/0.29/0.32)	

CMYK percentages

%0
%5.17
%29.31
%31.76

Codes

Color #AEA57B in popluar color models

AEA57B
RGB174165123
HSL49°23.94%58.24%
HSB/HSV49°29.31%68.24%
CMYK0.00%5.17%29.31%
31.76%

Color #AEA57B in popluar number systems.

HEXAEA57B
Decimal174165123
Binary10101110101001011111011
Octal256245173

Shades and tints

Shades of #AEA57B

#AEA57B
(174,165,123)
#9F9670
(159,150,112)
#908765
(144,135,101)
#81785A
(129,120,90)
#72694F
(114,105,79)
#635A44
(99,90,68)
#544B39
(84,75,57)
#453C2E
(69,60,46)
#362D23
(54,45,35)
#271E18
(39,30,24)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #AEA57B

#AEA57B
(174,165,123)
#B5AD87
(181,173,135)
#BCB593
(188,181,147)
#C3BD9F
(195,189,159)
#CAC5AB
(202,197,171)
#D1CDB7
(209,205,183)
#D8D5C3
(216,213,195)
#DFDDCF
(223,221,207)
#E6E5DB
(230,229,219)
#EDEDE7
(237,237,231)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA57B color. Also use rgb(174,165,123) instead hex code.

Text Font Color

.myTextColor { color: #AEA57B; }

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

This text font color is #AEA57B.


Background Color

.myBgColor { background-color: #AEA57B; }

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

This div background color is #AEA57B.


Border color

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

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

This div border color is #AEA57B.


Opacity

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

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

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

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

This text has shadow with #AEA57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA57B on black background.


Color preview on white background

This text has color #AEA57B on white background.



Black color preview on #AEA57B background

This text has black color on #AEA57B background.


White color preview on #AEA57B background

This text has white color on #AEA57B background.