COLOR #AEAB83

HEX: #AEAB83
RGB: (174,171,131)

Color info

#AEAB83 contains red, green and blue colors in about the same proportion. Web safe color of #AEAB83 is #999999 (or #999).

RGB color model

#AEAB83 color RGB value is (174,171,131).

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

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 131 of 255 = 51%

174
171
131

R + G + B ~ 62%. #AEAB83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 131 = 476 (100%)
R 174 of 476 ~ 36.55%
G 171 of 476 ~ 35.92%
B 131 of 476 ~ 27.52%

%36.55
%35.92
%27.52

CMYK color model

#AEAB83 color CMYK value is (0,2,25,32).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 24.71%
  • key color value is 31.76%
CMYK:
(0,2,25,32)
C0M2Y25K32 
(0%,2%,25%,32%)
(0.00/0.02/0.25/0.32)	

CMYK percentages

%0
%1.72
%24.71
%31.76

Codes

Color #AEAB83 in popluar color models

AEAB83
RGB174171131
HSL56°20.98%59.80%
HSB/HSV56°24.71%68.24%
CMYK0.00%1.72%24.71%
31.76%

Color #AEAB83 in popluar number systems.

HEXAEAB83
Decimal174171131
Binary101011101010101110000011
Octal256253203

Shades and tints

Shades of #AEAB83

#AEAB83
(174,171,131)
#9F9C78
(159,156,120)
#908D6D
(144,141,109)
#817E62
(129,126,98)
#726F57
(114,111,87)
#63604C
(99,96,76)
#545141
(84,81,65)
#454236
(69,66,54)
#36332B
(54,51,43)
#272420
(39,36,32)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEAB83

#AEAB83
(174,171,131)
#B5B28E
(181,178,142)
#BCB999
(188,185,153)
#C3C0A4
(195,192,164)
#CAC7AF
(202,199,175)
#D1CEBA
(209,206,186)
#D8D5C5
(216,213,197)
#DFDCD0
(223,220,208)
#E6E3DB
(230,227,219)
#EDEAE6
(237,234,230)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAB83; }

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

This text font color is #AEAB83.


Background Color

.myBgColor { background-color: #AEAB83; }

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

This div background color is #AEAB83.


Border color

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

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

This div border color is #AEAB83.


Opacity

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

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

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

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

This text has shadow with #AEAB83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAB83 on black background.


Color preview on white background

This text has color #AEAB83 on white background.



Black color preview on #AEAB83 background

This text has black color on #AEAB83 background.


White color preview on #AEAB83 background

This text has white color on #AEAB83 background.