COLOR #AEA185

HEX: #AEA185
RGB: (174,161,133)

Color info

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

RGB color model

#AEA185 color RGB value is (174,161,133).

  • red value is 174;
  • green value is 161;
  • blue value is 133.
RGB:
(174,161,133)
(68%,63%,52%)

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 133 of 255 = 52%

174
161
133

R + G + B ~ 61%. #AEA185 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 133 = 468 (100%)
R 174 of 468 ~ 37.18%
G 161 of 468 ~ 34.4%
B 133 of 468 ~ 28.42%

%37.18
%34.4
%28.42

CMYK color model

#AEA185 color CMYK value is (0,7,24,32).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 23.56%
  • key color value is 31.76%
CMYK:
(0,7,24,32)
C0M7Y24K32 
(0%,7%,24%,32%)
(0.00/0.07/0.24/0.32)	

CMYK percentages

%0
%7.47
%23.56
%31.76

Codes

Color #AEA185 in popluar color models

AEA185
RGB174161133
HSL41°20.20%60.20%
HSB/HSV41°23.56%68.24%
CMYK0.00%7.47%23.56%
31.76%

Color #AEA185 in popluar number systems.

HEXAEA185
Decimal174161133
Binary101011101010000110000101
Octal256241205

Shades and tints

Shades of #AEA185

#AEA185
(174,161,133)
#9F9379
(159,147,121)
#90856D
(144,133,109)
#817761
(129,119,97)
#726955
(114,105,85)
#635B49
(99,91,73)
#544D3D
(84,77,61)
#453F31
(69,63,49)
#363125
(54,49,37)
#272319
(39,35,25)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #AEA185

#AEA185
(174,161,133)
#B5A990
(181,169,144)
#BCB19B
(188,177,155)
#C3B9A6
(195,185,166)
#CAC1B1
(202,193,177)
#D1C9BC
(209,201,188)
#D8D1C7
(216,209,199)
#DFD9D2
(223,217,210)
#E6E1DD
(230,225,221)
#EDE9E8
(237,233,232)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA185 color. Also use rgb(174,161,133) instead hex code.

Text Font Color

.myTextColor { color: #AEA185; }

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

This text font color is #AEA185.


Background Color

.myBgColor { background-color: #AEA185; }

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

This div background color is #AEA185.


Border color

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

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

This div border color is #AEA185.


Opacity

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

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

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

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

This text has shadow with #AEA185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA185 on black background.


Color preview on white background

This text has color #AEA185 on white background.



Black color preview on #AEA185 background

This text has black color on #AEA185 background.


White color preview on #AEA185 background

This text has white color on #AEA185 background.