COLOR #AFAF9F

HEX: #AFAF9F RGB: (175,175,159)

Color info

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

RGB color model

#AFAF9F color RGB value is (175,175,159).

RGB: (175,175,159) (69%, 69%, 62%)

RGB channels and saturation

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

175
175
159

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

Portions of RGB colors in percentages

R + G + B = 175 + 175 + 159 = 509 (100%)
R 175 of 509 ~ 34.38%
G 175 of 509 ~ 34.38%
B 159 of 509 ~ 31.24'%

%34.38
%34.38
%31.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 31.37%

CMYK: (0,0,9,31)
C0M0Y9K31 (0%, 0%, 9%, 31%)
(0.00 / 0.00 / 0.09 / 0.31)

CMYK percentages

%0
%0
%9.14
%31.37

Codes

Color #AFAF9F in popluar color models

AF AF 9F
RGB 175 175 159
HSL 60° 9.09% 65.49%
HSB/HSV 60° 9.14% 68.63%
CMYK 0.00% 0.00% 9.14%
31.37%

Color #AFAF9F in popluar number systems.

HEX AF AF 9F
Decimal 175 175 159
Binary 10101111 10101111 10011111
Octal 257 257 237

Shades and tints

Shades of #AFAF9F

#AFAF9F
(175,175,159)
#A0A091
(160,160,145)
#919183
(145,145,131)
#828275
(130,130,117)
#737367
(115,115,103)
#646459
(100,100,89)
#55554B
(85,85,75)
#46463D
(70,70,61)
#37372F
(55,55,47)
#282821
(40,40,33)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #AFAF9F

#AFAF9F
(175,175,159)
#B6B6A7
(182,182,167)
#BDBDAF
(189,189,175)
#C4C4B7
(196,196,183)
#CBCBBF
(203,203,191)
#D2D2C7
(210,210,199)
#D9D9CF
(217,217,207)
#E0E0D7
(224,224,215)
#E7E7DF
(231,231,223)
#EEEEE7
(238,238,231)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAF9F; }

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

This text font color is #AFAF9F.

Background Color

.myBgColor { background-color: #AFAF9F; }

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

This div background color is #AFAF9F.

Border color

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

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

This div border color is #AFAF9F.

Opacity

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

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

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

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

This text has shadow with #AFAF9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAF9F.

Preview

Color preview on black background

This text has color #AFAF9F on black background.


Color preview on white background

This text has color #AFAF9F on white background.


Black color preview on #AFAF9F background

This text has black color on #AFAF9F background.


White color preview on #AFAF9F background

This text has white color on #AFAF9F background.


Related colors

Complementary color

Complementary color for #hex is #505060.


I love getcolorcode.com