COLOR #AF887B

HEX: #AF887B RGB: (175,136,123)

Color info

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

RGB color model

#AF887B color RGB value is (175,136,123).

RGB: (175,136,123) (69%, 53%, 48%)

RGB channels and saturation

R 175 of 255 = 69%
G 136 of 255 = 53%
B 123 of 255 = 48%

175
136
123

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

Portions of RGB colors in percentages

R + G + B = 175 + 136 + 123 = 434 (100%)
R 175 of 434 ~ 40.32%
G 136 of 434 ~ 31.34%
B 123 of 434 ~ 28.34'%

%40.32
%31.34
%28.34

CMYK color model

#AF887B color CMYK value is (0,22,30,31).

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

CMYK: (0,22,30,31)
C0M22Y30K31 (0%, 22%, 30%, 31%)
(0.00 / 0.22 / 0.30 / 0.31)

CMYK percentages

%0
%22.29
%29.71
%31.37

Codes

Color #AF887B in popluar color models

AF 88 7B
RGB 175 136 123
HSL 15° 24.53% 58.43%
HSB/HSV 15° 29.71% 68.63%
CMYK 0.00% 22.29% 29.71%
31.37%

Color #AF887B in popluar number systems.

HEX AF 88 7B
Decimal 175 136 123
Binary 10101111 10001000 1111011
Octal 257 210 173

Shades and tints

Shades of #AF887B

#AF887B
(175,136,123)
#A07C70
(160,124,112)
#917065
(145,112,101)
#82645A
(130,100,90)
#73584F
(115,88,79)
#644C44
(100,76,68)
#554039
(85,64,57)
#46342E
(70,52,46)
#372823
(55,40,35)
#281C18
(40,28,24)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #AF887B

#AF887B
(175,136,123)
#B69287
(182,146,135)
#BD9C93
(189,156,147)
#C4A69F
(196,166,159)
#CBB0AB
(203,176,171)
#D2BAB7
(210,186,183)
#D9C4C3
(217,196,195)
#E0CECF
(224,206,207)
#E7D8DB
(231,216,219)
#EEE2E7
(238,226,231)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF887B; }

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

This text font color is #AF887B.

Background Color

.myBgColor { background-color: #AF887B; }

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

This div background color is #AF887B.

Border color

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

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

This div border color is #AF887B.

Opacity

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

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

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

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

This text has shadow with #AF887B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF887B.

Preview

Color preview on black background

This text has color #AF887B on black background.


Color preview on white background

This text has color #AF887B on white background.


Black color preview on #AF887B background

This text has black color on #AF887B background.


White color preview on #AF887B background

This text has white color on #AF887B background.


Related colors

Complementary color

Complementary color for #hex is #507784.


I love getcolorcode.com

Triadic colors

1 #7BAF88 and #887BAF with #AF887B are triadic colors.

2 #7B88AF and #88AF7B with #AF887B are triadic colors.