COLOR #AF979E

HEX: #AF979E RGB: (175,151,158)

Color info

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

RGB color model

#AF979E color RGB value is (175,151,158).

RGB: (175,151,158) (69%, 59%, 62%)

RGB channels and saturation

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

175
151
158

R + G + B ~ 63%. #AF979E is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 151 + 158 = 484 (100%)
R 175 of 484 ~ 36.16%
G 151 of 484 ~ 31.2%
B 158 of 484 ~ 32.64'%

%36.16
%31.2
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 9.71%
  • key color value is 31.37%

CMYK: (0,14,10,31)
C0M14Y10K31 (0%, 14%, 10%, 31%)
(0.00 / 0.14 / 0.10 / 0.31)

CMYK percentages

%0
%13.71
%9.71
%31.37

Codes

Color #AF979E in popluar color models

AF 97 9E
RGB 175 151 158
HSL 343° 13.04% 63.92%
HSB/HSV 343° 13.71% 68.63%
CMYK 0.00% 13.71% 9.71%
31.37%

Color #AF979E in popluar number systems.

HEX AF 97 9E
Decimal 175 151 158
Binary 10101111 10010111 10011110
Octal 257 227 236

Shades and tints

Shades of #AF979E

#AF979E
(175,151,158)
#A08A90
(160,138,144)
#917D82
(145,125,130)
#827074
(130,112,116)
#736366
(115,99,102)
#645658
(100,86,88)
#55494A
(85,73,74)
#463C3C
(70,60,60)
#372F2E
(55,47,46)
#282220
(40,34,32)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #AF979E

#AF979E
(175,151,158)
#B6A0A6
(182,160,166)
#BDA9AE
(189,169,174)
#C4B2B6
(196,178,182)
#CBBBBE
(203,187,190)
#D2C4C6
(210,196,198)
#D9CDCE
(217,205,206)
#E0D6D6
(224,214,214)
#E7DFDE
(231,223,222)
#EEE8E6
(238,232,230)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF979E; }

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

This text font color is #AF979E.

Background Color

.myBgColor { background-color: #AF979E; }

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

This div background color is #AF979E.

Border color

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

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

This div border color is #AF979E.

Opacity

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

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

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

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

This text has shadow with #AF979E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF979E.

Preview

Color preview on black background

This text has color #AF979E on black background.


Color preview on white background

This text has color #AF979E on white background.


Black color preview on #AF979E background

This text has black color on #AF979E background.


White color preview on #AF979E background

This text has white color on #AF979E background.


Related colors

Complementary color

Complementary color for #hex is #506861.


I love getcolorcode.com

Triadic colors

1 #9EAF97 and #979EAF with #AF979E are triadic colors.

2 #9E97AF and #97AF9E with #AF979E are triadic colors.