COLOR #AF888E

HEX: #AF888E RGB: (175,136,142)

Color info

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

RGB color model

#AF888E color RGB value is (175,136,142).

RGB: (175,136,142) (69%, 53%, 56%)

RGB channels and saturation

R 175 of 255 = 69%
G 136 of 255 = 53%
B 142 of 255 = 56%

175
136
142

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

Portions of RGB colors in percentages

R + G + B = 175 + 136 + 142 = 453 (100%)
R 175 of 453 ~ 38.63%
G 136 of 453 ~ 30.02%
B 142 of 453 ~ 31.35'%

%38.63
%30.02
%31.35

CMYK color model

#AF888E color CMYK value is (0,22,19,31).

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

CMYK: (0,22,19,31)
C0M22Y19K31 (0%, 22%, 19%, 31%)
(0.00 / 0.22 / 0.19 / 0.31)

CMYK percentages

%0
%22.29
%18.86
%31.37

Codes

Color #AF888E in popluar color models

AF 88 8E
RGB 175 136 142
HSL 351° 19.60% 60.98%
HSB/HSV 351° 22.29% 68.63%
CMYK 0.00% 22.29% 18.86%
31.37%

Color #AF888E in popluar number systems.

HEX AF 88 8E
Decimal 175 136 142
Binary 10101111 10001000 10001110
Octal 257 210 216

Shades and tints

Shades of #AF888E

#AF888E
(175,136,142)
#A07C82
(160,124,130)
#917076
(145,112,118)
#82646A
(130,100,106)
#73585E
(115,88,94)
#644C52
(100,76,82)
#554046
(85,64,70)
#46343A
(70,52,58)
#37282E
(55,40,46)
#281C22
(40,28,34)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #AF888E

#AF888E
(175,136,142)
#B69298
(182,146,152)
#BD9CA2
(189,156,162)
#C4A6AC
(196,166,172)
#CBB0B6
(203,176,182)
#D2BAC0
(210,186,192)
#D9C4CA
(217,196,202)
#E0CED4
(224,206,212)
#E7D8DE
(231,216,222)
#EEE2E8
(238,226,232)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF888E; }

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

This text font color is #AF888E.

Background Color

.myBgColor { background-color: #AF888E; }

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

This div background color is #AF888E.

Border color

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

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

This div border color is #AF888E.

Opacity

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

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

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

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

This text has shadow with #AF888E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF888E.

Preview

Color preview on black background

This text has color #AF888E on black background.


Color preview on white background

This text has color #AF888E on white background.


Black color preview on #AF888E background

This text has black color on #AF888E background.


White color preview on #AF888E background

This text has white color on #AF888E background.


Related colors

Complementary color

Complementary color for #hex is #507771.


I love getcolorcode.com

Triadic colors

1 #8EAF88 and #888EAF with #AF888E are triadic colors.

2 #8E88AF and #88AF8E with #AF888E are triadic colors.