COLOR #AEB093

HEX: #AEB093
RGB: (174,176,147)

Color info

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

RGB color model

#AEB093 color RGB value is (174,176,147).

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

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 147 of 255 = 58%

174
176
147

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

Portions of RGB colors in percentages

R + G + B =
174 + 176 + 147 = 497 (100%)
R 174 of 497 ~ 35.01%
G 176 of 497 ~ 35.41%
B 147 of 497 ~ 29.58%

%35.01
%35.41
%29.58

CMYK color model

#AEB093 color CMYK value is (1,0,16,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK:
(1,0,16,31)
C1M0Y16K31 
(1%,0%,16%,31%)
(0.01/0.00/0.16/0.31)	

CMYK percentages

%1.14
%0
%16.48
%30.98

Codes

Color #AEB093 in popluar color models

AEB093
RGB174176147
HSL64°15.51%63.33%
HSB/HSV64°16.48%69.02%
CMYK1.14%0.00%16.48%
30.98%

Color #AEB093 in popluar number systems.

HEXAEB093
Decimal174176147
Binary101011101011000010010011
Octal256260223

Shades and tints

Shades of #AEB093

#AEB093
(174,176,147)
#9FA086
(159,160,134)
#909079
(144,144,121)
#81806C
(129,128,108)
#72705F
(114,112,95)
#636052
(99,96,82)
#545045
(84,80,69)
#454038
(69,64,56)
#36302B
(54,48,43)
#27201E
(39,32,30)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #AEB093

#AEB093
(174,176,147)
#B5B79C
(181,183,156)
#BCBEA5
(188,190,165)
#C3C5AE
(195,197,174)
#CACCB7
(202,204,183)
#D1D3C0
(209,211,192)
#D8DAC9
(216,218,201)
#DFE1D2
(223,225,210)
#E6E8DB
(230,232,219)
#EDEFE4
(237,239,228)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB093; }

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

This text font color is #AEB093.


Background Color

.myBgColor { background-color: #AEB093; }

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

This div background color is #AEB093.


Border color

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

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

This div border color is #AEB093.


Opacity

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

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

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

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

This text has shadow with #AEB093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB093 on black background.


Color preview on white background

This text has color #AEB093 on white background.



Black color preview on #AEB093 background

This text has black color on #AEB093 background.


White color preview on #AEB093 background

This text has white color on #AEB093 background.