COLOR #AEAFAF

HEX: #AEAFAF
RGB: (174,175,175)

Color info

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

RGB color model

#AEAFAF color RGB value is (174,175,175).

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

RGB channels and saturation

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

174
175
175

R + G + B ~ 69%. #AEAFAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 175 + 175 = 524 (100%)
R 174 of 524 ~ 33.21%
G 175 of 524 ~ 33.4%
B 175 of 524 ~ 33.4%

%33.21
%33.4
%33.4

CMYK color model

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

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

CMYK percentages

%0.57
%0
%0
%31.37

Codes

Color #AEAFAF in popluar color models

AEAFAF
RGB174175175
HSL180°0.62%68.43%
HSB/HSV180°0.57%68.63%
CMYK0.57%0.00%0.00%
31.37%

Color #AEAFAF in popluar number systems.

HEXAEAFAF
Decimal174175175
Binary101011101010111110101111
Octal256257257

Shades and tints

Shades of #AEAFAF

#AEAFAF
(174,175,175)
#9FA0A0
(159,160,160)
#909191
(144,145,145)
#818282
(129,130,130)
#727373
(114,115,115)
#636464
(99,100,100)
#545555
(84,85,85)
#454646
(69,70,70)
#363737
(54,55,55)
#272828
(39,40,40)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #AEAFAF

#AEAFAF
(174,175,175)
#B5B6B6
(181,182,182)
#BCBDBD
(188,189,189)
#C3C4C4
(195,196,196)
#CACBCB
(202,203,203)
#D1D2D2
(209,210,210)
#D8D9D9
(216,217,217)
#DFE0E0
(223,224,224)
#E6E7E7
(230,231,231)
#EDEEEE
(237,238,238)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAFAF; }

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

This text font color is #AEAFAF.


Background Color

.myBgColor { background-color: #AEAFAF; }

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

This div background color is #AEAFAF.


Border color

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

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

This div border color is #AEAFAF.


Opacity

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

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

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

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

This text has shadow with #AEAFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAFAF on black background.


Color preview on white background

This text has color #AEAFAF on white background.



Black color preview on #AEAFAF background

This text has black color on #AEAFAF background.


White color preview on #AEAFAF background

This text has white color on #AEAFAF background.