COLOR #AEB957

HEX: #AEB957 RGB: (174,185,87)

Color info

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

RGB color model

#AEB957 color RGB value is (174,185,87).

RGB: (174,185,87) (68%, 73%, 34%)

RGB channels and saturation

R 174 of 255 = 68%
G 185 of 255 = 73%
B 87 of 255 = 34%

174
185
87

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

Portions of RGB colors in percentages

R + G + B = 174 + 185 + 87 = 446 (100%)
R 174 of 446 ~ 39.01%
G 185 of 446 ~ 41.48%
B 87 of 446 ~ 19.51'%

%39.01
%41.48
%19.51

CMYK color model

#AEB957 color CMYK value is (6,0,53,27).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 52.97%
  • key color value is 27.45%

CMYK: (6,0,53,27)
C6M0Y53K27 (6%, 0%, 53%, 27%)
(0.06 / 0.00 / 0.53 / 0.27)

CMYK percentages

%5.95
%0
%52.97
%27.45

Codes

Color #AEB957 in popluar color models

AE B9 57
RGB 174 185 87
HSL 67° 41.18% 53.33%
HSB/HSV 67° 52.97% 72.55%
CMYK 5.95% 0.00% 52.97%
27.45%

Color #AEB957 in popluar number systems.

HEX AE B9 57
Decimal 174 185 87
Binary 10101110 10111001 1010111
Octal 256 271 127

Shades and tints

Shades of #AEB957

#AEB957
(174,185,87)
#9FA950
(159,169,80)
#909949
(144,153,73)
#818942
(129,137,66)
#72793B
(114,121,59)
#636934
(99,105,52)
#54592D
(84,89,45)
#454926
(69,73,38)
#36391F
(54,57,31)
#272918
(39,41,24)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #AEB957

#AEB957
(174,185,87)
#B5BF66
(181,191,102)
#BCC575
(188,197,117)
#C3CB84
(195,203,132)
#CAD193
(202,209,147)
#D1D7A2
(209,215,162)
#D8DDB1
(216,221,177)
#DFE3C0
(223,227,192)
#E6E9CF
(230,233,207)
#EDEFDE
(237,239,222)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB957 color. Also use rgb(174,185,87) instead hex code.

Text Font Color

.myTextColor { color: #AEB957; }

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

This text font color is #AEB957.

Background Color

.myBgColor { background-color: #AEB957; }

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

This div background color is #AEB957.

Border color

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

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

This div border color is #AEB957.

Opacity

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

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

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

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

This text has shadow with #AEB957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB957.

Preview

Color preview on black background

This text has color #AEB957 on black background.


Color preview on white background

This text has color #AEB957 on white background.


Black color preview on #AEB957 background

This text has black color on #AEB957 background.


White color preview on #AEB957 background

This text has white color on #AEB957 background.


Related colors

Complementary color

Complementary color for #hex is #5146A8.


I love getcolorcode.com

Triadic colors

1 #57AEB9 and #B957AE with #AEB957 are triadic colors.

2 #57B9AE and #B9AE57 with #AEB957 are triadic colors.