COLOR #AF978B

HEX: #AF978B RGB: (175,151,139)

Color info

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

RGB color model

#AF978B color RGB value is (175,151,139).

RGB: (175,151,139) (69%, 59%, 55%)

RGB channels and saturation

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

175
151
139

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

Portions of RGB colors in percentages

R + G + B = 175 + 151 + 139 = 465 (100%)
R 175 of 465 ~ 37.63%
G 151 of 465 ~ 32.47%
B 139 of 465 ~ 29.89'%

%37.63
%32.47
%29.89

CMYK color model

#AF978B color CMYK value is (0,14,21,31).

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

CMYK: (0,14,21,31)
C0M14Y21K31 (0%, 14%, 21%, 31%)
(0.00 / 0.14 / 0.21 / 0.31)

CMYK percentages

%0
%13.71
%20.57
%31.37

Codes

Color #AF978B in popluar color models

AF 97 8B
RGB 175 151 139
HSL 20° 18.37% 61.57%
HSB/HSV 20° 20.57% 68.63%
CMYK 0.00% 13.71% 20.57%
31.37%

Color #AF978B in popluar number systems.

HEX AF 97 8B
Decimal 175 151 139
Binary 10101111 10010111 10001011
Octal 257 227 213

Shades and tints

Shades of #AF978B

#AF978B
(175,151,139)
#A08A7F
(160,138,127)
#917D73
(145,125,115)
#827067
(130,112,103)
#73635B
(115,99,91)
#64564F
(100,86,79)
#554943
(85,73,67)
#463C37
(70,60,55)
#372F2B
(55,47,43)
#28221F
(40,34,31)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AF978B

#AF978B
(175,151,139)
#B6A095
(182,160,149)
#BDA99F
(189,169,159)
#C4B2A9
(196,178,169)
#CBBBB3
(203,187,179)
#D2C4BD
(210,196,189)
#D9CDC7
(217,205,199)
#E0D6D1
(224,214,209)
#E7DFDB
(231,223,219)
#EEE8E5
(238,232,229)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF978B; }

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

This text font color is #AF978B.

Background Color

.myBgColor { background-color: #AF978B; }

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

This div background color is #AF978B.

Border color

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

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

This div border color is #AF978B.

Opacity

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

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

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

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

This text has shadow with #AF978B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF978B.

Preview

Color preview on black background

This text has color #AF978B on black background.


Color preview on white background

This text has color #AF978B on white background.


Black color preview on #AF978B background

This text has black color on #AF978B background.


White color preview on #AF978B background

This text has white color on #AF978B background.


Related colors

Complementary color

Complementary color for #hex is #506874.


I love getcolorcode.com

Triadic colors

1 #8BAF97 and #978BAF with #AF978B are triadic colors.

2 #8B97AF and #97AF8B with #AF978B are triadic colors.