COLOR #AFAF9D

HEX: #AFAF9D
RGB: (175,175,157)

Color info

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

RGB color model

#AFAF9D color RGB value is (175,175,157).

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

RGB channels and saturation

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

175
175
157

R + G + B ~ 67%. #AFAF9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 175 + 157 = 507 (100%)
R 175 of 507 ~ 34.52%
G 175 of 507 ~ 34.52%
B 157 of 507 ~ 30.97%

%34.52
%34.52
%30.97

CMYK color model

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

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

CMYK percentages

%0
%0
%10.29
%31.37

Codes

Color #AFAF9D in popluar color models

AFAF9D
RGB175175157
HSL60°10.11%65.10%
HSB/HSV60°10.29%68.63%
CMYK0.00%0.00%10.29%
31.37%

Color #AFAF9D in popluar number systems.

HEXAFAF9D
Decimal175175157
Binary101011111010111110011101
Octal257257235

Shades and tints

Shades of #AFAF9D

#AFAF9D
(175,175,157)
#A0A08F
(160,160,143)
#919181
(145,145,129)
#828273
(130,130,115)
#737365
(115,115,101)
#646457
(100,100,87)
#555549
(85,85,73)
#46463B
(70,70,59)
#37372D
(55,55,45)
#28281F
(40,40,31)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #AFAF9D

#AFAF9D
(175,175,157)
#B6B6A5
(182,182,165)
#BDBDAD
(189,189,173)
#C4C4B5
(196,196,181)
#CBCBBD
(203,203,189)
#D2D2C5
(210,210,197)
#D9D9CD
(217,217,205)
#E0E0D5
(224,224,213)
#E7E7DD
(231,231,221)
#EEEEE5
(238,238,229)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAF9D; }

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

This text font color is #AFAF9D.


Background Color

.myBgColor { background-color: #AFAF9D; }

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

This div background color is #AFAF9D.


Border color

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

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

This div border color is #AFAF9D.


Opacity

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

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

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

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

This text has shadow with #AFAF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAF9D on black background.


Color preview on white background

This text has color #AFAF9D on white background.



Black color preview on #AFAF9D background

This text has black color on #AFAF9D background.


White color preview on #AFAF9D background

This text has white color on #AFAF9D background.