COLOR #AF877E

HEX: #AF877E RGB: (175,135,126)

Color info

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

RGB color model

#AF877E color RGB value is (175,135,126).

RGB: (175,135,126) (69%, 53%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 135 of 255 = 53%
B 126 of 255 = 49%

175
135
126

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

Portions of RGB colors in percentages

R + G + B = 175 + 135 + 126 = 436 (100%)
R 175 of 436 ~ 40.14%
G 135 of 436 ~ 30.96%
B 126 of 436 ~ 28.9'%

%40.14
%30.96
%28.9

CMYK color model

#AF877E color CMYK value is (0,23,28,31).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 28.00%
  • key color value is 31.37%

CMYK: (0,23,28,31)
C0M23Y28K31 (0%, 23%, 28%, 31%)
(0.00 / 0.23 / 0.28 / 0.31)

CMYK percentages

%0
%22.86
%28
%31.37

Codes

Color #AF877E in popluar color models

AF 87 7E
RGB 175 135 126
HSL 11° 23.44% 59.02%
HSB/HSV 11° 28.00% 68.63%
CMYK 0.00% 22.86% 28.00%
31.37%

Color #AF877E in popluar number systems.

HEX AF 87 7E
Decimal 175 135 126
Binary 10101111 10000111 1111110
Octal 257 207 176

Shades and tints

Shades of #AF877E

#AF877E
(175,135,126)
#A07B73
(160,123,115)
#916F68
(145,111,104)
#82635D
(130,99,93)
#735752
(115,87,82)
#644B47
(100,75,71)
#553F3C
(85,63,60)
#463331
(70,51,49)
#372726
(55,39,38)
#281B1B
(40,27,27)
#190F10
(25,15,16)
#000000
(0,0,0)

Tints of #AF877E

#AF877E
(175,135,126)
#B69189
(182,145,137)
#BD9B94
(189,155,148)
#C4A59F
(196,165,159)
#CBAFAA
(203,175,170)
#D2B9B5
(210,185,181)
#D9C3C0
(217,195,192)
#E0CDCB
(224,205,203)
#E7D7D6
(231,215,214)
#EEE1E1
(238,225,225)
#F5EBEC
(245,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF877E color. Also use rgb(175,135,126) instead hex code.

Text Font Color

.myTextColor { color: #AF877E; }

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

This text font color is #AF877E.

Background Color

.myBgColor { background-color: #AF877E; }

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

This div background color is #AF877E.

Border color

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

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

This div border color is #AF877E.

Opacity

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

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

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

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

This text has shadow with #AF877E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF877E.

Preview

Color preview on black background

This text has color #AF877E on black background.


Color preview on white background

This text has color #AF877E on white background.


Black color preview on #AF877E background

This text has black color on #AF877E background.


White color preview on #AF877E background

This text has white color on #AF877E background.


Related colors

Complementary color

Complementary color for #hex is #507881.


I love getcolorcode.com

Triadic colors

1 #7EAF87 and #877EAF with #AF877E are triadic colors.

2 #7E87AF and #87AF7E with #AF877E are triadic colors.