COLOR #AEB086

HEX: #AEB086
RGB: (174,176,134)

Color info

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

RGB color model

#AEB086 color RGB value is (174,176,134).

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

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 134 of 255 = 53%

174
176
134

R + G + B ~ 63%. #AEB086 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 176 + 134 = 484 (100%)
R 174 of 484 ~ 35.95%
G 176 of 484 ~ 36.36%
B 134 of 484 ~ 27.69%

%35.95
%36.36
%27.69

CMYK color model

#AEB086 color CMYK value is (1,0,24,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 30.98%
CMYK:
(1,0,24,31)
C1M0Y24K31 
(1%,0%,24%,31%)
(0.01/0.00/0.24/0.31)	

CMYK percentages

%1.14
%0
%23.86
%30.98

Codes

Color #AEB086 in popluar color models

AEB086
RGB174176134
HSL63°21.00%60.78%
HSB/HSV63°23.86%69.02%
CMYK1.14%0.00%23.86%
30.98%

Color #AEB086 in popluar number systems.

HEXAEB086
Decimal174176134
Binary101011101011000010000110
Octal256260206

Shades and tints

Shades of #AEB086

#AEB086
(174,176,134)
#9FA07A
(159,160,122)
#90906E
(144,144,110)
#818062
(129,128,98)
#727056
(114,112,86)
#63604A
(99,96,74)
#54503E
(84,80,62)
#454032
(69,64,50)
#363026
(54,48,38)
#27201A
(39,32,26)
#18100E
(24,16,14)
#000000
(0,0,0)

Tints of #AEB086

#AEB086
(174,176,134)
#B5B791
(181,183,145)
#BCBE9C
(188,190,156)
#C3C5A7
(195,197,167)
#CACCB2
(202,204,178)
#D1D3BD
(209,211,189)
#D8DAC8
(216,218,200)
#DFE1D3
(223,225,211)
#E6E8DE
(230,232,222)
#EDEFE9
(237,239,233)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB086; }

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

This text font color is #AEB086.


Background Color

.myBgColor { background-color: #AEB086; }

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

This div background color is #AEB086.


Border color

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

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

This div border color is #AEB086.


Opacity

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

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

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

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

This text has shadow with #AEB086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB086 on black background.


Color preview on white background

This text has color #AEB086 on white background.



Black color preview on #AEB086 background

This text has black color on #AEB086 background.


White color preview on #AEB086 background

This text has white color on #AEB086 background.