COLOR #AFAD9F

HEX: #AFAD9F
RGB: (175,173,159)

Color info

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

RGB color model

#AFAD9F color RGB value is (175,173,159).

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

RGB channels and saturation

R 175 of 255 = 69%
G 173 of 255 = 68%
B 159 of 255 = 62%

175
173
159

R + G + B ~ 66%. #AFAD9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 173 + 159 = 507 (100%)
R 175 of 507 ~ 34.52%
G 173 of 507 ~ 34.12%
B 159 of 507 ~ 31.36%

%34.52
%34.12
%31.36

CMYK color model

#AFAD9F color CMYK value is (0,1,9,31).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 9.14%
  • key color value is 31.37%
CMYK:
(0,1,9,31)
C0M1Y9K31 
(0%,1%,9%,31%)
(0.00/0.01/0.09/0.31)	

CMYK percentages

%0
%1.14
%9.14
%31.37

Codes

Color #AFAD9F in popluar color models

AFAD9F
RGB175173159
HSL53°9.09%65.49%
HSB/HSV53°9.14%68.63%
CMYK0.00%1.14%9.14%
31.37%

Color #AFAD9F in popluar number systems.

HEXAFAD9F
Decimal175173159
Binary101011111010110110011111
Octal257255237

Shades and tints

Shades of #AFAD9F

#AFAD9F
(175,173,159)
#A09E91
(160,158,145)
#918F83
(145,143,131)
#828075
(130,128,117)
#737167
(115,113,103)
#646259
(100,98,89)
#55534B
(85,83,75)
#46443D
(70,68,61)
#37352F
(55,53,47)
#282621
(40,38,33)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #AFAD9F

#AFAD9F
(175,173,159)
#B6B4A7
(182,180,167)
#BDBBAF
(189,187,175)
#C4C2B7
(196,194,183)
#CBC9BF
(203,201,191)
#D2D0C7
(210,208,199)
#D9D7CF
(217,215,207)
#E0DED7
(224,222,215)
#E7E5DF
(231,229,223)
#EEECE7
(238,236,231)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAD9F; }

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

This text font color is #AFAD9F.


Background Color

.myBgColor { background-color: #AFAD9F; }

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

This div background color is #AFAD9F.


Border color

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

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

This div border color is #AFAD9F.


Opacity

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

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

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

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

This text has shadow with #AFAD9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAD9F on black background.


Color preview on white background

This text has color #AFAD9F on white background.



Black color preview on #AFAD9F background

This text has black color on #AFAD9F background.


White color preview on #AFAD9F background

This text has white color on #AFAD9F background.