COLOR #AFAF9C

HEX: #AFAF9C
RGB: (175,175,156)

Color info

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

RGB color model

#AFAF9C color RGB value is (175,175,156).

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

RGB channels and saturation

R 175 of 255 = 69%
G 175 of 255 = 69%
B 156 of 255 = 61%

175
175
156

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

Portions of RGB colors in percentages

R + G + B =
175 + 175 + 156 = 506 (100%)
R 175 of 506 ~ 34.58%
G 175 of 506 ~ 34.58%
B 156 of 506 ~ 30.83%

%34.58
%34.58
%30.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK:
(0,0,11,31)
C0M0Y11K31 
(0%,0%,11%,31%)
(0.00/0.00/0.11/0.31)	

CMYK percentages

%0
%0
%10.86
%31.37

Codes

Color #AFAF9C in popluar color models

AFAF9C
RGB175175156
HSL60°10.61%64.90%
HSB/HSV60°10.86%68.63%
CMYK0.00%0.00%10.86%
31.37%

Color #AFAF9C in popluar number systems.

HEXAFAF9C
Decimal175175156
Binary101011111010111110011100
Octal257257234

Shades and tints

Shades of #AFAF9C

#AFAF9C
(175,175,156)
#A0A08E
(160,160,142)
#919180
(145,145,128)
#828272
(130,130,114)
#737364
(115,115,100)
#646456
(100,100,86)
#555548
(85,85,72)
#46463A
(70,70,58)
#37372C
(55,55,44)
#28281E
(40,40,30)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #AFAF9C

#AFAF9C
(175,175,156)
#B6B6A5
(182,182,165)
#BDBDAE
(189,189,174)
#C4C4B7
(196,196,183)
#CBCBC0
(203,203,192)
#D2D2C9
(210,210,201)
#D9D9D2
(217,217,210)
#E0E0DB
(224,224,219)
#E7E7E4
(231,231,228)
#EEEEED
(238,238,237)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAF9C; }

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

This text font color is #AFAF9C.


Background Color

.myBgColor { background-color: #AFAF9C; }

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

This div background color is #AFAF9C.


Border color

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

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

This div border color is #AFAF9C.


Opacity

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

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

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

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

This text has shadow with #AFAF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAF9C on black background.


Color preview on white background

This text has color #AFAF9C on white background.



Black color preview on #AFAF9C background

This text has black color on #AFAF9C background.


White color preview on #AFAF9C background

This text has white color on #AFAF9C background.