COLOR #AFAD8F

HEX: #AFAD8F
RGB: (175,173,143)

Color info

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

RGB color model

#AFAD8F color RGB value is (175,173,143).

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

RGB channels and saturation

R 175 of 255 = 69%
G 173 of 255 = 68%
B 143 of 255 = 56%

175
173
143

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

Portions of RGB colors in percentages

R + G + B =
175 + 173 + 143 = 491 (100%)
R 175 of 491 ~ 35.64%
G 173 of 491 ~ 35.23%
B 143 of 491 ~ 29.12%

%35.64
%35.23
%29.12

CMYK color model

#AFAD8F color CMYK value is (0,1,18,31).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(0,1,18,31)
C0M1Y18K31 
(0%,1%,18%,31%)
(0.00/0.01/0.18/0.31)	

CMYK percentages

%0
%1.14
%18.29
%31.37

Codes

Color #AFAD8F in popluar color models

AFAD8F
RGB175173143
HSL56°16.67%62.35%
HSB/HSV56°18.29%68.63%
CMYK0.00%1.14%18.29%
31.37%

Color #AFAD8F in popluar number systems.

HEXAFAD8F
Decimal175173143
Binary101011111010110110001111
Octal257255217

Shades and tints

Shades of #AFAD8F

#AFAD8F
(175,173,143)
#A09E82
(160,158,130)
#918F75
(145,143,117)
#828068
(130,128,104)
#73715B
(115,113,91)
#64624E
(100,98,78)
#555341
(85,83,65)
#464434
(70,68,52)
#373527
(55,53,39)
#28261A
(40,38,26)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #AFAD8F

#AFAD8F
(175,173,143)
#B6B499
(182,180,153)
#BDBBA3
(189,187,163)
#C4C2AD
(196,194,173)
#CBC9B7
(203,201,183)
#D2D0C1
(210,208,193)
#D9D7CB
(217,215,203)
#E0DED5
(224,222,213)
#E7E5DF
(231,229,223)
#EEECE9
(238,236,233)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAD8F; }

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

This text font color is #AFAD8F.


Background Color

.myBgColor { background-color: #AFAD8F; }

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

This div background color is #AFAD8F.


Border color

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

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

This div border color is #AFAD8F.


Opacity

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

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

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

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

This text has shadow with #AFAD8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAD8F on black background.


Color preview on white background

This text has color #AFAD8F on white background.



Black color preview on #AFAD8F background

This text has black color on #AFAD8F background.


White color preview on #AFAD8F background

This text has white color on #AFAD8F background.