COLOR #AEBE77

HEX: #AEBE77 RGB: (174,190,119)

Color info

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

RGB color model

#AEBE77 color RGB value is (174,190,119).

RGB: (174,190,119) (68%, 75%, 47%)

RGB channels and saturation

R 174 of 255 = 68%
G 190 of 255 = 75%
B 119 of 255 = 47%

174
190
119

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

Portions of RGB colors in percentages

R + G + B = 174 + 190 + 119 = 483 (100%)
R 174 of 483 ~ 36.02%
G 190 of 483 ~ 39.34%
B 119 of 483 ~ 24.64'%

%36.02
%39.34
%24.64

CMYK color model

#AEBE77 color CMYK value is (8,0,37,25).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 37.37%
  • key color value is 25.49%

CMYK: (8,0,37,25)
C8M0Y37K25 (8%, 0%, 37%, 25%)
(0.08 / 0.00 / 0.37 / 0.25)

CMYK percentages

%8.42
%0
%37.37
%25.49

Codes

Color #AEBE77 in popluar color models

AE BE 77
RGB 174 190 119
HSL 74° 35.32% 60.59%
HSB/HSV 74° 37.37% 74.51%
CMYK 8.42% 0.00% 37.37%
25.49%

Color #AEBE77 in popluar number systems.

HEX AE BE 77
Decimal 174 190 119
Binary 10101110 10111110 1110111
Octal 256 276 167

Shades and tints

Shades of #AEBE77

#AEBE77
(174,190,119)
#9FAD6D
(159,173,109)
#909C63
(144,156,99)
#818B59
(129,139,89)
#727A4F
(114,122,79)
#636945
(99,105,69)
#54583B
(84,88,59)
#454731
(69,71,49)
#363627
(54,54,39)
#27251D
(39,37,29)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AEBE77

#AEBE77
(174,190,119)
#B5C383
(181,195,131)
#BCC88F
(188,200,143)
#C3CD9B
(195,205,155)
#CAD2A7
(202,210,167)
#D1D7B3
(209,215,179)
#D8DCBF
(216,220,191)
#DFE1CB
(223,225,203)
#E6E6D7
(230,230,215)
#EDEBE3
(237,235,227)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBE77; }

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

This text font color is #AEBE77.

Background Color

.myBgColor { background-color: #AEBE77; }

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

This div background color is #AEBE77.

Border color

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

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

This div border color is #AEBE77.

Opacity

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

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

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

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

This text has shadow with #AEBE77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBE77.

Preview

Color preview on black background

This text has color #AEBE77 on black background.


Color preview on white background

This text has color #AEBE77 on white background.


Black color preview on #AEBE77 background

This text has black color on #AEBE77 background.


White color preview on #AEBE77 background

This text has white color on #AEBE77 background.


Related colors

Complementary color

Complementary color for #hex is #514188.


I love getcolorcode.com

Triadic colors

1 #77AEBE and #BE77AE with #AEBE77 are triadic colors.

2 #77BEAE and #BEAE77 with #AEBE77 are triadic colors.