COLOR #AEBD59

HEX: #AEBD59
RGB: (174,189,89)

Color info

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

RGB color model

#AEBD59 color RGB value is (174,189,89).

  • red value is 174;
  • green value is 189;
  • blue value is 89.
RGB:
(174,189,89)
(68%,74%,35%)

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 89 of 255 = 35%

174
189
89

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

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 89 = 452 (100%)
R 174 of 452 ~ 38.5%
G 189 of 452 ~ 41.81%
B 89 of 452 ~ 19.69%

%38.5
%41.81
%19.69

CMYK color model

#AEBD59 color CMYK value is (8,0,53,26).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 52.91%
  • key color value is 25.88%
CMYK:
(8,0,53,26)
C8M0Y53K26 
(8%,0%,53%,26%)
(0.08/0.00/0.53/0.26)	

CMYK percentages

%7.94
%0
%52.91
%25.88

Codes

Color #AEBD59 in popluar color models

AEBD59
RGB17418989
HSL69°43.10%54.51%
HSB/HSV69°52.91%74.12%
CMYK7.94%0.00%52.91%
25.88%

Color #AEBD59 in popluar number systems.

HEXAEBD59
Decimal17418989
Binary10101110101111011011001
Octal256275131

Shades and tints

Shades of #AEBD59

#AEBD59
(174,189,89)
#9FAC51
(159,172,81)
#909B49
(144,155,73)
#818A41
(129,138,65)
#727939
(114,121,57)
#636831
(99,104,49)
#545729
(84,87,41)
#454621
(69,70,33)
#363519
(54,53,25)
#272411
(39,36,17)
#181309
(24,19,9)
#000000
(0,0,0)

Tints of #AEBD59

#AEBD59
(174,189,89)
#B5C368
(181,195,104)
#BCC977
(188,201,119)
#C3CF86
(195,207,134)
#CAD595
(202,213,149)
#D1DBA4
(209,219,164)
#D8E1B3
(216,225,179)
#DFE7C2
(223,231,194)
#E6EDD1
(230,237,209)
#EDF3E0
(237,243,224)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBD59 color. Also use rgb(174,189,89) instead hex code.

Text Font Color

.myTextColor { color: #AEBD59; }

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

This text font color is #AEBD59.


Background Color

.myBgColor { background-color: #AEBD59; }

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

This div background color is #AEBD59.


Border color

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

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

This div border color is #AEBD59.


Opacity

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

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

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

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

This text has shadow with #AEBD59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBD59 on black background.


Color preview on white background

This text has color #AEBD59 on white background.



Black color preview on #AEBD59 background

This text has black color on #AEBD59 background.


White color preview on #AEBD59 background

This text has white color on #AEBD59 background.