COLOR #AEB495

HEX: #AEB495
RGB: (174,180,149)

Color info

#AEB495 contains red, green and blue colors in about the same proportion. Web safe color of #AEB495 is #99CC99 (or #9C9).

RGB color model

#AEB495 color RGB value is (174,180,149).

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

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 149 of 255 = 58%

174
180
149

R + G + B ~ 66%. #AEB495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 149 = 503 (100%)
R 174 of 503 ~ 34.59%
G 180 of 503 ~ 35.79%
B 149 of 503 ~ 29.62%

%34.59
%35.79
%29.62

CMYK color model

#AEB495 color CMYK value is (3,0,17,29).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(3,0,17,29)
C3M0Y17K29 
(3%,0%,17%,29%)
(0.03/0.00/0.17/0.29)	

CMYK percentages

%3.33
%0
%17.22
%29.41

Codes

Color #AEB495 in popluar color models

AEB495
RGB174180149
HSL72°17.13%64.51%
HSB/HSV72°17.22%70.59%
CMYK3.33%0.00%17.22%
29.41%

Color #AEB495 in popluar number systems.

HEXAEB495
Decimal174180149
Binary101011101011010010010101
Octal256264225

Shades and tints

Shades of #AEB495

#AEB495
(174,180,149)
#9FA488
(159,164,136)
#90947B
(144,148,123)
#81846E
(129,132,110)
#727461
(114,116,97)
#636454
(99,100,84)
#545447
(84,84,71)
#45443A
(69,68,58)
#36342D
(54,52,45)
#272420
(39,36,32)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AEB495

#AEB495
(174,180,149)
#B5BA9E
(181,186,158)
#BCC0A7
(188,192,167)
#C3C6B0
(195,198,176)
#CACCB9
(202,204,185)
#D1D2C2
(209,210,194)
#D8D8CB
(216,216,203)
#DFDED4
(223,222,212)
#E6E4DD
(230,228,221)
#EDEAE6
(237,234,230)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB495; }

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

This text font color is #AEB495.


Background Color

.myBgColor { background-color: #AEB495; }

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

This div background color is #AEB495.


Border color

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

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

This div border color is #AEB495.


Opacity

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

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

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

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

This text has shadow with #AEB495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB495 on black background.


Color preview on white background

This text has color #AEB495 on white background.



Black color preview on #AEB495 background

This text has black color on #AEB495 background.


White color preview on #AEB495 background

This text has white color on #AEB495 background.