COLOR #AEA198

HEX: #AEA198
RGB: (174,161,152)

Color info

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

RGB color model

#AEA198 color RGB value is (174,161,152).

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

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 152 of 255 = 60%

174
161
152

R + G + B ~ 64%. #AEA198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 152 = 487 (100%)
R 174 of 487 ~ 35.73%
G 161 of 487 ~ 33.06%
B 152 of 487 ~ 31.21%

%35.73
%33.06
%31.21

CMYK color model

#AEA198 color CMYK value is (0,7,13,32).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 12.64%
  • key color value is 31.76%
CMYK:
(0,7,13,32)
C0M7Y13K32 
(0%,7%,13%,32%)
(0.00/0.07/0.13/0.32)	

CMYK percentages

%0
%7.47
%12.64
%31.76

Codes

Color #AEA198 in popluar color models

AEA198
RGB174161152
HSL25°11.96%63.92%
HSB/HSV25°12.64%68.24%
CMYK0.00%7.47%12.64%
31.76%

Color #AEA198 in popluar number systems.

HEXAEA198
Decimal174161152
Binary101011101010000110011000
Octal256241230

Shades and tints

Shades of #AEA198

#AEA198
(174,161,152)
#9F938B
(159,147,139)
#90857E
(144,133,126)
#817771
(129,119,113)
#726964
(114,105,100)
#635B57
(99,91,87)
#544D4A
(84,77,74)
#453F3D
(69,63,61)
#363130
(54,49,48)
#272323
(39,35,35)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AEA198

#AEA198
(174,161,152)
#B5A9A1
(181,169,161)
#BCB1AA
(188,177,170)
#C3B9B3
(195,185,179)
#CAC1BC
(202,193,188)
#D1C9C5
(209,201,197)
#D8D1CE
(216,209,206)
#DFD9D7
(223,217,215)
#E6E1E0
(230,225,224)
#EDE9E9
(237,233,233)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA198; }

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

This text font color is #AEA198.


Background Color

.myBgColor { background-color: #AEA198; }

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

This div background color is #AEA198.


Border color

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

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

This div border color is #AEA198.


Opacity

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

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

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

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

This text has shadow with #AEA198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA198 on black background.


Color preview on white background

This text has color #AEA198 on white background.



Black color preview on #AEA198 background

This text has black color on #AEA198 background.


White color preview on #AEA198 background

This text has white color on #AEA198 background.