COLOR #AF978D

HEX: #AF978D
RGB: (175,151,141)

Color info

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

RGB color model

#AF978D color RGB value is (175,151,141).

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

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 141 of 255 = 55%

175
151
141

R + G + B ~ 61%. #AF978D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 151 + 141 = 467 (100%)
R 175 of 467 ~ 37.47%
G 151 of 467 ~ 32.33%
B 141 of 467 ~ 30.19%

%37.47
%32.33
%30.19

CMYK color model

#AF978D color CMYK value is (0,14,19,31).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 19.43%
  • key color value is 31.37%
CMYK:
(0,14,19,31)
C0M14Y19K31 
(0%,14%,19%,31%)
(0.00/0.14/0.19/0.31)	

CMYK percentages

%0
%13.71
%19.43
%31.37

Codes

Color #AF978D in popluar color models

AF978D
RGB175151141
HSL18°17.53%61.96%
HSB/HSV18°19.43%68.63%
CMYK0.00%13.71%19.43%
31.37%

Color #AF978D in popluar number systems.

HEXAF978D
Decimal175151141
Binary101011111001011110001101
Octal257227215

Shades and tints

Shades of #AF978D

#AF978D
(175,151,141)
#A08A81
(160,138,129)
#917D75
(145,125,117)
#827069
(130,112,105)
#73635D
(115,99,93)
#645651
(100,86,81)
#554945
(85,73,69)
#463C39
(70,60,57)
#372F2D
(55,47,45)
#282221
(40,34,33)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AF978D

#AF978D
(175,151,141)
#B6A097
(182,160,151)
#BDA9A1
(189,169,161)
#C4B2AB
(196,178,171)
#CBBBB5
(203,187,181)
#D2C4BF
(210,196,191)
#D9CDC9
(217,205,201)
#E0D6D3
(224,214,211)
#E7DFDD
(231,223,221)
#EEE8E7
(238,232,231)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF978D; }

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

This text font color is #AF978D.


Background Color

.myBgColor { background-color: #AF978D; }

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

This div background color is #AF978D.


Border color

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

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

This div border color is #AF978D.


Opacity

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

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

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

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

This text has shadow with #AF978D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF978D on black background.


Color preview on white background

This text has color #AF978D on white background.



Black color preview on #AF978D background

This text has black color on #AF978D background.


White color preview on #AF978D background

This text has white color on #AF978D background.