COLOR #AEB079

HEX: #AEB079
RGB: (174,176,121)

Color info

#AEB079 contains red, green and blue colors in about the same proportion. Web safe color of #AEB079 is #999966 (or #996).

RGB color model

#AEB079 color RGB value is (174,176,121).

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

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 121 of 255 = 47%

174
176
121

R + G + B ~ 61%. #AEB079 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 176 + 121 = 471 (100%)
R 174 of 471 ~ 36.94%
G 176 of 471 ~ 37.37%
B 121 of 471 ~ 25.69%

%36.94
%37.37
%25.69

CMYK color model

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

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 30.98%
CMYK:
(1,0,31,31)
C1M0Y31K31 
(1%,0%,31%,31%)
(0.01/0.00/0.31/0.31)	

CMYK percentages

%1.14
%0
%31.25
%30.98

Codes

Color #AEB079 in popluar color models

AEB079
RGB174176121
HSL62°25.82%58.24%
HSB/HSV62°31.25%69.02%
CMYK1.14%0.00%31.25%
30.98%

Color #AEB079 in popluar number systems.

HEXAEB079
Decimal174176121
Binary10101110101100001111001
Octal256260171

Shades and tints

Shades of #AEB079

#AEB079
(174,176,121)
#9FA06E
(159,160,110)
#909063
(144,144,99)
#818058
(129,128,88)
#72704D
(114,112,77)
#636042
(99,96,66)
#545037
(84,80,55)
#45402C
(69,64,44)
#363021
(54,48,33)
#272016
(39,32,22)
#18100B
(24,16,11)
#000000
(0,0,0)

Tints of #AEB079

#AEB079
(174,176,121)
#B5B785
(181,183,133)
#BCBE91
(188,190,145)
#C3C59D
(195,197,157)
#CACCA9
(202,204,169)
#D1D3B5
(209,211,181)
#D8DAC1
(216,218,193)
#DFE1CD
(223,225,205)
#E6E8D9
(230,232,217)
#EDEFE5
(237,239,229)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB079; }

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

This text font color is #AEB079.


Background Color

.myBgColor { background-color: #AEB079; }

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

This div background color is #AEB079.


Border color

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

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

This div border color is #AEB079.


Opacity

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

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

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

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

This text has shadow with #AEB079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB079 on black background.


Color preview on white background

This text has color #AEB079 on white background.



Black color preview on #AEB079 background

This text has black color on #AEB079 background.


White color preview on #AEB079 background

This text has white color on #AEB079 background.