COLOR #AF9FA5

HEX: #AF9FA5
RGB: (175,159,165)

Color info

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

RGB color model

#AF9FA5 color RGB value is (175,159,165).

  • red value is 175;
  • green value is 159;
  • blue value is 165.
RGB:
(175,159,165)
(69%,62%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 165 of 255 = 65%

175
159
165

R + G + B ~ 65%. #AF9FA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 159 + 165 = 499 (100%)
R 175 of 499 ~ 35.07%
G 159 of 499 ~ 31.86%
B 165 of 499 ~ 33.07%

%35.07
%31.86
%33.07

CMYK color model

#AF9FA5 color CMYK value is (0,9,6,31).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 5.71%
  • key color value is 31.37%
CMYK:
(0,9,6,31)
C0M9Y6K31 
(0%,9%,6%,31%)
(0.00/0.09/0.06/0.31)	

CMYK percentages

%0
%9.14
%5.71
%31.37

Codes

Color #AF9FA5 in popluar color models

AF9FA5
RGB175159165
HSL338°9.09%65.49%
HSB/HSV338°9.14%68.63%
CMYK0.00%9.14%5.71%
31.37%

Color #AF9FA5 in popluar number systems.

HEXAF9FA5
Decimal175159165
Binary101011111001111110100101
Octal257237245

Shades and tints

Shades of #AF9FA5

#AF9FA5
(175,159,165)
#A09196
(160,145,150)
#918387
(145,131,135)
#827578
(130,117,120)
#736769
(115,103,105)
#64595A
(100,89,90)
#554B4B
(85,75,75)
#463D3C
(70,61,60)
#372F2D
(55,47,45)
#28211E
(40,33,30)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #AF9FA5

#AF9FA5
(175,159,165)
#B6A7AD
(182,167,173)
#BDAFB5
(189,175,181)
#C4B7BD
(196,183,189)
#CBBFC5
(203,191,197)
#D2C7CD
(210,199,205)
#D9CFD5
(217,207,213)
#E0D7DD
(224,215,221)
#E7DFE5
(231,223,229)
#EEE7ED
(238,231,237)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9FA5; }

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

This text font color is #AF9FA5.


Background Color

.myBgColor { background-color: #AF9FA5; }

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

This div background color is #AF9FA5.


Border color

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

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

This div border color is #AF9FA5.


Opacity

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

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

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

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

This text has shadow with #AF9FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9FA5 on black background.


Color preview on white background

This text has color #AF9FA5 on white background.



Black color preview on #AF9FA5 background

This text has black color on #AF9FA5 background.


White color preview on #AF9FA5 background

This text has white color on #AF9FA5 background.