COLOR #AEB073

HEX: #AEB073
RGB: (174,176,115)

Color info

#AEB073 contains mainly red and green colors. Web safe color of #AEB073 is #999966 (or #996).

RGB color model

#AEB073 color RGB value is (174,176,115).

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

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 115 of 255 = 45%

174
176
115

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

Portions of RGB colors in percentages

R + G + B =
174 + 176 + 115 = 465 (100%)
R 174 of 465 ~ 37.42%
G 176 of 465 ~ 37.85%
B 115 of 465 ~ 24.73%

%37.42
%37.85
%24.73

CMYK color model

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

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 34.66%
  • key color value is 30.98%
CMYK:
(1,0,35,31)
C1M0Y35K31 
(1%,0%,35%,31%)
(0.01/0.00/0.35/0.31)	

CMYK percentages

%1.14
%0
%34.66
%30.98

Codes

Color #AEB073 in popluar color models

AEB073
RGB174176115
HSL62°27.85%57.06%
HSB/HSV62°34.66%69.02%
CMYK1.14%0.00%34.66%
30.98%

Color #AEB073 in popluar number systems.

HEXAEB073
Decimal174176115
Binary10101110101100001110011
Octal256260163

Shades and tints

Shades of #AEB073

#AEB073
(174,176,115)
#9FA069
(159,160,105)
#90905F
(144,144,95)
#818055
(129,128,85)
#72704B
(114,112,75)
#636041
(99,96,65)
#545037
(84,80,55)
#45402D
(69,64,45)
#363023
(54,48,35)
#272019
(39,32,25)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #AEB073

#AEB073
(174,176,115)
#B5B77F
(181,183,127)
#BCBE8B
(188,190,139)
#C3C597
(195,197,151)
#CACCA3
(202,204,163)
#D1D3AF
(209,211,175)
#D8DABB
(216,218,187)
#DFE1C7
(223,225,199)
#E6E8D3
(230,232,211)
#EDEFDF
(237,239,223)
#F4F6EB
(244,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB073; }

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

This text font color is #AEB073.


Background Color

.myBgColor { background-color: #AEB073; }

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

This div background color is #AEB073.


Border color

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

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

This div border color is #AEB073.


Opacity

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

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

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

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

This text has shadow with #AEB073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB073 on black background.


Color preview on white background

This text has color #AEB073 on white background.



Black color preview on #AEB073 background

This text has black color on #AEB073 background.


White color preview on #AEB073 background

This text has white color on #AEB073 background.