COLOR #AFAC70

HEX: #AFAC70
RGB: (175,172,112)

Color info

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

RGB color model

#AFAC70 color RGB value is (175,172,112).

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

RGB channels and saturation

R 175 of 255 = 69%
G 172 of 255 = 67%
B 112 of 255 = 44%

175
172
112

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

Portions of RGB colors in percentages

R + G + B =
175 + 172 + 112 = 459 (100%)
R 175 of 459 ~ 38.13%
G 172 of 459 ~ 37.47%
B 112 of 459 ~ 24.4%

%38.13
%37.47
%24.4

CMYK color model

#AFAC70 color CMYK value is (0,2,36,31).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 36.00%
  • key color value is 31.37%
CMYK:
(0,2,36,31)
C0M2Y36K31 
(0%,2%,36%,31%)
(0.00/0.02/0.36/0.31)	

CMYK percentages

%0
%1.71
%36
%31.37

Codes

Color #AFAC70 in popluar color models

AFAC70
RGB175172112
HSL57°28.25%56.27%
HSB/HSV57°36.00%68.63%
CMYK0.00%1.71%36.00%
31.37%

Color #AFAC70 in popluar number systems.

HEXAFAC70
Decimal175172112
Binary10101111101011001110000
Octal257254160

Shades and tints

Shades of #AFAC70

#AFAC70
(175,172,112)
#A09D66
(160,157,102)
#918E5C
(145,142,92)
#827F52
(130,127,82)
#737048
(115,112,72)
#64613E
(100,97,62)
#555234
(85,82,52)
#46432A
(70,67,42)
#373420
(55,52,32)
#282516
(40,37,22)
#19160C
(25,22,12)
#000000
(0,0,0)

Tints of #AFAC70

#AFAC70
(175,172,112)
#B6B37D
(182,179,125)
#BDBA8A
(189,186,138)
#C4C197
(196,193,151)
#CBC8A4
(203,200,164)
#D2CFB1
(210,207,177)
#D9D6BE
(217,214,190)
#E0DDCB
(224,221,203)
#E7E4D8
(231,228,216)
#EEEBE5
(238,235,229)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAC70; }

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

This text font color is #AFAC70.


Background Color

.myBgColor { background-color: #AFAC70; }

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

This div background color is #AFAC70.


Border color

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

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

This div border color is #AFAC70.


Opacity

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

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

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

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

This text has shadow with #AFAC70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAC70 on black background.


Color preview on white background

This text has color #AFAC70 on white background.



Black color preview on #AFAC70 background

This text has black color on #AFAC70 background.


White color preview on #AFAC70 background

This text has white color on #AFAC70 background.