COLOR #AEB37D

HEX: #AEB37D RGB: (174,179,125)

Color info

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

RGB color model

#AEB37D color RGB value is (174,179,125).

RGB: (174,179,125) (68%, 70%, 49%)

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 125 of 255 = 49%

174
179
125

R + G + B ~ 62%. #AEB37D is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 179 + 125 = 478 (100%)
R 174 of 478 ~ 36.4%
G 179 of 478 ~ 37.45%
B 125 of 478 ~ 26.15'%

%36.4
%37.45
%26.15

CMYK color model

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

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

CMYK: (3,0,30,30)
C3M0Y30K30 (3%, 0%, 30%, 30%)
(0.03 / 0.00 / 0.30 / 0.30)

CMYK percentages

%2.79
%0
%30.17
%29.8

Codes

Color #AEB37D in popluar color models

AE B3 7D
RGB 174 179 125
HSL 66° 26.21% 59.61%
HSB/HSV 66° 30.17% 70.20%
CMYK 2.79% 0.00% 30.17%
29.80%

Color #AEB37D in popluar number systems.

HEX AE B3 7D
Decimal 174 179 125
Binary 10101110 10110011 1111101
Octal 256 263 175

Shades and tints

Shades of #AEB37D

#AEB37D
(174,179,125)
#9FA372
(159,163,114)
#909367
(144,147,103)
#81835C
(129,131,92)
#727351
(114,115,81)
#636346
(99,99,70)
#54533B
(84,83,59)
#454330
(69,67,48)
#363325
(54,51,37)
#27231A
(39,35,26)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #AEB37D

#AEB37D
(174,179,125)
#B5B988
(181,185,136)
#BCBF93
(188,191,147)
#C3C59E
(195,197,158)
#CACBA9
(202,203,169)
#D1D1B4
(209,209,180)
#D8D7BF
(216,215,191)
#DFDDCA
(223,221,202)
#E6E3D5
(230,227,213)
#EDE9E0
(237,233,224)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB37D; }

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

This text font color is #AEB37D.

Background Color

.myBgColor { background-color: #AEB37D; }

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

This div background color is #AEB37D.

Border color

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

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

This div border color is #AEB37D.

Opacity

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

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

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

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

This text has shadow with #AEB37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB37D.

Preview

Color preview on black background

This text has color #AEB37D on black background.


Color preview on white background

This text has color #AEB37D on white background.


Black color preview on #AEB37D background

This text has black color on #AEB37D background.


White color preview on #AEB37D background

This text has white color on #AEB37D background.


Related colors

Complementary color

Complementary color for #hex is #514C82.


I love getcolorcode.com

Triadic colors

1 #7DAEB3 and #B37DAE with #AEB37D are triadic colors.

2 #7DB3AE and #B3AE7D with #AEB37D are triadic colors.