COLOR #AF919E

HEX: #AF919E
RGB: (175,145,158)

Color info

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

RGB color model

#AF919E color RGB value is (175,145,158).

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

RGB channels and saturation

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

175
145
158

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

Portions of RGB colors in percentages

R + G + B =
175 + 145 + 158 = 478 (100%)
R 175 of 478 ~ 36.61%
G 145 of 478 ~ 30.33%
B 158 of 478 ~ 33.05%

%36.61
%30.33
%33.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 9.71%
  • 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
%9.71
%31.37

Codes

Color #AF919E in popluar color models

AF919E
RGB175145158
HSL334°15.79%62.75%
HSB/HSV334°17.14%68.63%
CMYK0.00%17.14%9.71%
31.37%

Color #AF919E in popluar number systems.

HEXAF919E
Decimal175145158
Binary101011111001000110011110
Octal257221236

Shades and tints

Shades of #AF919E

#AF919E
(175,145,158)
#A08490
(160,132,144)
#917782
(145,119,130)
#826A74
(130,106,116)
#735D66
(115,93,102)
#645058
(100,80,88)
#55434A
(85,67,74)
#46363C
(70,54,60)
#37292E
(55,41,46)
#281C20
(40,28,32)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #AF919E

#AF919E
(175,145,158)
#B69BA6
(182,155,166)
#BDA5AE
(189,165,174)
#C4AFB6
(196,175,182)
#CBB9BE
(203,185,190)
#D2C3C6
(210,195,198)
#D9CDCE
(217,205,206)
#E0D7D6
(224,215,214)
#E7E1DE
(231,225,222)
#EEEBE6
(238,235,230)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF919E; }

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

This text font color is #AF919E.


Background Color

.myBgColor { background-color: #AF919E; }

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

This div background color is #AF919E.


Border color

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

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

This div border color is #AF919E.


Opacity

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

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

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

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

This text has shadow with #AF919E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF919E on black background.


Color preview on white background

This text has color #AF919E on white background.



Black color preview on #AF919E background

This text has black color on #AF919E background.


White color preview on #AF919E background

This text has white color on #AF919E background.