COLOR #AEAFAD

HEX: #AEAFAD RGB: (174,175,173)

Color info

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

RGB color model

#AEAFAD color RGB value is (174,175,173).

RGB: (174,175,173) (68%, 69%, 68%)

RGB channels and saturation

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

174
175
173

R + G + B ~ 68%. #AEAFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 175 + 173 = 522 (100%)
R 174 of 522 ~ 33.33%
G 175 of 522 ~ 33.52%
B 173 of 522 ~ 33.14'%

%33.33
%33.52
%33.14

CMYK color model

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

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 31.37%

CMYK: (1,0,1,31)
C1M0Y1K31 (1%, 0%, 1%, 31%)
(0.01 / 0.00 / 0.01 / 0.31)

CMYK percentages

%0.57
%0
%1.14
%31.37

Codes

Color #AEAFAD in popluar color models

AE AF AD
RGB 174 175 173
HSL 90° 1.23% 68.24%
HSB/HSV 90° 1.14% 68.63%
CMYK 0.57% 0.00% 1.14%
31.37%

Color #AEAFAD in popluar number systems.

HEX AE AF AD
Decimal 174 175 173
Binary 10101110 10101111 10101101
Octal 256 257 255

Shades and tints

Shades of #AEAFAD

#AEAFAD
(174,175,173)
#9FA09E
(159,160,158)
#90918F
(144,145,143)
#818280
(129,130,128)
#727371
(114,115,113)
#636462
(99,100,98)
#545553
(84,85,83)
#454644
(69,70,68)
#363735
(54,55,53)
#272826
(39,40,38)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #AEAFAD

#AEAFAD
(174,175,173)
#B5B6B4
(181,182,180)
#BCBDBB
(188,189,187)
#C3C4C2
(195,196,194)
#CACBC9
(202,203,201)
#D1D2D0
(209,210,208)
#D8D9D7
(216,217,215)
#DFE0DE
(223,224,222)
#E6E7E5
(230,231,229)
#EDEEEC
(237,238,236)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAFAD; }

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

This text font color is #AEAFAD.

Background Color

.myBgColor { background-color: #AEAFAD; }

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

This div background color is #AEAFAD.

Border color

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

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

This div border color is #AEAFAD.

Opacity

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

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

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

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

This text has shadow with #AEAFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAFAD.

Preview

Color preview on black background

This text has color #AEAFAD on black background.


Color preview on white background

This text has color #AEAFAD on white background.


Black color preview on #AEAFAD background

This text has black color on #AEAFAD background.


White color preview on #AEAFAD background

This text has white color on #AEAFAD background.


Related colors

Complementary color

Complementary color for #hex is #515052.


I love getcolorcode.com

Triadic colors

1 #ADAEAF and #AFADAE with #AEAFAD are triadic colors.

2 #ADAFAE and #AFAEAD with #AEAFAD are triadic colors.