COLOR #AF919B

HEX: #AF919B
RGB: (175,145,155)

Color info

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

RGB color model

#AF919B color RGB value is (175,145,155).

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

RGB channels and saturation

R 175 of 255 = 69%
G 145 of 255 = 57%
B 155 of 255 = 61%

175
145
155

R + G + B ~ 62%. #AF919B is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 145 + 155 = 475 (100%)
R 175 of 475 ~ 36.84%
G 145 of 475 ~ 30.53%
B 155 of 475 ~ 32.63%

%36.84
%30.53
%32.63

CMYK color model

#AF919B color CMYK value is (0,17,11,31).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK:
(0,17,11,31)
C0M17Y11K31 
(0%,17%,11%,31%)
(0.00/0.17/0.11/0.31)	

CMYK percentages

%0
%17.14
%11.43
%31.37

Codes

Color #AF919B in popluar color models

AF919B
RGB175145155
HSL340°15.79%62.75%
HSB/HSV340°17.14%68.63%
CMYK0.00%17.14%11.43%
31.37%

Color #AF919B in popluar number systems.

HEXAF919B
Decimal175145155
Binary101011111001000110011011
Octal257221233

Shades and tints

Shades of #AF919B

#AF919B
(175,145,155)
#A0848D
(160,132,141)
#91777F
(145,119,127)
#826A71
(130,106,113)
#735D63
(115,93,99)
#645055
(100,80,85)
#554347
(85,67,71)
#463639
(70,54,57)
#37292B
(55,41,43)
#281C1D
(40,28,29)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #AF919B

#AF919B
(175,145,155)
#B69BA4
(182,155,164)
#BDA5AD
(189,165,173)
#C4AFB6
(196,175,182)
#CBB9BF
(203,185,191)
#D2C3C8
(210,195,200)
#D9CDD1
(217,205,209)
#E0D7DA
(224,215,218)
#E7E1E3
(231,225,227)
#EEEBEC
(238,235,236)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF919B; }

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

This text font color is #AF919B.


Background Color

.myBgColor { background-color: #AF919B; }

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

This div background color is #AF919B.


Border color

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

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

This div border color is #AF919B.


Opacity

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

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

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

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

This text has shadow with #AF919B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF919B on black background.


Color preview on white background

This text has color #AF919B on white background.



Black color preview on #AF919B background

This text has black color on #AF919B background.


White color preview on #AF919B background

This text has white color on #AF919B background.