COLOR #AEAB66

HEX: #AEAB66
RGB: (174,171,102)

Color info

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

RGB color model

#AEAB66 color RGB value is (174,171,102).

  • red value is 174;
  • green value is 171;
  • blue value is 102.
RGB:
(174,171,102)
(68%,67%,40%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 102 of 255 = 40%

174
171
102

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 102 = 447 (100%)
R 174 of 447 ~ 38.93%
G 171 of 447 ~ 38.26%
B 102 of 447 ~ 22.82%

%38.93
%38.26
%22.82

CMYK color model

#AEAB66 color CMYK value is (0,2,41,32).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 41.38%
  • key color value is 31.76%
CMYK:
(0,2,41,32)
C0M2Y41K32 
(0%,2%,41%,32%)
(0.00/0.02/0.41/0.32)	

CMYK percentages

%0
%1.72
%41.38
%31.76

Codes

Color #AEAB66 in popluar color models

AEAB66
RGB174171102
HSL58°30.77%54.12%
HSB/HSV58°41.38%68.24%
CMYK0.00%1.72%41.38%
31.76%

Color #AEAB66 in popluar number systems.

HEXAEAB66
Decimal174171102
Binary10101110101010111100110
Octal256253146

Shades and tints

Shades of #AEAB66

#AEAB66
(174,171,102)
#9F9C5D
(159,156,93)
#908D54
(144,141,84)
#817E4B
(129,126,75)
#726F42
(114,111,66)
#636039
(99,96,57)
#545130
(84,81,48)
#454227
(69,66,39)
#36331E
(54,51,30)
#272415
(39,36,21)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #AEAB66

#AEAB66
(174,171,102)
#B5B273
(181,178,115)
#BCB980
(188,185,128)
#C3C08D
(195,192,141)
#CAC79A
(202,199,154)
#D1CEA7
(209,206,167)
#D8D5B4
(216,213,180)
#DFDCC1
(223,220,193)
#E6E3CE
(230,227,206)
#EDEADB
(237,234,219)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAB66 color. Also use rgb(174,171,102) instead hex code.

Text Font Color

.myTextColor { color: #AEAB66; }

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

This text font color is #AEAB66.


Background Color

.myBgColor { background-color: #AEAB66; }

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

This div background color is #AEAB66.


Border color

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

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

This div border color is #AEAB66.


Opacity

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

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

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

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

This text has shadow with #AEAB66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAB66 on black background.


Color preview on white background

This text has color #AEAB66 on white background.



Black color preview on #AEAB66 background

This text has black color on #AEAB66 background.


White color preview on #AEAB66 background

This text has white color on #AEAB66 background.