COLOR #AEA295

HEX: #AEA295
RGB: (174,162,149)

Color info

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

RGB color model

#AEA295 color RGB value is (174,162,149).

  • red value is 174;
  • green value is 162;
  • blue value is 149.
RGB:
(174,162,149)
(68%,64%,58%)

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 149 of 255 = 58%

174
162
149

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

Portions of RGB colors in percentages

R + G + B =
174 + 162 + 149 = 485 (100%)
R 174 of 485 ~ 35.88%
G 162 of 485 ~ 33.4%
B 149 of 485 ~ 30.72%

%35.88
%33.4
%30.72

CMYK color model

#AEA295 color CMYK value is (0,7,14,32).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 14.37%
  • key color value is 31.76%
CMYK:
(0,7,14,32)
C0M7Y14K32 
(0%,7%,14%,32%)
(0.00/0.07/0.14/0.32)	

CMYK percentages

%0
%6.9
%14.37
%31.76

Codes

Color #AEA295 in popluar color models

AEA295
RGB174162149
HSL31°13.37%63.33%
HSB/HSV31°14.37%68.24%
CMYK0.00%6.90%14.37%
31.76%

Color #AEA295 in popluar number systems.

HEXAEA295
Decimal174162149
Binary101011101010001010010101
Octal256242225

Shades and tints

Shades of #AEA295

#AEA295
(174,162,149)
#9F9488
(159,148,136)
#90867B
(144,134,123)
#81786E
(129,120,110)
#726A61
(114,106,97)
#635C54
(99,92,84)
#544E47
(84,78,71)
#45403A
(69,64,58)
#36322D
(54,50,45)
#272420
(39,36,32)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #AEA295

#AEA295
(174,162,149)
#B5AA9E
(181,170,158)
#BCB2A7
(188,178,167)
#C3BAB0
(195,186,176)
#CAC2B9
(202,194,185)
#D1CAC2
(209,202,194)
#D8D2CB
(216,210,203)
#DFDAD4
(223,218,212)
#E6E2DD
(230,226,221)
#EDEAE6
(237,234,230)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA295 color. Also use rgb(174,162,149) instead hex code.

Text Font Color

.myTextColor { color: #AEA295; }

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

This text font color is #AEA295.


Background Color

.myBgColor { background-color: #AEA295; }

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

This div background color is #AEA295.


Border color

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

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

This div border color is #AEA295.


Opacity

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

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

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

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

This text has shadow with #AEA295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA295 on black background.


Color preview on white background

This text has color #AEA295 on white background.



Black color preview on #AEA295 background

This text has black color on #AEA295 background.


White color preview on #AEA295 background

This text has white color on #AEA295 background.