COLOR #AFA870

HEX: #AFA870
RGB: (175,168,112)

Color info

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

RGB color model

#AFA870 color RGB value is (175,168,112).

  • red value is 175;
  • green value is 168;
  • blue value is 112.
RGB:
(175,168,112)
(69%,66%,44%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 112 of 255 = 44%

175
168
112

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

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 112 = 455 (100%)
R 175 of 455 ~ 38.46%
G 168 of 455 ~ 36.92%
B 112 of 455 ~ 24.62%

%38.46
%36.92
%24.62

CMYK color model

#AFA870 color CMYK value is (0,4,36,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 36.00%
  • key color value is 31.37%
CMYK:
(0,4,36,31)
C0M4Y36K31 
(0%,4%,36%,31%)
(0.00/0.04/0.36/0.31)	

CMYK percentages

%0
%4
%36
%31.37

Codes

Color #AFA870 in popluar color models

AFA870
RGB175168112
HSL53°28.25%56.27%
HSB/HSV53°36.00%68.63%
CMYK0.00%4.00%36.00%
31.37%

Color #AFA870 in popluar number systems.

HEXAFA870
Decimal175168112
Binary10101111101010001110000
Octal257250160

Shades and tints

Shades of #AFA870

#AFA870
(175,168,112)
#A09966
(160,153,102)
#918A5C
(145,138,92)
#827B52
(130,123,82)
#736C48
(115,108,72)
#645D3E
(100,93,62)
#554E34
(85,78,52)
#463F2A
(70,63,42)
#373020
(55,48,32)
#282116
(40,33,22)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #AFA870

#AFA870
(175,168,112)
#B6AF7D
(182,175,125)
#BDB68A
(189,182,138)
#C4BD97
(196,189,151)
#CBC4A4
(203,196,164)
#D2CBB1
(210,203,177)
#D9D2BE
(217,210,190)
#E0D9CB
(224,217,203)
#E7E0D8
(231,224,216)
#EEE7E5
(238,231,229)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA870; }

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

This text font color is #AFA870.


Background Color

.myBgColor { background-color: #AFA870; }

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

This div background color is #AFA870.


Border color

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

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

This div border color is #AFA870.


Opacity

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

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

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

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

This text has shadow with #AFA870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA870 on black background.


Color preview on white background

This text has color #AFA870 on white background.



Black color preview on #AFA870 background

This text has black color on #AFA870 background.


White color preview on #AFA870 background

This text has white color on #AFA870 background.