COLOR #AEB09A

HEX: #AEB09A
RGB: (174,176,154)

Color info

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

RGB color model

#AEB09A color RGB value is (174,176,154).

  • red value is 174;
  • green value is 176;
  • blue value is 154.
RGB:
(174,176,154)
(68%,69%,60%)

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 154 of 255 = 60%

174
176
154

R + G + B ~ 66%. #AEB09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 176 + 154 = 504 (100%)
R 174 of 504 ~ 34.52%
G 176 of 504 ~ 34.92%
B 154 of 504 ~ 30.56%

%34.52
%34.92
%30.56

CMYK color model

#AEB09A color CMYK value is (1,0,13,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 30.98%
CMYK:
(1,0,13,31)
C1M0Y13K31 
(1%,0%,13%,31%)
(0.01/0.00/0.13/0.31)	

CMYK percentages

%1.14
%0
%12.5
%30.98

Codes

Color #AEB09A in popluar color models

AEB09A
RGB174176154
HSL65°12.22%64.71%
HSB/HSV65°12.50%69.02%
CMYK1.14%0.00%12.50%
30.98%

Color #AEB09A in popluar number systems.

HEXAEB09A
Decimal174176154
Binary101011101011000010011010
Octal256260232

Shades and tints

Shades of #AEB09A

#AEB09A
(174,176,154)
#9FA08C
(159,160,140)
#90907E
(144,144,126)
#818070
(129,128,112)
#727062
(114,112,98)
#636054
(99,96,84)
#545046
(84,80,70)
#454038
(69,64,56)
#36302A
(54,48,42)
#27201C
(39,32,28)
#18100E
(24,16,14)
#000000
(0,0,0)

Tints of #AEB09A

#AEB09A
(174,176,154)
#B5B7A3
(181,183,163)
#BCBEAC
(188,190,172)
#C3C5B5
(195,197,181)
#CACCBE
(202,204,190)
#D1D3C7
(209,211,199)
#D8DAD0
(216,218,208)
#DFE1D9
(223,225,217)
#E6E8E2
(230,232,226)
#EDEFEB
(237,239,235)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB09A color. Also use rgb(174,176,154) instead hex code.

Text Font Color

.myTextColor { color: #AEB09A; }

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

This text font color is #AEB09A.


Background Color

.myBgColor { background-color: #AEB09A; }

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

This div background color is #AEB09A.


Border color

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

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

This div border color is #AEB09A.


Opacity

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

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

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

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

This text has shadow with #AEB09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB09A on black background.


Color preview on white background

This text has color #AEB09A on white background.



Black color preview on #AEB09A background

This text has black color on #AEB09A background.


White color preview on #AEB09A background

This text has white color on #AEB09A background.