COLOR #AEB28A

HEX: #AEB28A
RGB: (174,178,138)

Color info

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

RGB color model

#AEB28A color RGB value is (174,178,138).

  • red value is 174;
  • green value is 178;
  • blue value is 138.
RGB:
(174,178,138)
(68%,70%,54%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 138 of 255 = 54%

174
178
138

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 138 = 490 (100%)
R 174 of 490 ~ 35.51%
G 178 of 490 ~ 36.33%
B 138 of 490 ~ 28.16%

%35.51
%36.33
%28.16

CMYK color model

#AEB28A color CMYK value is (2,0,22,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 22.47%
  • key color value is 30.20%
CMYK:
(2,0,22,30)
C2M0Y22K30 
(2%,0%,22%,30%)
(0.02/0.00/0.22/0.30)	

CMYK percentages

%2.25
%0
%22.47
%30.2

Codes

Color #AEB28A in popluar color models

AEB28A
RGB174178138
HSL66°20.62%61.96%
HSB/HSV66°22.47%69.80%
CMYK2.25%0.00%22.47%
30.20%

Color #AEB28A in popluar number systems.

HEXAEB28A
Decimal174178138
Binary101011101011001010001010
Octal256262212

Shades and tints

Shades of #AEB28A

#AEB28A
(174,178,138)
#9FA27E
(159,162,126)
#909272
(144,146,114)
#818266
(129,130,102)
#72725A
(114,114,90)
#63624E
(99,98,78)
#545242
(84,82,66)
#454236
(69,66,54)
#36322A
(54,50,42)
#27221E
(39,34,30)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AEB28A

#AEB28A
(174,178,138)
#B5B994
(181,185,148)
#BCC09E
(188,192,158)
#C3C7A8
(195,199,168)
#CACEB2
(202,206,178)
#D1D5BC
(209,213,188)
#D8DCC6
(216,220,198)
#DFE3D0
(223,227,208)
#E6EADA
(230,234,218)
#EDF1E4
(237,241,228)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB28A; }

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

This text font color is #AEB28A.


Background Color

.myBgColor { background-color: #AEB28A; }

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

This div background color is #AEB28A.


Border color

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

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

This div border color is #AEB28A.


Opacity

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

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

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

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

This text has shadow with #AEB28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB28A on black background.


Color preview on white background

This text has color #AEB28A on white background.



Black color preview on #AEB28A background

This text has black color on #AEB28A background.


White color preview on #AEB28A background

This text has white color on #AEB28A background.