COLOR #AEAFA5

HEX: #AEAFA5
RGB: (174,175,165)

Color info

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

RGB color model

#AEAFA5 color RGB value is (174,175,165).

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

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 165 of 255 = 65%

174
175
165

R + G + B ~ 67%. #AEAFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 175 + 165 = 514 (100%)
R 174 of 514 ~ 33.85%
G 175 of 514 ~ 34.05%
B 165 of 514 ~ 32.1%

%33.85
%34.05
%32.1

CMYK color model

#AEAFA5 color CMYK value is (1,0,6,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 31.37%
CMYK:
(1,0,6,31)
C1M0Y6K31 
(1%,0%,6%,31%)
(0.01/0.00/0.06/0.31)	

CMYK percentages

%0.57
%0
%5.71
%31.37

Codes

Color #AEAFA5 in popluar color models

AEAFA5
RGB174175165
HSL66°5.88%66.67%
HSB/HSV66°5.71%68.63%
CMYK0.57%0.00%5.71%
31.37%

Color #AEAFA5 in popluar number systems.

HEXAEAFA5
Decimal174175165
Binary101011101010111110100101
Octal256257245

Shades and tints

Shades of #AEAFA5

#AEAFA5
(174,175,165)
#9FA096
(159,160,150)
#909187
(144,145,135)
#818278
(129,130,120)
#727369
(114,115,105)
#63645A
(99,100,90)
#54554B
(84,85,75)
#45463C
(69,70,60)
#36372D
(54,55,45)
#27281E
(39,40,30)
#18190F
(24,25,15)
#000000
(0,0,0)

Tints of #AEAFA5

#AEAFA5
(174,175,165)
#B5B6AD
(181,182,173)
#BCBDB5
(188,189,181)
#C3C4BD
(195,196,189)
#CACBC5
(202,203,197)
#D1D2CD
(209,210,205)
#D8D9D5
(216,217,213)
#DFE0DD
(223,224,221)
#E6E7E5
(230,231,229)
#EDEEED
(237,238,237)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAFA5; }

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

This text font color is #AEAFA5.


Background Color

.myBgColor { background-color: #AEAFA5; }

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

This div background color is #AEAFA5.


Border color

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

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

This div border color is #AEAFA5.


Opacity

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

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

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

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

This text has shadow with #AEAFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAFA5 on black background.


Color preview on white background

This text has color #AEAFA5 on white background.



Black color preview on #AEAFA5 background

This text has black color on #AEAFA5 background.


White color preview on #AEAFA5 background

This text has white color on #AEAFA5 background.