COLOR #AEB39D

HEX: #AEB39D RGB: (174,179,157)

Color info

#AEB39D contains red, green and blue colors in about the same proportion. Web safe color of #AEB39D is #999999 (or #999).

RGB color model

#AEB39D color RGB value is (174,179,157).

RGB: (174,179,157) (68%, 70%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 157 of 255 = 62%

174
179
157

R + G + B ~ 67%. #AEB39D is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 179 + 157 = 510 (100%)
R 174 of 510 ~ 34.12%
G 179 of 510 ~ 35.1%
B 157 of 510 ~ 30.78'%

%34.12
%35.1
%30.78

CMYK color model

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

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

CMYK: (3,0,12,30)
C3M0Y12K30 (3%, 0%, 12%, 30%)
(0.03 / 0.00 / 0.12 / 0.30)

CMYK percentages

%2.79
%0
%12.29
%29.8

Codes

Color #AEB39D in popluar color models

AE B3 9D
RGB 174 179 157
HSL 74° 12.64% 65.88%
HSB/HSV 74° 12.29% 70.20%
CMYK 2.79% 0.00% 12.29%
29.80%

Color #AEB39D in popluar number systems.

HEX AE B3 9D
Decimal 174 179 157
Binary 10101110 10110011 10011101
Octal 256 263 235

Shades and tints

Shades of #AEB39D

#AEB39D
(174,179,157)
#9FA38F
(159,163,143)
#909381
(144,147,129)
#818373
(129,131,115)
#727365
(114,115,101)
#636357
(99,99,87)
#545349
(84,83,73)
#45433B
(69,67,59)
#36332D
(54,51,45)
#27231F
(39,35,31)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #AEB39D

#AEB39D
(174,179,157)
#B5B9A5
(181,185,165)
#BCBFAD
(188,191,173)
#C3C5B5
(195,197,181)
#CACBBD
(202,203,189)
#D1D1C5
(209,209,197)
#D8D7CD
(216,215,205)
#DFDDD5
(223,221,213)
#E6E3DD
(230,227,221)
#EDE9E5
(237,233,229)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB39D; }

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

This text font color is #AEB39D.

Background Color

.myBgColor { background-color: #AEB39D; }

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

This div background color is #AEB39D.

Border color

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

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

This div border color is #AEB39D.

Opacity

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

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

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

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

This text has shadow with #AEB39D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB39D.

Preview

Color preview on black background

This text has color #AEB39D on black background.


Color preview on white background

This text has color #AEB39D on white background.


Black color preview on #AEB39D background

This text has black color on #AEB39D background.


White color preview on #AEB39D background

This text has white color on #AEB39D background.


Related colors

Complementary color

Complementary color for #hex is #514C62.


I love getcolorcode.com

Triadic colors

1 #9DAEB3 and #B39DAE with #AEB39D are triadic colors.

2 #9DB3AE and #B3AE9D with #AEB39D are triadic colors.