COLOR #AEA192

HEX: #AEA192
RGB: (174,161,146)

Color info

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

RGB color model

#AEA192 color RGB value is (174,161,146).

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

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 146 of 255 = 57%

174
161
146

R + G + B ~ 63%. #AEA192 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 146 = 481 (100%)
R 174 of 481 ~ 36.17%
G 161 of 481 ~ 33.47%
B 146 of 481 ~ 30.35%

%36.17
%33.47
%30.35

CMYK color model

#AEA192 color CMYK value is (0,7,16,32).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(0,7,16,32)
C0M7Y16K32 
(0%,7%,16%,32%)
(0.00/0.07/0.16/0.32)	

CMYK percentages

%0
%7.47
%16.09
%31.76

Codes

Color #AEA192 in popluar color models

AEA192
RGB174161146
HSL32°14.74%62.75%
HSB/HSV32°16.09%68.24%
CMYK0.00%7.47%16.09%
31.76%

Color #AEA192 in popluar number systems.

HEXAEA192
Decimal174161146
Binary101011101010000110010010
Octal256241222

Shades and tints

Shades of #AEA192

#AEA192
(174,161,146)
#9F9385
(159,147,133)
#908578
(144,133,120)
#81776B
(129,119,107)
#72695E
(114,105,94)
#635B51
(99,91,81)
#544D44
(84,77,68)
#453F37
(69,63,55)
#36312A
(54,49,42)
#27231D
(39,35,29)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #AEA192

#AEA192
(174,161,146)
#B5A99B
(181,169,155)
#BCB1A4
(188,177,164)
#C3B9AD
(195,185,173)
#CAC1B6
(202,193,182)
#D1C9BF
(209,201,191)
#D8D1C8
(216,209,200)
#DFD9D1
(223,217,209)
#E6E1DA
(230,225,218)
#EDE9E3
(237,233,227)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA192; }

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

This text font color is #AEA192.


Background Color

.myBgColor { background-color: #AEA192; }

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

This div background color is #AEA192.


Border color

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

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

This div border color is #AEA192.


Opacity

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

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

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

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

This text has shadow with #AEA192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA192 on black background.


Color preview on white background

This text has color #AEA192 on white background.



Black color preview on #AEA192 background

This text has black color on #AEA192 background.


White color preview on #AEA192 background

This text has white color on #AEA192 background.