COLOR #AEB082

HEX: #AEB082
RGB: (174,176,130)

Color info

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

RGB color model

#AEB082 color RGB value is (174,176,130).

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

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 130 of 255 = 51%

174
176
130

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

Portions of RGB colors in percentages

R + G + B =
174 + 176 + 130 = 480 (100%)
R 174 of 480 ~ 36.25%
G 176 of 480 ~ 36.67%
B 130 of 480 ~ 27.08%

%36.25
%36.67
%27.08

CMYK color model

#AEB082 color CMYK value is (1,0,26,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 30.98%
CMYK:
(1,0,26,31)
C1M0Y26K31 
(1%,0%,26%,31%)
(0.01/0.00/0.26/0.31)	

CMYK percentages

%1.14
%0
%26.14
%30.98

Codes

Color #AEB082 in popluar color models

AEB082
RGB174176130
HSL63°22.55%60.00%
HSB/HSV63°26.14%69.02%
CMYK1.14%0.00%26.14%
30.98%

Color #AEB082 in popluar number systems.

HEXAEB082
Decimal174176130
Binary101011101011000010000010
Octal256260202

Shades and tints

Shades of #AEB082

#AEB082
(174,176,130)
#9FA077
(159,160,119)
#90906C
(144,144,108)
#818061
(129,128,97)
#727056
(114,112,86)
#63604B
(99,96,75)
#545040
(84,80,64)
#454035
(69,64,53)
#36302A
(54,48,42)
#27201F
(39,32,31)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #AEB082

#AEB082
(174,176,130)
#B5B78D
(181,183,141)
#BCBE98
(188,190,152)
#C3C5A3
(195,197,163)
#CACCAE
(202,204,174)
#D1D3B9
(209,211,185)
#D8DAC4
(216,218,196)
#DFE1CF
(223,225,207)
#E6E8DA
(230,232,218)
#EDEFE5
(237,239,229)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB082; }

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

This text font color is #AEB082.


Background Color

.myBgColor { background-color: #AEB082; }

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

This div background color is #AEB082.


Border color

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

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

This div border color is #AEB082.


Opacity

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

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

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

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

This text has shadow with #AEB082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB082 on black background.


Color preview on white background

This text has color #AEB082 on white background.



Black color preview on #AEB082 background

This text has black color on #AEB082 background.


White color preview on #AEB082 background

This text has white color on #AEB082 background.