COLOR #AFA5AF

HEX: #AFA5AF
RGB: (175,165,175)

Color info

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

RGB color model

#AFA5AF color RGB value is (175,165,175).

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

RGB channels and saturation

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

175
165
175

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

Portions of RGB colors in percentages

R + G + B =
175 + 165 + 175 = 515 (100%)
R 175 of 515 ~ 33.98%
G 165 of 515 ~ 32.04%
B 175 of 515 ~ 33.98%

%33.98
%32.04
%33.98

CMYK color model

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

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

CMYK percentages

%0
%5.71
%0
%31.37

Codes

Color #AFA5AF in popluar color models

AFA5AF
RGB175165175
HSL300°5.88%66.67%
HSB/HSV300°5.71%68.63%
CMYK0.00%5.71%0.00%
31.37%

Color #AFA5AF in popluar number systems.

HEXAFA5AF
Decimal175165175
Binary101011111010010110101111
Octal257245257

Shades and tints

Shades of #AFA5AF

#AFA5AF
(175,165,175)
#A096A0
(160,150,160)
#918791
(145,135,145)
#827882
(130,120,130)
#736973
(115,105,115)
#645A64
(100,90,100)
#554B55
(85,75,85)
#463C46
(70,60,70)
#372D37
(55,45,55)
#281E28
(40,30,40)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #AFA5AF

#AFA5AF
(175,165,175)
#B6ADB6
(182,173,182)
#BDB5BD
(189,181,189)
#C4BDC4
(196,189,196)
#CBC5CB
(203,197,203)
#D2CDD2
(210,205,210)
#D9D5D9
(217,213,217)
#E0DDE0
(224,221,224)
#E7E5E7
(231,229,231)
#EEEDEE
(238,237,238)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA5AF; }

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

This text font color is #AFA5AF.


Background Color

.myBgColor { background-color: #AFA5AF; }

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

This div background color is #AFA5AF.


Border color

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

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

This div border color is #AFA5AF.


Opacity

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

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

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

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

This text has shadow with #AFA5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA5AF on black background.


Color preview on white background

This text has color #AFA5AF on white background.



Black color preview on #AFA5AF background

This text has black color on #AFA5AF background.


White color preview on #AFA5AF background

This text has white color on #AFA5AF background.