COLOR #AEB47D

HEX: #AEB47D RGB: (174,180,125)

Color info

#AEB47D contains red, green and blue colors in about the same proportion. Web safe color of #AEB47D is #99CC66 (or #9C6).

RGB color model

#AEB47D color RGB value is (174,180,125).

RGB: (174,180,125) (68%, 71%, 49%)

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 125 of 255 = 49%

174
180
125

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

Portions of RGB colors in percentages

R + G + B = 174 + 180 + 125 = 479 (100%)
R 174 of 479 ~ 36.33%
G 180 of 479 ~ 37.58%
B 125 of 479 ~ 26.1'%

%36.33
%37.58
%26.1

CMYK color model

#AEB47D color CMYK value is (3,0,31,29).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 29.41%

CMYK: (3,0,31,29)
C3M0Y31K29 (3%, 0%, 31%, 29%)
(0.03 / 0.00 / 0.31 / 0.29)

CMYK percentages

%3.33
%0
%30.56
%29.41

Codes

Color #AEB47D in popluar color models

AE B4 7D
RGB 174 180 125
HSL 67° 26.83% 59.80%
HSB/HSV 67° 30.56% 70.59%
CMYK 3.33% 0.00% 30.56%
29.41%

Color #AEB47D in popluar number systems.

HEX AE B4 7D
Decimal 174 180 125
Binary 10101110 10110100 1111101
Octal 256 264 175

Shades and tints

Shades of #AEB47D

#AEB47D
(174,180,125)
#9FA472
(159,164,114)
#909467
(144,148,103)
#81845C
(129,132,92)
#727451
(114,116,81)
#636446
(99,100,70)
#54543B
(84,84,59)
#454430
(69,68,48)
#363425
(54,52,37)
#27241A
(39,36,26)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #AEB47D

#AEB47D
(174,180,125)
#B5BA88
(181,186,136)
#BCC093
(188,192,147)
#C3C69E
(195,198,158)
#CACCA9
(202,204,169)
#D1D2B4
(209,210,180)
#D8D8BF
(216,216,191)
#DFDECA
(223,222,202)
#E6E4D5
(230,228,213)
#EDEAE0
(237,234,224)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB47D color. Also use rgb(174,180,125) instead hex code.

Text Font Color

.myTextColor { color: #AEB47D; }

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

This text font color is #AEB47D.

Background Color

.myBgColor { background-color: #AEB47D; }

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

This div background color is #AEB47D.

Border color

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

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

This div border color is #AEB47D.

Opacity

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

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

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

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

This text has shadow with #AEB47D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB47D.

Preview

Color preview on black background

This text has color #AEB47D on black background.


Color preview on white background

This text has color #AEB47D on white background.


Black color preview on #AEB47D background

This text has black color on #AEB47D background.


White color preview on #AEB47D background

This text has white color on #AEB47D background.


Related colors

Complementary color

Complementary color for #hex is #514B82.


I love getcolorcode.com

Triadic colors

1 #7DAEB4 and #B47DAE with #AEB47D are triadic colors.

2 #7DB4AE and #B4AE7D with #AEB47D are triadic colors.