COLOR #AF988C

HEX: #AF988C RGB: (175,152,140)

Color info

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

RGB color model

#AF988C color RGB value is (175,152,140).

RGB: (175,152,140) (69%, 60%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 140 of 255 = 55%

175
152
140

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

Portions of RGB colors in percentages

R + G + B = 175 + 152 + 140 = 467 (100%)
R 175 of 467 ~ 37.47%
G 152 of 467 ~ 32.55%
B 140 of 467 ~ 29.98'%

%37.47
%32.55
%29.98

CMYK color model

#AF988C color CMYK value is (0,13,20,31).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK: (0,13,20,31) C0M13Y20K31 (0%,13%,20%,31%) (0.00/0.13/0.20/0.31) 

CMYK percentages

%0
%13.14
%20
%31.37

Codes

Color #AF988C in popluar color models

AF 98 8C
RGB 175 152 140
HSL 21° 17.95% 61.76%
HSB/HSV 21° 20.00% 68.63%
CMYK 0.00% 13.14% 20.00%
31.37%

Color #AF988C in popluar number systems.

HEX AF 98 8C
Decimal 175 152 140
Binary 10101111 10011000 10001100
Octal 257 230 214

Shades and tints

Shades of #AF988C

#AF988C
(175,152,140)
#A08B80
(160,139,128)
#917E74
(145,126,116)
#827168
(130,113,104)
#73645C
(115,100,92)
#645750
(100,87,80)
#554A44
(85,74,68)
#463D38
(70,61,56)
#37302C
(55,48,44)
#282320
(40,35,32)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AF988C

#AF988C
(175,152,140)
#B6A196
(182,161,150)
#BDAAA0
(189,170,160)
#C4B3AA
(196,179,170)
#CBBCB4
(203,188,180)
#D2C5BE
(210,197,190)
#D9CEC8
(217,206,200)
#E0D7D2
(224,215,210)
#E7E0DC
(231,224,220)
#EEE9E6
(238,233,230)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF988C; }

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

This text font color is #AF988C.

Background Color

.myBgColor { background-color: #AF988C; }

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

This div background color is #AF988C.

Border color

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

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

This div border color is #AF988C.

Opacity

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

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

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

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

This text has shadow with #AF988C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF988C.

Preview

Color preview on black background

This text has color #AF988C on black background.


Color preview on white background

This text has color #AF988C on white background.


Black color preview on #AF988C background

This text has black color on #AF988C background.


White color preview on #AF988C background

This text has white color on #AF988C background.


Related colors

Complementary color

Complementary color for #hex is #506773.


I love getcolorcode.com

Triadic colors

1 #8CAF98 and #988CAF with #AF988C are triadic colors.

2 #8C98AF and #98AF8C with #AF988C are triadic colors.