COLOR #AFA5A9

HEX: #AFA5A9 RGB: (175,165,169)

Color info

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

RGB color model

#AFA5A9 color RGB value is (175,165,169).

RGB: (175,165,169) (69%, 65%, 66%)

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 169 of 255 = 66%

175
165
169

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

Portions of RGB colors in percentages

R + G + B = 175 + 165 + 169 = 509 (100%)
R 175 of 509 ~ 34.38%
G 165 of 509 ~ 32.42%
B 169 of 509 ~ 33.2'%

%34.38
%32.42
%33.2

CMYK color model

#AFA5A9 color CMYK value is (0,6,3,31).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 3.43%
  • key color value is 31.37%
CMYK: (0,6,3,31) C0M6Y3K31 (0%,6%,3%,31%) (0.00/0.06/0.03/0.31) 

CMYK percentages

%0
%5.71
%3.43
%31.37

Codes

Color #AFA5A9 in popluar color models

AF A5 A9
RGB 175 165 169
HSL 336° 5.88% 66.67%
HSB/HSV 336° 5.71% 68.63%
CMYK 0.00% 5.71% 3.43%
31.37%

Color #AFA5A9 in popluar number systems.

HEX AF A5 A9
Decimal 175 165 169
Binary 10101111 10100101 10101001
Octal 257 245 251

Shades and tints

Shades of #AFA5A9

#AFA5A9
(175,165,169)
#A0969A
(160,150,154)
#91878B
(145,135,139)
#82787C
(130,120,124)
#73696D
(115,105,109)
#645A5E
(100,90,94)
#554B4F
(85,75,79)
#463C40
(70,60,64)
#372D31
(55,45,49)
#281E22
(40,30,34)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #AFA5A9

#AFA5A9
(175,165,169)
#B6ADB0
(182,173,176)
#BDB5B7
(189,181,183)
#C4BDBE
(196,189,190)
#CBC5C5
(203,197,197)
#D2CDCC
(210,205,204)
#D9D5D3
(217,213,211)
#E0DDDA
(224,221,218)
#E7E5E1
(231,229,225)
#EEEDE8
(238,237,232)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA5A9; }

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

This text font color is #AFA5A9.

Background Color

.myBgColor { background-color: #AFA5A9; }

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

This div background color is #AFA5A9.

Border color

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

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

This div border color is #AFA5A9.

Opacity

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

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

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

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

This text has shadow with #AFA5A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA5A9.

Preview

Color preview on black background

This text has color #AFA5A9 on black background.


Color preview on white background

This text has color #AFA5A9 on white background.


Black color preview on #AFA5A9 background

This text has black color on #AFA5A9 background.


White color preview on #AFA5A9 background

This text has white color on #AFA5A9 background.


Related colors

Complementary color

Complementary color for #hex is #505A56.


I love getcolorcode.com

Triadic colors

1 #A9AFA5 and #A5A9AF with #AFA5A9 are triadic colors.

2 #A9A5AF and #A5AFA9 with #AFA5A9 are triadic colors.