COLOR #AEB48A

HEX: #AEB48A
RGB: (174,180,138)

Color info

#AEB48A contains red, green and blue colors in about the same proportion. Web safe color of #AEB48A is #99CC99 (or #9C9).

RGB color model

#AEB48A color RGB value is (174,180,138).

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

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 138 of 255 = 54%

174
180
138

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

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 138 = 492 (100%)
R 174 of 492 ~ 35.37%
G 180 of 492 ~ 36.59%
B 138 of 492 ~ 28.05%

%35.37
%36.59
%28.05

CMYK color model

#AEB48A color CMYK value is (3,0,23,29).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 29.41%
CMYK:
(3,0,23,29)
C3M0Y23K29 
(3%,0%,23%,29%)
(0.03/0.00/0.23/0.29)	

CMYK percentages

%3.33
%0
%23.33
%29.41

Codes

Color #AEB48A in popluar color models

AEB48A
RGB174180138
HSL69°21.88%62.35%
HSB/HSV69°23.33%70.59%
CMYK3.33%0.00%23.33%
29.41%

Color #AEB48A in popluar number systems.

HEXAEB48A
Decimal174180138
Binary101011101011010010001010
Octal256264212

Shades and tints

Shades of #AEB48A

#AEB48A
(174,180,138)
#9FA47E
(159,164,126)
#909472
(144,148,114)
#818466
(129,132,102)
#72745A
(114,116,90)
#63644E
(99,100,78)
#545442
(84,84,66)
#454436
(69,68,54)
#36342A
(54,52,42)
#27241E
(39,36,30)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #AEB48A

#AEB48A
(174,180,138)
#B5BA94
(181,186,148)
#BCC09E
(188,192,158)
#C3C6A8
(195,198,168)
#CACCB2
(202,204,178)
#D1D2BC
(209,210,188)
#D8D8C6
(216,216,198)
#DFDED0
(223,222,208)
#E6E4DA
(230,228,218)
#EDEAE4
(237,234,228)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB48A; }

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

This text font color is #AEB48A.


Background Color

.myBgColor { background-color: #AEB48A; }

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

This div background color is #AEB48A.


Border color

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

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

This div border color is #AEB48A.


Opacity

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

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

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

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

This text has shadow with #AEB48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB48A on black background.


Color preview on white background

This text has color #AEB48A on white background.



Black color preview on #AEB48A background

This text has black color on #AEB48A background.


White color preview on #AEB48A background

This text has white color on #AEB48A background.