COLOR #AEB57A

HEX: #AEB57A
RGB: (174,181,122)

Color info

#AEB57A contains red, green and blue colors in about the same proportion. Web safe color of #AEB57A is #99CC66 (or #9C6).

RGB color model

#AEB57A color RGB value is (174,181,122).

  • red value is 174;
  • green value is 181;
  • blue value is 122.
RGB:
(174,181,122)
(68%,71%,48%)

RGB channels and saturation

R 174 of 255 = 68%
G 181 of 255 = 71%
B 122 of 255 = 48%

174
181
122

R + G + B ~ 62%. #AEB57A is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 181 + 122 = 477 (100%)
R 174 of 477 ~ 36.48%
G 181 of 477 ~ 37.95%
B 122 of 477 ~ 25.58%

%36.48
%37.95
%25.58

CMYK color model

#AEB57A color CMYK value is (4,0,33,29).

  • cyan value is 3.87%
  • magenta value is 0.00%
  • yellow value is 32.60%
  • key color value is 29.02%
CMYK:
(4,0,33,29)
C4M0Y33K29 
(4%,0%,33%,29%)
(0.04/0.00/0.33/0.29)	

CMYK percentages

%3.87
%0
%32.6
%29.02

Codes

Color #AEB57A in popluar color models

AEB57A
RGB174181122
HSL67°28.50%59.41%
HSB/HSV67°32.60%70.98%
CMYK3.87%0.00%32.60%
29.02%

Color #AEB57A in popluar number systems.

HEXAEB57A
Decimal174181122
Binary10101110101101011111010
Octal256265172

Shades and tints

Shades of #AEB57A

#AEB57A
(174,181,122)
#9FA56F
(159,165,111)
#909564
(144,149,100)
#818559
(129,133,89)
#72754E
(114,117,78)
#636543
(99,101,67)
#545538
(84,85,56)
#45452D
(69,69,45)
#363522
(54,53,34)
#272517
(39,37,23)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #AEB57A

#AEB57A
(174,181,122)
#B5BB86
(181,187,134)
#BCC192
(188,193,146)
#C3C79E
(195,199,158)
#CACDAA
(202,205,170)
#D1D3B6
(209,211,182)
#D8D9C2
(216,217,194)
#DFDFCE
(223,223,206)
#E6E5DA
(230,229,218)
#EDEBE6
(237,235,230)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB57A color. Also use rgb(174,181,122) instead hex code.

Text Font Color

.myTextColor { color: #AEB57A; }

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

This text font color is #AEB57A.


Background Color

.myBgColor { background-color: #AEB57A; }

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

This div background color is #AEB57A.


Border color

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

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

This div border color is #AEB57A.


Opacity

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

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

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

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

This text has shadow with #AEB57A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB57A on black background.


Color preview on white background

This text has color #AEB57A on white background.



Black color preview on #AEB57A background

This text has black color on #AEB57A background.


White color preview on #AEB57A background

This text has white color on #AEB57A background.