COLOR #AEB965

HEX: #AEB965
RGB: (174,185,101)

Color info

#AEB965 contains mainly red and green colors. Web safe color of #AEB965 is #99CC66 (or #9C6).

RGB color model

#AEB965 color RGB value is (174,185,101).

  • red value is 174;
  • green value is 185;
  • blue value is 101.
RGB:
(174,185,101)
(68%,73%,40%)

RGB channels and saturation

R 174 of 255 = 68%
G 185 of 255 = 73%
B 101 of 255 = 40%

174
185
101

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

Portions of RGB colors in percentages

R + G + B =
174 + 185 + 101 = 460 (100%)
R 174 of 460 ~ 37.83%
G 185 of 460 ~ 40.22%
B 101 of 460 ~ 21.96%

%37.83
%40.22
%21.96

CMYK color model

#AEB965 color CMYK value is (6,0,45,27).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 45.41%
  • key color value is 27.45%
CMYK:
(6,0,45,27)
C6M0Y45K27 
(6%,0%,45%,27%)
(0.06/0.00/0.45/0.27)	

CMYK percentages

%5.95
%0
%45.41
%27.45

Codes

Color #AEB965 in popluar color models

AEB965
RGB174185101
HSL68°37.50%56.08%
HSB/HSV68°45.41%72.55%
CMYK5.95%0.00%45.41%
27.45%

Color #AEB965 in popluar number systems.

HEXAEB965
Decimal174185101
Binary10101110101110011100101
Octal256271145

Shades and tints

Shades of #AEB965

#AEB965
(174,185,101)
#9FA95C
(159,169,92)
#909953
(144,153,83)
#81894A
(129,137,74)
#727941
(114,121,65)
#636938
(99,105,56)
#54592F
(84,89,47)
#454926
(69,73,38)
#36391D
(54,57,29)
#272914
(39,41,20)
#18190B
(24,25,11)
#000000
(0,0,0)

Tints of #AEB965

#AEB965
(174,185,101)
#B5BF73
(181,191,115)
#BCC581
(188,197,129)
#C3CB8F
(195,203,143)
#CAD19D
(202,209,157)
#D1D7AB
(209,215,171)
#D8DDB9
(216,221,185)
#DFE3C7
(223,227,199)
#E6E9D5
(230,233,213)
#EDEFE3
(237,239,227)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB965 color. Also use rgb(174,185,101) instead hex code.

Text Font Color

.myTextColor { color: #AEB965; }

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

This text font color is #AEB965.


Background Color

.myBgColor { background-color: #AEB965; }

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

This div background color is #AEB965.


Border color

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

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

This div border color is #AEB965.


Opacity

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

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

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

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

This text has shadow with #AEB965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB965 on black background.


Color preview on white background

This text has color #AEB965 on white background.



Black color preview on #AEB965 background

This text has black color on #AEB965 background.


White color preview on #AEB965 background

This text has white color on #AEB965 background.