COLOR #AF887C

HEX: #AF887C RGB: (175,136,124)

Color info

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

RGB color model

#AF887C color RGB value is (175,136,124).

RGB: (175,136,124) (69%, 53%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 136 of 255 = 53%
B 124 of 255 = 49%

175
136
124

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

Portions of RGB colors in percentages

R + G + B = 175 + 136 + 124 = 435 (100%)
R 175 of 435 ~ 40.23%
G 136 of 435 ~ 31.26%
B 124 of 435 ~ 28.51'%

%40.23
%31.26
%28.51

CMYK color model

#AF887C color CMYK value is (0,22,29,31).

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

CMYK: (0,22,29,31)
C0M22Y29K31 (0%, 22%, 29%, 31%)
(0.00 / 0.22 / 0.29 / 0.31)

CMYK percentages

%0
%22.29
%29.14
%31.37

Codes

Color #AF887C in popluar color models

AF 88 7C
RGB 175 136 124
HSL 14° 24.17% 58.63%
HSB/HSV 14° 29.14% 68.63%
CMYK 0.00% 22.29% 29.14%
31.37%

Color #AF887C in popluar number systems.

HEX AF 88 7C
Decimal 175 136 124
Binary 10101111 10001000 1111100
Octal 257 210 174

Shades and tints

Shades of #AF887C

#AF887C
(175,136,124)
#A07C71
(160,124,113)
#917066
(145,112,102)
#82645B
(130,100,91)
#735850
(115,88,80)
#644C45
(100,76,69)
#55403A
(85,64,58)
#46342F
(70,52,47)
#372824
(55,40,36)
#281C19
(40,28,25)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #AF887C

#AF887C
(175,136,124)
#B69287
(182,146,135)
#BD9C92
(189,156,146)
#C4A69D
(196,166,157)
#CBB0A8
(203,176,168)
#D2BAB3
(210,186,179)
#D9C4BE
(217,196,190)
#E0CEC9
(224,206,201)
#E7D8D4
(231,216,212)
#EEE2DF
(238,226,223)
#F5ECEA
(245,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF887C; }

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

This text font color is #AF887C.

Background Color

.myBgColor { background-color: #AF887C; }

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

This div background color is #AF887C.

Border color

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

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

This div border color is #AF887C.

Opacity

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

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

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

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

This text has shadow with #AF887C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF887C.

Preview

Color preview on black background

This text has color #AF887C on black background.


Color preview on white background

This text has color #AF887C on white background.


Black color preview on #AF887C background

This text has black color on #AF887C background.


White color preview on #AF887C background

This text has white color on #AF887C background.


Related colors

Complementary color

Complementary color for #hex is #507783.


I love getcolorcode.com

Triadic colors

1 #7CAF88 and #887CAF with #AF887C are triadic colors.

2 #7C88AF and #88AF7C with #AF887C are triadic colors.