COLOR #AEB841

HEX: #AEB841
RGB: (174,184,65)

Color info

#AEB841 contains mainly red and green colors. Web safe color of #AEB841 is #99CC33 (or #9C3).

RGB color model

#AEB841 color RGB value is (174,184,65).

  • red value is 174;
  • green value is 184;
  • blue value is 65.
RGB:
(174,184,65)
(68%,72%,25%)

RGB channels and saturation

R 174 of 255 = 68%
G 184 of 255 = 72%
B 65 of 255 = 25%

174
184
65

R + G + B ~ 55%. #AEB841 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 184 + 65 = 423 (100%)
R 174 of 423 ~ 41.13%
G 184 of 423 ~ 43.5%
B 65 of 423 ~ 15.37%

%41.13
%43.5
%15.37

CMYK color model

#AEB841 color CMYK value is (5,0,65,28).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 64.67%
  • key color value is 27.84%
CMYK:
(5,0,65,28)
C5M0Y65K28 
(5%,0%,65%,28%)
(0.05/0.00/0.65/0.28)	

CMYK percentages

%5.43
%0
%64.67
%27.84

Codes

Color #AEB841 in popluar color models

AEB841
RGB17418465
HSL65°47.79%48.82%
HSB/HSV65°64.67%72.16%
CMYK5.43%0.00%64.67%
27.84%

Color #AEB841 in popluar number systems.

HEXAEB841
Decimal17418465
Binary10101110101110001000001
Octal256270101

Shades and tints

Shades of #AEB841

#AEB841
(174,184,65)
#9FA83C
(159,168,60)
#909837
(144,152,55)
#818832
(129,136,50)
#72782D
(114,120,45)
#636828
(99,104,40)
#545823
(84,88,35)
#45481E
(69,72,30)
#363819
(54,56,25)
#272814
(39,40,20)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #AEB841

#AEB841
(174,184,65)
#B5BE52
(181,190,82)
#BCC463
(188,196,99)
#C3CA74
(195,202,116)
#CAD085
(202,208,133)
#D1D696
(209,214,150)
#D8DCA7
(216,220,167)
#DFE2B8
(223,226,184)
#E6E8C9
(230,232,201)
#EDEEDA
(237,238,218)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB841 color. Also use rgb(174,184,65) instead hex code.

Text Font Color

.myTextColor { color: #AEB841; }

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

This text font color is #AEB841.


Background Color

.myBgColor { background-color: #AEB841; }

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

This div background color is #AEB841.


Border color

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

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

This div border color is #AEB841.


Opacity

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

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

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

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

This text has shadow with #AEB841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB841 on black background.


Color preview on white background

This text has color #AEB841 on white background.



Black color preview on #AEB841 background

This text has black color on #AEB841 background.


White color preview on #AEB841 background

This text has white color on #AEB841 background.