COLOR #AEA995

HEX: #AEA995
RGB: (174,169,149)

Color info

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

RGB color model

#AEA995 color RGB value is (174,169,149).

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

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 149 of 255 = 58%

174
169
149

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

Portions of RGB colors in percentages

R + G + B =
174 + 169 + 149 = 492 (100%)
R 174 of 492 ~ 35.37%
G 169 of 492 ~ 34.35%
B 149 of 492 ~ 30.28%

%35.37
%34.35
%30.28

CMYK color model

#AEA995 color CMYK value is (0,3,14,32).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 14.37%
  • key color value is 31.76%
CMYK:
(0,3,14,32)
C0M3Y14K32 
(0%,3%,14%,32%)
(0.00/0.03/0.14/0.32)	

CMYK percentages

%0
%2.87
%14.37
%31.76

Codes

Color #AEA995 in popluar color models

AEA995
RGB174169149
HSL48°13.37%63.33%
HSB/HSV48°14.37%68.24%
CMYK0.00%2.87%14.37%
31.76%

Color #AEA995 in popluar number systems.

HEXAEA995
Decimal174169149
Binary101011101010100110010101
Octal256251225

Shades and tints

Shades of #AEA995

#AEA995
(174,169,149)
#9F9A88
(159,154,136)
#908B7B
(144,139,123)
#817C6E
(129,124,110)
#726D61
(114,109,97)
#635E54
(99,94,84)
#544F47
(84,79,71)
#45403A
(69,64,58)
#36312D
(54,49,45)
#272220
(39,34,32)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #AEA995

#AEA995
(174,169,149)
#B5B09E
(181,176,158)
#BCB7A7
(188,183,167)
#C3BEB0
(195,190,176)
#CAC5B9
(202,197,185)
#D1CCC2
(209,204,194)
#D8D3CB
(216,211,203)
#DFDAD4
(223,218,212)
#E6E1DD
(230,225,221)
#EDE8E6
(237,232,230)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA995; }

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

This text font color is #AEA995.


Background Color

.myBgColor { background-color: #AEA995; }

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

This div background color is #AEA995.


Border color

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

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

This div border color is #AEA995.


Opacity

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

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

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

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

This text has shadow with #AEA995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA995 on black background.


Color preview on white background

This text has color #AEA995 on white background.



Black color preview on #AEA995 background

This text has black color on #AEA995 background.


White color preview on #AEA995 background

This text has white color on #AEA995 background.