COLOR #AFAEA6

HEX: #AFAEA6 RGB: (175,174,166)

Color info

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

RGB color model

#AFAEA6 color RGB value is (175,174,166).

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

RGB channels and saturation

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

175
174
166

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

Portions of RGB colors in percentages

R + G + B = 175 + 174 + 166 = 515 (100%)
R 175 of 515 ~ 33.98%
G 174 of 515 ~ 33.79%
B 166 of 515 ~ 32.23'%

%33.98
%33.79
%32.23

CMYK color model

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

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

CMYK percentages

%0
%0.57
%5.14
%31.37

Codes

Color #AFAEA6 in popluar color models

AF AE A6
RGB 175 174 166
HSL 53° 5.33% 66.86%
HSB/HSV 53° 5.14% 68.63%
CMYK 0.00% 0.57% 5.14%
31.37%

Color #AFAEA6 in popluar number systems.

HEX AF AE A6
Decimal 175 174 166
Binary 10101111 10101110 10100110
Octal 257 256 246

Shades and tints

Shades of #AFAEA6

#AFAEA6
(175,174,166)
#A09F97
(160,159,151)
#919088
(145,144,136)
#828179
(130,129,121)
#73726A
(115,114,106)
#64635B
(100,99,91)
#55544C
(85,84,76)
#46453D
(70,69,61)
#37362E
(55,54,46)
#28271F
(40,39,31)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #AFAEA6

#AFAEA6
(175,174,166)
#B6B5AE
(182,181,174)
#BDBCB6
(189,188,182)
#C4C3BE
(196,195,190)
#CBCAC6
(203,202,198)
#D2D1CE
(210,209,206)
#D9D8D6
(217,216,214)
#E0DFDE
(224,223,222)
#E7E6E6
(231,230,230)
#EEEDEE
(238,237,238)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAEA6; }

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

This text font color is #AFAEA6.

Background Color

.myBgColor { background-color: #AFAEA6; }

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

This div background color is #AFAEA6.

Border color

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

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

This div border color is #AFAEA6.

Opacity

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

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

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

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

This text has shadow with #AFAEA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAEA6.

Preview

Color preview on black background

This text has color #AFAEA6 on black background.


Color preview on white background

This text has color #AFAEA6 on white background.


Black color preview on #AFAEA6 background

This text has black color on #AFAEA6 background.


White color preview on #AFAEA6 background

This text has white color on #AFAEA6 background.


Related colors

Complementary color

Complementary color for #hex is #505159.


I love getcolorcode.com

Triadic colors

1 #A6AFAE and #AEA6AF with #AFAEA6 are triadic colors.

2 #A6AEAF and #AEAFA6 with #AFAEA6 are triadic colors.