COLOR #AFA8A9

HEX: #AFA8A9 RGB: (175,168,169)

Color info

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

RGB color model

#AFA8A9 color RGB value is (175,168,169).

RGB: (175,168,169) (69%, 66%, 66%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 169 of 255 = 66%

175
168
169

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

Portions of RGB colors in percentages

R + G + B = 175 + 168 + 169 = 512 (100%)
R 175 of 512 ~ 34.18%
G 168 of 512 ~ 32.81%
B 169 of 512 ~ 33.01'%

%34.18
%32.81
%33.01

CMYK color model

#AFA8A9 color CMYK value is (0,4,3,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 3.43%
  • key color value is 31.37%

CMYK: (0,4,3,31)
C0M4Y3K31 (0%, 4%, 3%, 31%)
(0.00 / 0.04 / 0.03 / 0.31)

CMYK percentages

%0
%4
%3.43
%31.37

Codes

Color #AFA8A9 in popluar color models

AF A8 A9
RGB 175 168 169
HSL 351° 4.19% 67.25%
HSB/HSV 351° 4.00% 68.63%
CMYK 0.00% 4.00% 3.43%
31.37%

Color #AFA8A9 in popluar number systems.

HEX AF A8 A9
Decimal 175 168 169
Binary 10101111 10101000 10101001
Octal 257 250 251

Shades and tints

Shades of #AFA8A9

#AFA8A9
(175,168,169)
#A0999A
(160,153,154)
#918A8B
(145,138,139)
#827B7C
(130,123,124)
#736C6D
(115,108,109)
#645D5E
(100,93,94)
#554E4F
(85,78,79)
#463F40
(70,63,64)
#373031
(55,48,49)
#282122
(40,33,34)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #AFA8A9

#AFA8A9
(175,168,169)
#B6AFB0
(182,175,176)
#BDB6B7
(189,182,183)
#C4BDBE
(196,189,190)
#CBC4C5
(203,196,197)
#D2CBCC
(210,203,204)
#D9D2D3
(217,210,211)
#E0D9DA
(224,217,218)
#E7E0E1
(231,224,225)
#EEE7E8
(238,231,232)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA8A9; }

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

This text font color is #AFA8A9.

Background Color

.myBgColor { background-color: #AFA8A9; }

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

This div background color is #AFA8A9.

Border color

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

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

This div border color is #AFA8A9.

Opacity

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

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

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

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

This text has shadow with #AFA8A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA8A9.

Preview

Color preview on black background

This text has color #AFA8A9 on black background.


Color preview on white background

This text has color #AFA8A9 on white background.


Black color preview on #AFA8A9 background

This text has black color on #AFA8A9 background.


White color preview on #AFA8A9 background

This text has white color on #AFA8A9 background.


Related colors

Complementary color

Complementary color for #hex is #505756.


I love getcolorcode.com

Triadic colors

1 #A9AFA8 and #A8A9AF with #AFA8A9 are triadic colors.

2 #A9A8AF and #A8AFA9 with #AFA8A9 are triadic colors.