COLOR #AF9B9F

HEX: #AF9B9F
RGB: (175,155,159)

Color info

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

RGB color model

#AF9B9F color RGB value is (175,155,159).

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

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 159 of 255 = 62%

175
155
159

R + G + B ~ 64%. #AF9B9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 155 + 159 = 489 (100%)
R 175 of 489 ~ 35.79%
G 155 of 489 ~ 31.7%
B 159 of 489 ~ 32.52%

%35.79
%31.7
%32.52

CMYK color model

#AF9B9F color CMYK value is (0,11,9,31).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 9.14%
  • key color value is 31.37%
CMYK:
(0,11,9,31)
C0M11Y9K31 
(0%,11%,9%,31%)
(0.00/0.11/0.09/0.31)	

CMYK percentages

%0
%11.43
%9.14
%31.37

Codes

Color #AF9B9F in popluar color models

AF9B9F
RGB175155159
HSL348°11.11%64.71%
HSB/HSV348°11.43%68.63%
CMYK0.00%11.43%9.14%
31.37%

Color #AF9B9F in popluar number systems.

HEXAF9B9F
Decimal175155159
Binary101011111001101110011111
Octal257233237

Shades and tints

Shades of #AF9B9F

#AF9B9F
(175,155,159)
#A08D91
(160,141,145)
#917F83
(145,127,131)
#827175
(130,113,117)
#736367
(115,99,103)
#645559
(100,85,89)
#55474B
(85,71,75)
#46393D
(70,57,61)
#372B2F
(55,43,47)
#281D21
(40,29,33)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #AF9B9F

#AF9B9F
(175,155,159)
#B6A4A7
(182,164,167)
#BDADAF
(189,173,175)
#C4B6B7
(196,182,183)
#CBBFBF
(203,191,191)
#D2C8C7
(210,200,199)
#D9D1CF
(217,209,207)
#E0DAD7
(224,218,215)
#E7E3DF
(231,227,223)
#EEECE7
(238,236,231)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9B9F; }

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

This text font color is #AF9B9F.


Background Color

.myBgColor { background-color: #AF9B9F; }

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

This div background color is #AF9B9F.


Border color

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

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

This div border color is #AF9B9F.


Opacity

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

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

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

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

This text has shadow with #AF9B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9B9F on black background.


Color preview on white background

This text has color #AF9B9F on white background.



Black color preview on #AF9B9F background

This text has black color on #AF9B9F background.


White color preview on #AF9B9F background

This text has white color on #AF9B9F background.