COLOR #AEB38E

HEX: #AEB38E RGB: (174,179,142)

Color info

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

RGB color model

#AEB38E color RGB value is (174,179,142).

RGB: (174,179,142) (68%, 70%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 142 of 255 = 56%

174
179
142

R + G + B ~ 65%. #AEB38E is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 179 + 142 = 495 (100%)
R 174 of 495 ~ 35.15%
G 179 of 495 ~ 36.16%
B 142 of 495 ~ 28.69'%

%35.15
%36.16
%28.69

CMYK color model

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

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

CMYK: (3,0,21,30)
C3M0Y21K30 (3%, 0%, 21%, 30%)
(0.03 / 0.00 / 0.21 / 0.30)

CMYK percentages

%2.79
%0
%20.67
%29.8

Codes

Color #AEB38E in popluar color models

AE B3 8E
RGB 174 179 142
HSL 68° 19.58% 62.94%
HSB/HSV 68° 20.67% 70.20%
CMYK 2.79% 0.00% 20.67%
29.80%

Color #AEB38E in popluar number systems.

HEX AE B3 8E
Decimal 174 179 142
Binary 10101110 10110011 10001110
Octal 256 263 216

Shades and tints

Shades of #AEB38E

#AEB38E
(174,179,142)
#9FA382
(159,163,130)
#909376
(144,147,118)
#81836A
(129,131,106)
#72735E
(114,115,94)
#636352
(99,99,82)
#545346
(84,83,70)
#45433A
(69,67,58)
#36332E
(54,51,46)
#272322
(39,35,34)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #AEB38E

#AEB38E
(174,179,142)
#B5B998
(181,185,152)
#BCBFA2
(188,191,162)
#C3C5AC
(195,197,172)
#CACBB6
(202,203,182)
#D1D1C0
(209,209,192)
#D8D7CA
(216,215,202)
#DFDDD4
(223,221,212)
#E6E3DE
(230,227,222)
#EDE9E8
(237,233,232)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB38E; }

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

This text font color is #AEB38E.

Background Color

.myBgColor { background-color: #AEB38E; }

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

This div background color is #AEB38E.

Border color

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

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

This div border color is #AEB38E.

Opacity

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

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

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

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

This text has shadow with #AEB38E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB38E.

Preview

Color preview on black background

This text has color #AEB38E on black background.


Color preview on white background

This text has color #AEB38E on white background.


Black color preview on #AEB38E background

This text has black color on #AEB38E background.


White color preview on #AEB38E background

This text has white color on #AEB38E background.


Related colors

Complementary color

Complementary color for #hex is #514C71.


I love getcolorcode.com

Triadic colors

1 #8EAEB3 and #B38EAE with #AEB38E are triadic colors.

2 #8EB3AE and #B3AE8E with #AEB38E are triadic colors.