COLOR #AFAEAF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

175
174
175

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

Portions of RGB colors in percentages

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

%33.4
%33.21
%33.4

CMYK color model

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

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

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

CMYK percentages

%0
%0.57
%0
%31.37

Codes

Color #AFAEAF in popluar color models

AF AE AF
RGB 175 174 175
HSL 300° 0.62% 68.43%
HSB/HSV 300° 0.57% 68.63%
CMYK 0.00% 0.57% 0.00%
31.37%

Color #AFAEAF in popluar number systems.

HEX AF AE AF
Decimal 175 174 175
Binary 10101111 10101110 10101111
Octal 257 256 257

Shades and tints

Shades of #AFAEAF

#AFAEAF
(175,174,175)
#A09FA0
(160,159,160)
#919091
(145,144,145)
#828182
(130,129,130)
#737273
(115,114,115)
#646364
(100,99,100)
#555455
(85,84,85)
#464546
(70,69,70)
#373637
(55,54,55)
#282728
(40,39,40)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #AFAEAF

#AFAEAF
(175,174,175)
#B6B5B6
(182,181,182)
#BDBCBD
(189,188,189)
#C4C3C4
(196,195,196)
#CBCACB
(203,202,203)
#D2D1D2
(210,209,210)
#D9D8D9
(217,216,217)
#E0DFE0
(224,223,224)
#E7E6E7
(231,230,231)
#EEEDEE
(238,237,238)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAEAF; }

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

This text font color is #AFAEAF.

Background Color

.myBgColor { background-color: #AFAEAF; }

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

This div background color is #AFAEAF.

Border color

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

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

This div border color is #AFAEAF.

Opacity

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

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

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

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

This text has shadow with #AFAEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAEAF.

Preview

Color preview on black background

This text has color #AFAEAF on black background.


Color preview on white background

This text has color #AFAEAF on white background.


Black color preview on #AFAEAF background

This text has black color on #AFAEAF background.


White color preview on #AFAEAF background

This text has white color on #AFAEAF background.


Related colors

Complementary color

Complementary color for #hex is #505150.


I love getcolorcode.com

Triadic colors

1 #AFAFAE and #AEAFAF with #AFAEAF are triadic colors.

2 #AFAEAF and #AEAFAF with #AFAEAF are triadic colors.