COLOR #AF896B

HEX: #AF896B RGB: (175,137,107)

Color info

#AF896B contains mainly red and green colors. Web safe color of #AF896B is #999966 (or #996).

RGB color model

#AF896B color RGB value is (175,137,107).

RGB: (175,137,107) (69%, 54%, 42%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 107 of 255 = 42%

175
137
107

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

Portions of RGB colors in percentages

R + G + B = 175 + 137 + 107 = 419 (100%)
R 175 of 419 ~ 41.77%
G 137 of 419 ~ 32.7%
B 107 of 419 ~ 25.54'%

%41.77
%32.7
%25.54

CMYK color model

#AF896B color CMYK value is (0,22,39,31).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 38.86%
  • key color value is 31.37%

CMYK: (0,22,39,31)
C0M22Y39K31 (0%, 22%, 39%, 31%)
(0.00 / 0.22 / 0.39 / 0.31)

CMYK percentages

%0
%21.71
%38.86
%31.37

Codes

Color #AF896B in popluar color models

AF 89 6B
RGB 175 137 107
HSL 26° 29.82% 55.29%
HSB/HSV 26° 38.86% 68.63%
CMYK 0.00% 21.71% 38.86%
31.37%

Color #AF896B in popluar number systems.

HEX AF 89 6B
Decimal 175 137 107
Binary 10101111 10001001 1101011
Octal 257 211 153

Shades and tints

Shades of #AF896B

#AF896B
(175,137,107)
#A07D62
(160,125,98)
#917159
(145,113,89)
#826550
(130,101,80)
#735947
(115,89,71)
#644D3E
(100,77,62)
#554135
(85,65,53)
#46352C
(70,53,44)
#372923
(55,41,35)
#281D1A
(40,29,26)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #AF896B

#AF896B
(175,137,107)
#B69378
(182,147,120)
#BD9D85
(189,157,133)
#C4A792
(196,167,146)
#CBB19F
(203,177,159)
#D2BBAC
(210,187,172)
#D9C5B9
(217,197,185)
#E0CFC6
(224,207,198)
#E7D9D3
(231,217,211)
#EEE3E0
(238,227,224)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF896B color. Also use rgb(175,137,107) instead hex code.

Text Font Color

.myTextColor { color: #AF896B; }

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

This text font color is #AF896B.

Background Color

.myBgColor { background-color: #AF896B; }

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

This div background color is #AF896B.

Border color

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

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

This div border color is #AF896B.

Opacity

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

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

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

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

This text has shadow with #AF896B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF896B.

Preview

Color preview on black background

This text has color #AF896B on black background.


Color preview on white background

This text has color #AF896B on white background.


Black color preview on #AF896B background

This text has black color on #AF896B background.


White color preview on #AF896B background

This text has white color on #AF896B background.


Related colors

Complementary color

Complementary color for #hex is #507694.


I love getcolorcode.com

Triadic colors

1 #6BAF89 and #896BAF with #AF896B are triadic colors.

2 #6B89AF and #89AF6B with #AF896B are triadic colors.