COLOR #AEB28C

HEX: #AEB28C RGB: (174,178,140)

Color info

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

RGB color model

#AEB28C color RGB value is (174,178,140).

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

RGB channels and saturation

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

174
178
140

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

Portions of RGB colors in percentages

R + G + B = 174 + 178 + 140 = 492 (100%)
R 174 of 492 ~ 35.37%
G 178 of 492 ~ 36.18%
B 140 of 492 ~ 28.46'%

%35.37
%36.18
%28.46

CMYK color model

#AEB28C color CMYK value is (2,0,21,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 30.20%

CMYK: (2,0,21,30)
C2M0Y21K30 (2%, 0%, 21%, 30%)
(0.02 / 0.00 / 0.21 / 0.30)

CMYK percentages

%2.25
%0
%21.35
%30.2

Codes

Color #AEB28C in popluar color models

AE B2 8C
RGB 174 178 140
HSL 66° 19.79% 62.35%
HSB/HSV 66° 21.35% 69.80%
CMYK 2.25% 0.00% 21.35%
30.20%

Color #AEB28C in popluar number systems.

HEX AE B2 8C
Decimal 174 178 140
Binary 10101110 10110010 10001100
Octal 256 262 214

Shades and tints

Shades of #AEB28C

#AEB28C
(174,178,140)
#9FA280
(159,162,128)
#909274
(144,146,116)
#818268
(129,130,104)
#72725C
(114,114,92)
#636250
(99,98,80)
#545244
(84,82,68)
#454238
(69,66,56)
#36322C
(54,50,44)
#272220
(39,34,32)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #AEB28C

#AEB28C
(174,178,140)
#B5B996
(181,185,150)
#BCC0A0
(188,192,160)
#C3C7AA
(195,199,170)
#CACEB4
(202,206,180)
#D1D5BE
(209,213,190)
#D8DCC8
(216,220,200)
#DFE3D2
(223,227,210)
#E6EADC
(230,234,220)
#EDF1E6
(237,241,230)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB28C; }

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

This text font color is #AEB28C.

Background Color

.myBgColor { background-color: #AEB28C; }

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

This div background color is #AEB28C.

Border color

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

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

This div border color is #AEB28C.

Opacity

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

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

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

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

This text has shadow with #AEB28C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB28C.

Preview

Color preview on black background

This text has color #AEB28C on black background.


Color preview on white background

This text has color #AEB28C on white background.


Black color preview on #AEB28C background

This text has black color on #AEB28C background.


White color preview on #AEB28C background

This text has white color on #AEB28C background.


Related colors

Complementary color

Complementary color for #hex is #514D73.


I love getcolorcode.com

Triadic colors

1 #8CAEB2 and #B28CAE with #AEB28C are triadic colors.

2 #8CB2AE and #B2AE8C with #AEB28C are triadic colors.