COLOR #AF979A

HEX: #AF979A
RGB: (175,151,154)

Color info

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

RGB color model

#AF979A color RGB value is (175,151,154).

  • red value is 175;
  • green value is 151;
  • blue value is 154.
RGB:
(175,151,154)
(69%,59%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 154 of 255 = 60%

175
151
154

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

Portions of RGB colors in percentages

R + G + B =
175 + 151 + 154 = 480 (100%)
R 175 of 480 ~ 36.46%
G 151 of 480 ~ 31.46%
B 154 of 480 ~ 32.08%

%36.46
%31.46
%32.08

CMYK color model

#AF979A color CMYK value is (0,14,12,31).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 12.00%
  • key color value is 31.37%
CMYK:
(0,14,12,31)
C0M14Y12K31 
(0%,14%,12%,31%)
(0.00/0.14/0.12/0.31)	

CMYK percentages

%0
%13.71
%12
%31.37

Codes

Color #AF979A in popluar color models

AF979A
RGB175151154
HSL353°13.04%63.92%
HSB/HSV353°13.71%68.63%
CMYK0.00%13.71%12.00%
31.37%

Color #AF979A in popluar number systems.

HEXAF979A
Decimal175151154
Binary101011111001011110011010
Octal257227232

Shades and tints

Shades of #AF979A

#AF979A
(175,151,154)
#A08A8C
(160,138,140)
#917D7E
(145,125,126)
#827070
(130,112,112)
#736362
(115,99,98)
#645654
(100,86,84)
#554946
(85,73,70)
#463C38
(70,60,56)
#372F2A
(55,47,42)
#28221C
(40,34,28)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #AF979A

#AF979A
(175,151,154)
#B6A0A3
(182,160,163)
#BDA9AC
(189,169,172)
#C4B2B5
(196,178,181)
#CBBBBE
(203,187,190)
#D2C4C7
(210,196,199)
#D9CDD0
(217,205,208)
#E0D6D9
(224,214,217)
#E7DFE2
(231,223,226)
#EEE8EB
(238,232,235)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF979A; }

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

This text font color is #AF979A.


Background Color

.myBgColor { background-color: #AF979A; }

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

This div background color is #AF979A.


Border color

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

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

This div border color is #AF979A.


Opacity

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

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

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

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

This text has shadow with #AF979A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF979A on black background.


Color preview on white background

This text has color #AF979A on white background.



Black color preview on #AF979A background

This text has black color on #AF979A background.


White color preview on #AF979A background

This text has white color on #AF979A background.