COLOR #AFA9AD

HEX: #AFA9AD RGB: (175,169,173)

Color info

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

RGB color model

#AFA9AD color RGB value is (175,169,173).

RGB: (175,169,173) (69%, 66%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 169 of 255 = 66%
B 173 of 255 = 68%

175
169
173

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

Portions of RGB colors in percentages

R + G + B = 175 + 169 + 173 = 517 (100%)
R 175 of 517 ~ 33.85%
G 169 of 517 ~ 32.69%
B 173 of 517 ~ 33.46'%

%33.85
%32.69
%33.46

CMYK color model

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

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

CMYK: (0,3,1,31)
C0M3Y1K31 (0%, 3%, 1%, 31%)
(0.00 / 0.03 / 0.01 / 0.31)

CMYK percentages

%0
%3.43
%1.14
%31.37

Codes

Color #AFA9AD in popluar color models

AF A9 AD
RGB 175 169 173
HSL 320° 3.61% 67.45%
HSB/HSV 320° 3.43% 68.63%
CMYK 0.00% 3.43% 1.14%
31.37%

Color #AFA9AD in popluar number systems.

HEX AF A9 AD
Decimal 175 169 173
Binary 10101111 10101001 10101101
Octal 257 251 255

Shades and tints

Shades of #AFA9AD

#AFA9AD
(175,169,173)
#A09A9E
(160,154,158)
#918B8F
(145,139,143)
#827C80
(130,124,128)
#736D71
(115,109,113)
#645E62
(100,94,98)
#554F53
(85,79,83)
#464044
(70,64,68)
#373135
(55,49,53)
#282226
(40,34,38)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #AFA9AD

#AFA9AD
(175,169,173)
#B6B0B4
(182,176,180)
#BDB7BB
(189,183,187)
#C4BEC2
(196,190,194)
#CBC5C9
(203,197,201)
#D2CCD0
(210,204,208)
#D9D3D7
(217,211,215)
#E0DADE
(224,218,222)
#E7E1E5
(231,225,229)
#EEE8EC
(238,232,236)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA9AD; }

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

This text font color is #AFA9AD.

Background Color

.myBgColor { background-color: #AFA9AD; }

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

This div background color is #AFA9AD.

Border color

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

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

This div border color is #AFA9AD.

Opacity

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

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

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

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

This text has shadow with #AFA9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA9AD.

Preview

Color preview on black background

This text has color #AFA9AD on black background.


Color preview on white background

This text has color #AFA9AD on white background.


Black color preview on #AFA9AD background

This text has black color on #AFA9AD background.


White color preview on #AFA9AD background

This text has white color on #AFA9AD background.


Related colors

Complementary color

Complementary color for #hex is #505652.


I love getcolorcode.com

Triadic colors

1 #ADAFA9 and #A9ADAF with #AFA9AD are triadic colors.

2 #ADA9AF and #A9AFAD with #AFA9AD are triadic colors.