COLOR #AF888C

HEX: #AF888C RGB: (175,136,140)

Color info

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

RGB color model

#AF888C color RGB value is (175,136,140).

RGB: (175,136,140) (69%, 53%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 136 of 255 = 53%
B 140 of 255 = 55%

175
136
140

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

Portions of RGB colors in percentages

R + G + B = 175 + 136 + 140 = 451 (100%)
R 175 of 451 ~ 38.8%
G 136 of 451 ~ 30.16%
B 140 of 451 ~ 31.04'%

%38.8
%30.16
%31.04

CMYK color model

#AF888C color CMYK value is (0,22,20,31).

  • cyan value is 0.00%
  • magenta value is 22.29%
  • yellow value is 20.00%
  • key color value is 31.37%

CMYK: (0,22,20,31)
C0M22Y20K31 (0%, 22%, 20%, 31%)
(0.00 / 0.22 / 0.20 / 0.31)

CMYK percentages

%0
%22.29
%20
%31.37

Codes

Color #AF888C in popluar color models

AF 88 8C
RGB 175 136 140
HSL 354° 19.60% 60.98%
HSB/HSV 354° 22.29% 68.63%
CMYK 0.00% 22.29% 20.00%
31.37%

Color #AF888C in popluar number systems.

HEX AF 88 8C
Decimal 175 136 140
Binary 10101111 10001000 10001100
Octal 257 210 214

Shades and tints

Shades of #AF888C

#AF888C
(175,136,140)
#A07C80
(160,124,128)
#917074
(145,112,116)
#826468
(130,100,104)
#73585C
(115,88,92)
#644C50
(100,76,80)
#554044
(85,64,68)
#463438
(70,52,56)
#37282C
(55,40,44)
#281C20
(40,28,32)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #AF888C

#AF888C
(175,136,140)
#B69296
(182,146,150)
#BD9CA0
(189,156,160)
#C4A6AA
(196,166,170)
#CBB0B4
(203,176,180)
#D2BABE
(210,186,190)
#D9C4C8
(217,196,200)
#E0CED2
(224,206,210)
#E7D8DC
(231,216,220)
#EEE2E6
(238,226,230)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF888C; }

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

This text font color is #AF888C.

Background Color

.myBgColor { background-color: #AF888C; }

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

This div background color is #AF888C.

Border color

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

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

This div border color is #AF888C.

Opacity

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

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

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

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

This text has shadow with #AF888C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF888C.

Preview

Color preview on black background

This text has color #AF888C on black background.


Color preview on white background

This text has color #AF888C on white background.


Black color preview on #AF888C background

This text has black color on #AF888C background.


White color preview on #AF888C background

This text has white color on #AF888C background.


Related colors

Complementary color

Complementary color for #hex is #507773.


I love getcolorcode.com

Triadic colors

1 #8CAF88 and #888CAF with #AF888C are triadic colors.

2 #8C88AF and #88AF8C with #AF888C are triadic colors.