COLOR #AFAF9E

HEX: #AFAF9E
RGB: (175,175,158)

Color info

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

RGB color model

#AFAF9E color RGB value is (175,175,158).

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

RGB channels and saturation

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

175
175
158

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

Portions of RGB colors in percentages

R + G + B =
175 + 175 + 158 = 508 (100%)
R 175 of 508 ~ 34.45%
G 175 of 508 ~ 34.45%
B 158 of 508 ~ 31.1%

%34.45
%34.45
%31.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • 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
%9.71
%31.37

Codes

Color #AFAF9E in popluar color models

AFAF9E
RGB175175158
HSL60°9.60%65.29%
HSB/HSV60°9.71%68.63%
CMYK0.00%0.00%9.71%
31.37%

Color #AFAF9E in popluar number systems.

HEXAFAF9E
Decimal175175158
Binary101011111010111110011110
Octal257257236

Shades and tints

Shades of #AFAF9E

#AFAF9E
(175,175,158)
#A0A090
(160,160,144)
#919182
(145,145,130)
#828274
(130,130,116)
#737366
(115,115,102)
#646458
(100,100,88)
#55554A
(85,85,74)
#46463C
(70,70,60)
#37372E
(55,55,46)
#282820
(40,40,32)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #AFAF9E

#AFAF9E
(175,175,158)
#B6B6A6
(182,182,166)
#BDBDAE
(189,189,174)
#C4C4B6
(196,196,182)
#CBCBBE
(203,203,190)
#D2D2C6
(210,210,198)
#D9D9CE
(217,217,206)
#E0E0D6
(224,224,214)
#E7E7DE
(231,231,222)
#EEEEE6
(238,238,230)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAF9E; }

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

This text font color is #AFAF9E.


Background Color

.myBgColor { background-color: #AFAF9E; }

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

This div background color is #AFAF9E.


Border color

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

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

This div border color is #AFAF9E.


Opacity

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

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

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

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

This text has shadow with #AFAF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAF9E on black background.


Color preview on white background

This text has color #AFAF9E on white background.



Black color preview on #AFAF9E background

This text has black color on #AFAF9E background.


White color preview on #AFAF9E background

This text has white color on #AFAF9E background.