COLOR #AEB38C

HEX: #AEB38C RGB: (174,179,140)

Color info

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

RGB color model

#AEB38C color RGB value is (174,179,140).

RGB: (174,179,140) (68%, 70%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 140 of 255 = 55%

174
179
140

R + G + B ~ 64%. #AEB38C is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 179 + 140 = 493 (100%)
R 174 of 493 ~ 35.29%
G 179 of 493 ~ 36.31%
B 140 of 493 ~ 28.4'%

%35.29
%36.31
%28.4

CMYK color model

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

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

CMYK: (3,0,22,30)
C3M0Y22K30 (3%, 0%, 22%, 30%)
(0.03 / 0.00 / 0.22 / 0.30)

CMYK percentages

%2.79
%0
%21.79
%29.8

Codes

Color #AEB38C in popluar color models

AE B3 8C
RGB 174 179 140
HSL 68° 20.42% 62.55%
HSB/HSV 68° 21.79% 70.20%
CMYK 2.79% 0.00% 21.79%
29.80%

Color #AEB38C in popluar number systems.

HEX AE B3 8C
Decimal 174 179 140
Binary 10101110 10110011 10001100
Octal 256 263 214

Shades and tints

Shades of #AEB38C

#AEB38C
(174,179,140)
#9FA380
(159,163,128)
#909374
(144,147,116)
#818368
(129,131,104)
#72735C
(114,115,92)
#636350
(99,99,80)
#545344
(84,83,68)
#454338
(69,67,56)
#36332C
(54,51,44)
#272320
(39,35,32)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #AEB38C

#AEB38C
(174,179,140)
#B5B996
(181,185,150)
#BCBFA0
(188,191,160)
#C3C5AA
(195,197,170)
#CACBB4
(202,203,180)
#D1D1BE
(209,209,190)
#D8D7C8
(216,215,200)
#DFDDD2
(223,221,210)
#E6E3DC
(230,227,220)
#EDE9E6
(237,233,230)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB38C; }

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

This text font color is #AEB38C.

Background Color

.myBgColor { background-color: #AEB38C; }

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

This div background color is #AEB38C.

Border color

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

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

This div border color is #AEB38C.

Opacity

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

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

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

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

This text has shadow with #AEB38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB38C.

Preview

Color preview on black background

This text has color #AEB38C on black background.


Color preview on white background

This text has color #AEB38C on white background.


Black color preview on #AEB38C background

This text has black color on #AEB38C background.


White color preview on #AEB38C background

This text has white color on #AEB38C background.


Related colors

Complementary color

Complementary color for #hex is #514C73.


I love getcolorcode.com

Triadic colors

1 #8CAEB3 and #B38CAE with #AEB38C are triadic colors.

2 #8CB3AE and #B3AE8C with #AEB38C are triadic colors.