COLOR #AEBA77

HEX: #AEBA77 RGB: (174,186,119)

Color info

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

RGB color model

#AEBA77 color RGB value is (174,186,119).

RGB: (174,186,119) (68%, 73%, 47%)

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 119 of 255 = 47%

174
186
119

R + G + B ~ 63%. #AEBA77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 186 + 119 = 479 (100%)
R 174 of 479 ~ 36.33%
G 186 of 479 ~ 38.83%
B 119 of 479 ~ 24.84'%

%36.33
%38.83
%24.84

CMYK color model

#AEBA77 color CMYK value is (6,0,36,27).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 36.02%
  • key color value is 27.06%
CMYK: (6,0,36,27) C6M0Y36K27 (6%,0%,36%,27%) (0.06/0.00/0.36/0.27) 

CMYK percentages

%6.45
%0
%36.02
%27.06

Codes

Color #AEBA77 in popluar color models

AE BA 77
RGB 174 186 119
HSL 71° 32.68% 59.80%
HSB/HSV 71° 36.02% 72.94%
CMYK 6.45% 0.00% 36.02%
27.06%

Color #AEBA77 in popluar number systems.

HEX AE BA 77
Decimal 174 186 119
Binary 10101110 10111010 1110111
Octal 256 272 167

Shades and tints

Shades of #AEBA77

#AEBA77
(174,186,119)
#9FAA6D
(159,170,109)
#909A63
(144,154,99)
#818A59
(129,138,89)
#727A4F
(114,122,79)
#636A45
(99,106,69)
#545A3B
(84,90,59)
#454A31
(69,74,49)
#363A27
(54,58,39)
#272A1D
(39,42,29)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #AEBA77

#AEBA77
(174,186,119)
#B5C083
(181,192,131)
#BCC68F
(188,198,143)
#C3CC9B
(195,204,155)
#CAD2A7
(202,210,167)
#D1D8B3
(209,216,179)
#D8DEBF
(216,222,191)
#DFE4CB
(223,228,203)
#E6EAD7
(230,234,215)
#EDF0E3
(237,240,227)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBA77 color. Also use rgb(174,186,119) instead hex code.

Text Font Color

.myTextColor { color: #AEBA77; }

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

This text font color is #AEBA77.

Background Color

.myBgColor { background-color: #AEBA77; }

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

This div background color is #AEBA77.

Border color

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

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

This div border color is #AEBA77.

Opacity

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

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

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

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

This text has shadow with #AEBA77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBA77.

Preview

Color preview on black background

This text has color #AEBA77 on black background.


Color preview on white background

This text has color #AEBA77 on white background.


Black color preview on #AEBA77 background

This text has black color on #AEBA77 background.


White color preview on #AEBA77 background

This text has white color on #AEBA77 background.


Related colors

Complementary color

Complementary color for #hex is #514588.


I love getcolorcode.com

Triadic colors

1 #77AEBA and #BA77AE with #AEBA77 are triadic colors.

2 #77BAAE and #BAAE77 with #AEBA77 are triadic colors.