COLOR #AEB58E

HEX: #AEB58E
RGB: (174,181,142)

Color info

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

RGB color model

#AEB58E color RGB value is (174,181,142).

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

RGB channels and saturation

R 174 of 255 = 68%
G 181 of 255 = 71%
B 142 of 255 = 56%

174
181
142

R + G + B ~ 65%. #AEB58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 181 + 142 = 497 (100%)
R 174 of 497 ~ 35.01%
G 181 of 497 ~ 36.42%
B 142 of 497 ~ 28.57%

%35.01
%36.42
%28.57

CMYK color model

#AEB58E color CMYK value is (4,0,22,29).

  • cyan value is 3.87%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK:
(4,0,22,29)
C4M0Y22K29 
(4%,0%,22%,29%)
(0.04/0.00/0.22/0.29)	

CMYK percentages

%3.87
%0
%21.55
%29.02

Codes

Color #AEB58E in popluar color models

AEB58E
RGB174181142
HSL71°20.86%63.33%
HSB/HSV71°21.55%70.98%
CMYK3.87%0.00%21.55%
29.02%

Color #AEB58E in popluar number systems.

HEXAEB58E
Decimal174181142
Binary101011101011010110001110
Octal256265216

Shades and tints

Shades of #AEB58E

#AEB58E
(174,181,142)
#9FA582
(159,165,130)
#909576
(144,149,118)
#81856A
(129,133,106)
#72755E
(114,117,94)
#636552
(99,101,82)
#545546
(84,85,70)
#45453A
(69,69,58)
#36352E
(54,53,46)
#272522
(39,37,34)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AEB58E

#AEB58E
(174,181,142)
#B5BB98
(181,187,152)
#BCC1A2
(188,193,162)
#C3C7AC
(195,199,172)
#CACDB6
(202,205,182)
#D1D3C0
(209,211,192)
#D8D9CA
(216,217,202)
#DFDFD4
(223,223,212)
#E6E5DE
(230,229,222)
#EDEBE8
(237,235,232)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB58E; }

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

This text font color is #AEB58E.


Background Color

.myBgColor { background-color: #AEB58E; }

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

This div background color is #AEB58E.


Border color

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

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

This div border color is #AEB58E.


Opacity

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

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

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

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

This text has shadow with #AEB58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB58E on black background.


Color preview on white background

This text has color #AEB58E on white background.



Black color preview on #AEB58E background

This text has black color on #AEB58E background.


White color preview on #AEB58E background

This text has white color on #AEB58E background.