COLOR #AEB37F

HEX: #AEB37F RGB: (174,179,127)

Color info

#AEB37F contains red, green and blue colors in about the same proportion. Web safe color of #AEB37F is #999966 (or #996).

RGB color model

#AEB37F color RGB value is (174,179,127).

RGB: (174,179,127) (68%, 70%, 50%)

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 127 of 255 = 50%

174
179
127

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

Portions of RGB colors in percentages

R + G + B = 174 + 179 + 127 = 480 (100%)
R 174 of 480 ~ 36.25%
G 179 of 480 ~ 37.29%
B 127 of 480 ~ 26.46'%

%36.25
%37.29
%26.46

CMYK color model

#AEB37F color CMYK value is (3,0,29,30).

  • cyan value is 2.79%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 29.80%

CMYK: (3,0,29,30)
C3M0Y29K30 (3%, 0%, 29%, 30%)
(0.03 / 0.00 / 0.29 / 0.30)

CMYK percentages

%2.79
%0
%29.05
%29.8

Codes

Color #AEB37F in popluar color models

AE B3 7F
RGB 174 179 127
HSL 66° 25.49% 60.00%
HSB/HSV 66° 29.05% 70.20%
CMYK 2.79% 0.00% 29.05%
29.80%

Color #AEB37F in popluar number systems.

HEX AE B3 7F
Decimal 174 179 127
Binary 10101110 10110011 1111111
Octal 256 263 177

Shades and tints

Shades of #AEB37F

#AEB37F
(174,179,127)
#9FA374
(159,163,116)
#909369
(144,147,105)
#81835E
(129,131,94)
#727353
(114,115,83)
#636348
(99,99,72)
#54533D
(84,83,61)
#454332
(69,67,50)
#363327
(54,51,39)
#27231C
(39,35,28)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #AEB37F

#AEB37F
(174,179,127)
#B5B98A
(181,185,138)
#BCBF95
(188,191,149)
#C3C5A0
(195,197,160)
#CACBAB
(202,203,171)
#D1D1B6
(209,209,182)
#D8D7C1
(216,215,193)
#DFDDCC
(223,221,204)
#E6E3D7
(230,227,215)
#EDE9E2
(237,233,226)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB37F color. Also use rgb(174,179,127) instead hex code.

Text Font Color

.myTextColor { color: #AEB37F; }

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

This text font color is #AEB37F.

Background Color

.myBgColor { background-color: #AEB37F; }

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

This div background color is #AEB37F.

Border color

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

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

This div border color is #AEB37F.

Opacity

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

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

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

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

This text has shadow with #AEB37F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB37F.

Preview

Color preview on black background

This text has color #AEB37F on black background.


Color preview on white background

This text has color #AEB37F on white background.


Black color preview on #AEB37F background

This text has black color on #AEB37F background.


White color preview on #AEB37F background

This text has white color on #AEB37F background.


Related colors

Complementary color

Complementary color for #hex is #514C80.


I love getcolorcode.com

Triadic colors

1 #7FAEB3 and #B37FAE with #AEB37F are triadic colors.

2 #7FB3AE and #B3AE7F with #AEB37F are triadic colors.