COLOR #AEAF8C

HEX: #AEAF8C
RGB: (174,175,140)

Color info

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

RGB color model

#AEAF8C color RGB value is (174,175,140).

  • red value is 174;
  • green value is 175;
  • blue value is 140.
RGB:
(174,175,140)
(68%,69%,55%)

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 140 of 255 = 55%

174
175
140

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

Portions of RGB colors in percentages

R + G + B =
174 + 175 + 140 = 489 (100%)
R 174 of 489 ~ 35.58%
G 175 of 489 ~ 35.79%
B 140 of 489 ~ 28.63%

%35.58
%35.79
%28.63

CMYK color model

#AEAF8C color CMYK value is (1,0,20,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK:
(1,0,20,31)
C1M0Y20K31 
(1%,0%,20%,31%)
(0.01/0.00/0.20/0.31)	

CMYK percentages

%0.57
%0
%20
%31.37

Codes

Color #AEAF8C in popluar color models

AEAF8C
RGB174175140
HSL62°17.95%61.76%
HSB/HSV62°20.00%68.63%
CMYK0.57%0.00%20.00%
31.37%

Color #AEAF8C in popluar number systems.

HEXAEAF8C
Decimal174175140
Binary101011101010111110001100
Octal256257214

Shades and tints

Shades of #AEAF8C

#AEAF8C
(174,175,140)
#9FA080
(159,160,128)
#909174
(144,145,116)
#818268
(129,130,104)
#72735C
(114,115,92)
#636450
(99,100,80)
#545544
(84,85,68)
#454638
(69,70,56)
#36372C
(54,55,44)
#272820
(39,40,32)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #AEAF8C

#AEAF8C
(174,175,140)
#B5B696
(181,182,150)
#BCBDA0
(188,189,160)
#C3C4AA
(195,196,170)
#CACBB4
(202,203,180)
#D1D2BE
(209,210,190)
#D8D9C8
(216,217,200)
#DFE0D2
(223,224,210)
#E6E7DC
(230,231,220)
#EDEEE6
(237,238,230)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAF8C color. Also use rgb(174,175,140) instead hex code.

Text Font Color

.myTextColor { color: #AEAF8C; }

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

This text font color is #AEAF8C.


Background Color

.myBgColor { background-color: #AEAF8C; }

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

This div background color is #AEAF8C.


Border color

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

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

This div border color is #AEAF8C.


Opacity

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

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

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

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

This text has shadow with #AEAF8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAF8C on black background.


Color preview on white background

This text has color #AEAF8C on white background.



Black color preview on #AEAF8C background

This text has black color on #AEAF8C background.


White color preview on #AEAF8C background

This text has white color on #AEAF8C background.