COLOR #AF987F

HEX: #AF987F RGB: (175,152,127)

Color info

#AF987F contains red, green and blue colors in about the same proportion. Web safe color of #AF987F is #999966 (or #996).

RGB color model

#AF987F color RGB value is (175,152,127).

RGB: (175,152,127) (69%, 60%, 50%)

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 127 of 255 = 50%

175
152
127

R + G + B ~ 60%. #AF987F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 152 + 127 = 454 (100%)
R 175 of 454 ~ 38.55%
G 152 of 454 ~ 33.48%
B 127 of 454 ~ 27.97'%

%38.55
%33.48
%27.97

CMYK color model

#AF987F color CMYK value is (0,13,27,31).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 27.43%
  • key color value is 31.37%
CMYK: (0,13,27,31) C0M13Y27K31 (0%,13%,27%,31%) (0.00/0.13/0.27/0.31) 

CMYK percentages

%0
%13.14
%27.43
%31.37

Codes

Color #AF987F in popluar color models

AF 98 7F
RGB 175 152 127
HSL 31° 23.08% 59.22%
HSB/HSV 31° 27.43% 68.63%
CMYK 0.00% 13.14% 27.43%
31.37%

Color #AF987F in popluar number systems.

HEX AF 98 7F
Decimal 175 152 127
Binary 10101111 10011000 1111111
Octal 257 230 177

Shades and tints

Shades of #AF987F

#AF987F
(175,152,127)
#A08B74
(160,139,116)
#917E69
(145,126,105)
#82715E
(130,113,94)
#736453
(115,100,83)
#645748
(100,87,72)
#554A3D
(85,74,61)
#463D32
(70,61,50)
#373027
(55,48,39)
#28231C
(40,35,28)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #AF987F

#AF987F
(175,152,127)
#B6A18A
(182,161,138)
#BDAA95
(189,170,149)
#C4B3A0
(196,179,160)
#CBBCAB
(203,188,171)
#D2C5B6
(210,197,182)
#D9CEC1
(217,206,193)
#E0D7CC
(224,215,204)
#E7E0D7
(231,224,215)
#EEE9E2
(238,233,226)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF987F; }

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

This text font color is #AF987F.

Background Color

.myBgColor { background-color: #AF987F; }

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

This div background color is #AF987F.

Border color

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

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

This div border color is #AF987F.

Opacity

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

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

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

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

This text has shadow with #AF987F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF987F.

Preview

Color preview on black background

This text has color #AF987F on black background.


Color preview on white background

This text has color #AF987F on white background.


Black color preview on #AF987F background

This text has black color on #AF987F background.


White color preview on #AF987F background

This text has white color on #AF987F background.


Related colors

Complementary color

Complementary color for #hex is #506780.


I love getcolorcode.com

Triadic colors

1 #7FAF98 and #987FAF with #AF987F are triadic colors.

2 #7F98AF and #98AF7F with #AF987F are triadic colors.