COLOR #AF8B70

HEX: #AF8B70 RGB: (175,139,112)

Color info

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

RGB color model

#AF8B70 color RGB value is (175,139,112).

RGB: (175,139,112) (69%, 55%, 44%)

RGB channels and saturation

R 175 of 255 = 69%
G 139 of 255 = 55%
B 112 of 255 = 44%

175
139
112

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

Portions of RGB colors in percentages

R + G + B = 175 + 139 + 112 = 426 (100%)
R 175 of 426 ~ 41.08%
G 139 of 426 ~ 32.63%
B 112 of 426 ~ 26.29'%

%41.08
%32.63
%26.29

CMYK color model

#AF8B70 color CMYK value is (0,21,36,31).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 36.00%
  • key color value is 31.37%
CMYK: (0,21,36,31) C0M21Y36K31 (0%,21%,36%,31%) (0.00/0.21/0.36/0.31) 

CMYK percentages

%0
%20.57
%36
%31.37

Codes

Color #AF8B70 in popluar color models

AF 8B 70
RGB 175 139 112
HSL 26° 28.25% 56.27%
HSB/HSV 26° 36.00% 68.63%
CMYK 0.00% 20.57% 36.00%
31.37%

Color #AF8B70 in popluar number systems.

HEX AF 8B 70
Decimal 175 139 112
Binary 10101111 10001011 1110000
Octal 257 213 160

Shades and tints

Shades of #AF8B70

#AF8B70
(175,139,112)
#A07F66
(160,127,102)
#91735C
(145,115,92)
#826752
(130,103,82)
#735B48
(115,91,72)
#644F3E
(100,79,62)
#554334
(85,67,52)
#46372A
(70,55,42)
#372B20
(55,43,32)
#281F16
(40,31,22)
#19130C
(25,19,12)
#000000
(0,0,0)

Tints of #AF8B70

#AF8B70
(175,139,112)
#B6957D
(182,149,125)
#BD9F8A
(189,159,138)
#C4A997
(196,169,151)
#CBB3A4
(203,179,164)
#D2BDB1
(210,189,177)
#D9C7BE
(217,199,190)
#E0D1CB
(224,209,203)
#E7DBD8
(231,219,216)
#EEE5E5
(238,229,229)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8B70 color. Also use rgb(175,139,112) instead hex code.

Text Font Color

.myTextColor { color: #AF8B70; }

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

This text font color is #AF8B70.

Background Color

.myBgColor { background-color: #AF8B70; }

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

This div background color is #AF8B70.

Border color

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

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

This div border color is #AF8B70.

Opacity

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

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

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

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

This text has shadow with #AF8B70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8B70.

Preview

Color preview on black background

This text has color #AF8B70 on black background.


Color preview on white background

This text has color #AF8B70 on white background.


Black color preview on #AF8B70 background

This text has black color on #AF8B70 background.


White color preview on #AF8B70 background

This text has white color on #AF8B70 background.


Related colors

Complementary color

Complementary color for #hex is #50748F.


I love getcolorcode.com

Triadic colors

1 #70AF8B and #8B70AF with #AF8B70 are triadic colors.

2 #708BAF and #8BAF70 with #AF8B70 are triadic colors.