COLOR #AF919D

HEX: #AF919D
RGB: (175,145,157)

Color info

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

RGB color model

#AF919D color RGB value is (175,145,157).

  • red value is 175;
  • green value is 145;
  • blue value is 157.
RGB:
(175,145,157)
(69%,57%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 145 of 255 = 57%
B 157 of 255 = 62%

175
145
157

R + G + B ~ 63%. #AF919D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 145 + 157 = 477 (100%)
R 175 of 477 ~ 36.69%
G 145 of 477 ~ 30.4%
B 157 of 477 ~ 32.91%

%36.69
%30.4
%32.91

CMYK color model

#AF919D color CMYK value is (0,17,10,31).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 10.29%
  • key color value is 31.37%
CMYK:
(0,17,10,31)
C0M17Y10K31 
(0%,17%,10%,31%)
(0.00/0.17/0.10/0.31)	

CMYK percentages

%0
%17.14
%10.29
%31.37

Codes

Color #AF919D in popluar color models

AF919D
RGB175145157
HSL336°15.79%62.75%
HSB/HSV336°17.14%68.63%
CMYK0.00%17.14%10.29%
31.37%

Color #AF919D in popluar number systems.

HEXAF919D
Decimal175145157
Binary101011111001000110011101
Octal257221235

Shades and tints

Shades of #AF919D

#AF919D
(175,145,157)
#A0848F
(160,132,143)
#917781
(145,119,129)
#826A73
(130,106,115)
#735D65
(115,93,101)
#645057
(100,80,87)
#554349
(85,67,73)
#46363B
(70,54,59)
#37292D
(55,41,45)
#281C1F
(40,28,31)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #AF919D

#AF919D
(175,145,157)
#B69BA5
(182,155,165)
#BDA5AD
(189,165,173)
#C4AFB5
(196,175,181)
#CBB9BD
(203,185,189)
#D2C3C5
(210,195,197)
#D9CDCD
(217,205,205)
#E0D7D5
(224,215,213)
#E7E1DD
(231,225,221)
#EEEBE5
(238,235,229)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF919D; }

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

This text font color is #AF919D.


Background Color

.myBgColor { background-color: #AF919D; }

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

This div background color is #AF919D.


Border color

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

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

This div border color is #AF919D.


Opacity

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

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

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

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

This text has shadow with #AF919D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF919D on black background.


Color preview on white background

This text has color #AF919D on white background.



Black color preview on #AF919D background

This text has black color on #AF919D background.


White color preview on #AF919D background

This text has white color on #AF919D background.