COLOR #AF988F

HEX: #AF988F RGB: (175,152,143)

Color info

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

RGB color model

#AF988F color RGB value is (175,152,143).

RGB: (175,152,143) (69%, 60%, 56%)

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 143 of 255 = 56%

175
152
143

R + G + B ~ 62%. #AF988F is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 152 + 143 = 470 (100%)
R 175 of 470 ~ 37.23%
G 152 of 470 ~ 32.34%
B 143 of 470 ~ 30.43'%

%37.23
%32.34
%30.43

CMYK color model

#AF988F color CMYK value is (0,13,18,31).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 18.29%
  • key color value is 31.37%

CMYK: (0,13,18,31)
C0M13Y18K31 (0%, 13%, 18%, 31%)
(0.00 / 0.13 / 0.18 / 0.31)

CMYK percentages

%0
%13.14
%18.29
%31.37

Codes

Color #AF988F in popluar color models

AF 98 8F
RGB 175 152 143
HSL 17° 16.67% 62.35%
HSB/HSV 17° 18.29% 68.63%
CMYK 0.00% 13.14% 18.29%
31.37%

Color #AF988F in popluar number systems.

HEX AF 98 8F
Decimal 175 152 143
Binary 10101111 10011000 10001111
Octal 257 230 217

Shades and tints

Shades of #AF988F

#AF988F
(175,152,143)
#A08B82
(160,139,130)
#917E75
(145,126,117)
#827168
(130,113,104)
#73645B
(115,100,91)
#64574E
(100,87,78)
#554A41
(85,74,65)
#463D34
(70,61,52)
#373027
(55,48,39)
#28231A
(40,35,26)
#19160D
(25,22,13)
#000000
(0,0,0)

Tints of #AF988F

#AF988F
(175,152,143)
#B6A199
(182,161,153)
#BDAAA3
(189,170,163)
#C4B3AD
(196,179,173)
#CBBCB7
(203,188,183)
#D2C5C1
(210,197,193)
#D9CECB
(217,206,203)
#E0D7D5
(224,215,213)
#E7E0DF
(231,224,223)
#EEE9E9
(238,233,233)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF988F; }

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

This text font color is #AF988F.

Background Color

.myBgColor { background-color: #AF988F; }

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

This div background color is #AF988F.

Border color

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

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

This div border color is #AF988F.

Opacity

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

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

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

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

This text has shadow with #AF988F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF988F.

Preview

Color preview on black background

This text has color #AF988F on black background.


Color preview on white background

This text has color #AF988F on white background.


Black color preview on #AF988F background

This text has black color on #AF988F background.


White color preview on #AF988F background

This text has white color on #AF988F background.


Related colors

Complementary color

Complementary color for #hex is #506770.


I love getcolorcode.com

Triadic colors

1 #8FAF98 and #988FAF with #AF988F are triadic colors.

2 #8F98AF and #98AF8F with #AF988F are triadic colors.