COLOR #AFAD9D

HEX: #AFAD9D
RGB: (175,173,157)

Color info

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

RGB color model

#AFAD9D color RGB value is (175,173,157).

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

RGB channels and saturation

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

175
173
157

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

Portions of RGB colors in percentages

R + G + B =
175 + 173 + 157 = 505 (100%)
R 175 of 505 ~ 34.65%
G 173 of 505 ~ 34.26%
B 157 of 505 ~ 31.09%

%34.65
%34.26
%31.09

CMYK color model

#AFAD9D color CMYK value is (0,1,10,31).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 10.29%
  • key color value is 31.37%
CMYK:
(0,1,10,31)
C0M1Y10K31 
(0%,1%,10%,31%)
(0.00/0.01/0.10/0.31)	

CMYK percentages

%0
%1.14
%10.29
%31.37

Codes

Color #AFAD9D in popluar color models

AFAD9D
RGB175173157
HSL53°10.11%65.10%
HSB/HSV53°10.29%68.63%
CMYK0.00%1.14%10.29%
31.37%

Color #AFAD9D in popluar number systems.

HEXAFAD9D
Decimal175173157
Binary101011111010110110011101
Octal257255235

Shades and tints

Shades of #AFAD9D

#AFAD9D
(175,173,157)
#A09E8F
(160,158,143)
#918F81
(145,143,129)
#828073
(130,128,115)
#737165
(115,113,101)
#646257
(100,98,87)
#555349
(85,83,73)
#46443B
(70,68,59)
#37352D
(55,53,45)
#28261F
(40,38,31)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #AFAD9D

#AFAD9D
(175,173,157)
#B6B4A5
(182,180,165)
#BDBBAD
(189,187,173)
#C4C2B5
(196,194,181)
#CBC9BD
(203,201,189)
#D2D0C5
(210,208,197)
#D9D7CD
(217,215,205)
#E0DED5
(224,222,213)
#E7E5DD
(231,229,221)
#EEECE5
(238,236,229)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAD9D; }

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

This text font color is #AFAD9D.


Background Color

.myBgColor { background-color: #AFAD9D; }

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

This div background color is #AFAD9D.


Border color

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

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

This div border color is #AFAD9D.


Opacity

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

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

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

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

This text has shadow with #AFAD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAD9D on black background.


Color preview on white background

This text has color #AFAD9D on white background.



Black color preview on #AFAD9D background

This text has black color on #AFAD9D background.


White color preview on #AFAD9D background

This text has white color on #AFAD9D background.