COLOR #AEB295

HEX: #AEB295
RGB: (174,178,149)

Color info

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

RGB color model

#AEB295 color RGB value is (174,178,149).

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

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 149 of 255 = 58%

174
178
149

R + G + B ~ 65%. #AEB295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 149 = 501 (100%)
R 174 of 501 ~ 34.73%
G 178 of 501 ~ 35.53%
B 149 of 501 ~ 29.74%

%34.73
%35.53
%29.74

CMYK color model

#AEB295 color CMYK value is (2,0,16,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • key color value is 30.20%
CMYK:
(2,0,16,30)
C2M0Y16K30 
(2%,0%,16%,30%)
(0.02/0.00/0.16/0.30)	

CMYK percentages

%2.25
%0
%16.29
%30.2

Codes

Color #AEB295 in popluar color models

AEB295
RGB174178149
HSL68°15.85%64.12%
HSB/HSV68°16.29%69.80%
CMYK2.25%0.00%16.29%
30.20%

Color #AEB295 in popluar number systems.

HEXAEB295
Decimal174178149
Binary101011101011001010010101
Octal256262225

Shades and tints

Shades of #AEB295

#AEB295
(174,178,149)
#9FA288
(159,162,136)
#90927B
(144,146,123)
#81826E
(129,130,110)
#727261
(114,114,97)
#636254
(99,98,84)
#545247
(84,82,71)
#45423A
(69,66,58)
#36322D
(54,50,45)
#272220
(39,34,32)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #AEB295

#AEB295
(174,178,149)
#B5B99E
(181,185,158)
#BCC0A7
(188,192,167)
#C3C7B0
(195,199,176)
#CACEB9
(202,206,185)
#D1D5C2
(209,213,194)
#D8DCCB
(216,220,203)
#DFE3D4
(223,227,212)
#E6EADD
(230,234,221)
#EDF1E6
(237,241,230)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB295; }

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

This text font color is #AEB295.


Background Color

.myBgColor { background-color: #AEB295; }

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

This div background color is #AEB295.


Border color

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

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

This div border color is #AEB295.


Opacity

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

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

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

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

This text has shadow with #AEB295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB295 on black background.


Color preview on white background

This text has color #AEB295 on white background.



Black color preview on #AEB295 background

This text has black color on #AEB295 background.


White color preview on #AEB295 background

This text has white color on #AEB295 background.