COLOR #AEA197

HEX: #AEA197
RGB: (174,161,151)

Color info

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

RGB color model

#AEA197 color RGB value is (174,161,151).

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

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 151 of 255 = 59%

174
161
151

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

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 151 = 486 (100%)
R 174 of 486 ~ 35.8%
G 161 of 486 ~ 33.13%
B 151 of 486 ~ 31.07%

%35.8
%33.13
%31.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 13.22%
  • 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
%13.22
%31.76

Codes

Color #AEA197 in popluar color models

AEA197
RGB174161151
HSL26°12.43%63.73%
HSB/HSV26°13.22%68.24%
CMYK0.00%7.47%13.22%
31.76%

Color #AEA197 in popluar number systems.

HEXAEA197
Decimal174161151
Binary101011101010000110010111
Octal256241227

Shades and tints

Shades of #AEA197

#AEA197
(174,161,151)
#9F938A
(159,147,138)
#90857D
(144,133,125)
#817770
(129,119,112)
#726963
(114,105,99)
#635B56
(99,91,86)
#544D49
(84,77,73)
#453F3C
(69,63,60)
#36312F
(54,49,47)
#272322
(39,35,34)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEA197

#AEA197
(174,161,151)
#B5A9A0
(181,169,160)
#BCB1A9
(188,177,169)
#C3B9B2
(195,185,178)
#CAC1BB
(202,193,187)
#D1C9C4
(209,201,196)
#D8D1CD
(216,209,205)
#DFD9D6
(223,217,214)
#E6E1DF
(230,225,223)
#EDE9E8
(237,233,232)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA197; }

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

This text font color is #AEA197.


Background Color

.myBgColor { background-color: #AEA197; }

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

This div background color is #AEA197.


Border color

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

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

This div border color is #AEA197.


Opacity

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

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

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

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

This text has shadow with #AEA197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA197 on black background.


Color preview on white background

This text has color #AEA197 on white background.



Black color preview on #AEA197 background

This text has black color on #AEA197 background.


White color preview on #AEA197 background

This text has white color on #AEA197 background.