COLOR #AEBC62

HEX: #AEBC62
RGB: (174,188,98)

Color info

#AEBC62 contains mainly red and green colors. Web safe color of #AEBC62 is #99CC66 (or #9C6).

RGB color model

#AEBC62 color RGB value is (174,188,98).

  • red value is 174;
  • green value is 188;
  • blue value is 98.
RGB:
(174,188,98)
(68%,74%,38%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 98 of 255 = 38%

174
188
98

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

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 98 = 460 (100%)
R 174 of 460 ~ 37.83%
G 188 of 460 ~ 40.87%
B 98 of 460 ~ 21.3%

%37.83
%40.87
%21.3

CMYK color model

#AEBC62 color CMYK value is (7,0,48,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 47.87%
  • key color value is 26.27%
CMYK:
(7,0,48,26)
C7M0Y48K26 
(7%,0%,48%,26%)
(0.07/0.00/0.48/0.26)	

CMYK percentages

%7.45
%0
%47.87
%26.27

Codes

Color #AEBC62 in popluar color models

AEBC62
RGB17418898
HSL69°40.18%56.08%
HSB/HSV69°47.87%73.73%
CMYK7.45%0.00%47.87%
26.27%

Color #AEBC62 in popluar number systems.

HEXAEBC62
Decimal17418898
Binary10101110101111001100010
Octal256274142

Shades and tints

Shades of #AEBC62

#AEBC62
(174,188,98)
#9FAB5A
(159,171,90)
#909A52
(144,154,82)
#81894A
(129,137,74)
#727842
(114,120,66)
#63673A
(99,103,58)
#545632
(84,86,50)
#45452A
(69,69,42)
#363422
(54,52,34)
#27231A
(39,35,26)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AEBC62

#AEBC62
(174,188,98)
#B5C270
(181,194,112)
#BCC87E
(188,200,126)
#C3CE8C
(195,206,140)
#CAD49A
(202,212,154)
#D1DAA8
(209,218,168)
#D8E0B6
(216,224,182)
#DFE6C4
(223,230,196)
#E6ECD2
(230,236,210)
#EDF2E0
(237,242,224)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBC62 color. Also use rgb(174,188,98) instead hex code.

Text Font Color

.myTextColor { color: #AEBC62; }

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

This text font color is #AEBC62.


Background Color

.myBgColor { background-color: #AEBC62; }

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

This div background color is #AEBC62.


Border color

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

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

This div border color is #AEBC62.


Opacity

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

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

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

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

This text has shadow with #AEBC62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBC62 on black background.


Color preview on white background

This text has color #AEBC62 on white background.



Black color preview on #AEBC62 background

This text has black color on #AEBC62 background.


White color preview on #AEBC62 background

This text has white color on #AEBC62 background.