COLOR #AEAB71

HEX: #AEAB71
RGB: (174,171,113)

Color info

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

RGB color model

#AEAB71 color RGB value is (174,171,113).

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

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 113 of 255 = 44%

174
171
113

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 113 = 458 (100%)
R 174 of 458 ~ 37.99%
G 171 of 458 ~ 37.34%
B 113 of 458 ~ 24.67%

%37.99
%37.34
%24.67

CMYK color model

#AEAB71 color CMYK value is (0,2,35,32).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 35.06%
  • key color value is 31.76%
CMYK:
(0,2,35,32)
C0M2Y35K32 
(0%,2%,35%,32%)
(0.00/0.02/0.35/0.32)	

CMYK percentages

%0
%1.72
%35.06
%31.76

Codes

Color #AEAB71 in popluar color models

AEAB71
RGB174171113
HSL57°27.35%56.27%
HSB/HSV57°35.06%68.24%
CMYK0.00%1.72%35.06%
31.76%

Color #AEAB71 in popluar number systems.

HEXAEAB71
Decimal174171113
Binary10101110101010111110001
Octal256253161

Shades and tints

Shades of #AEAB71

#AEAB71
(174,171,113)
#9F9C67
(159,156,103)
#908D5D
(144,141,93)
#817E53
(129,126,83)
#726F49
(114,111,73)
#63603F
(99,96,63)
#545135
(84,81,53)
#45422B
(69,66,43)
#363321
(54,51,33)
#272417
(39,36,23)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #AEAB71

#AEAB71
(174,171,113)
#B5B27D
(181,178,125)
#BCB989
(188,185,137)
#C3C095
(195,192,149)
#CAC7A1
(202,199,161)
#D1CEAD
(209,206,173)
#D8D5B9
(216,213,185)
#DFDCC5
(223,220,197)
#E6E3D1
(230,227,209)
#EDEADD
(237,234,221)
#F4F1E9
(244,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAB71; }

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

This text font color is #AEAB71.


Background Color

.myBgColor { background-color: #AEAB71; }

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

This div background color is #AEAB71.


Border color

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

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

This div border color is #AEAB71.


Opacity

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

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

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

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

This text has shadow with #AEAB71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAB71 on black background.


Color preview on white background

This text has color #AEAB71 on white background.



Black color preview on #AEAB71 background

This text has black color on #AEAB71 background.


White color preview on #AEAB71 background

This text has white color on #AEAB71 background.