COLOR #AFAC77

HEX: #AFAC77
RGB: (175,172,119)

Color info

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

RGB color model

#AFAC77 color RGB value is (175,172,119).

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

RGB channels and saturation

R 175 of 255 = 69%
G 172 of 255 = 67%
B 119 of 255 = 47%

175
172
119

R + G + B ~ 61%. #AFAC77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 172 + 119 = 466 (100%)
R 175 of 466 ~ 37.55%
G 172 of 466 ~ 36.91%
B 119 of 466 ~ 25.54%

%37.55
%36.91
%25.54

CMYK color model

#AFAC77 color CMYK value is (0,2,32,31).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 32.00%
  • key color value is 31.37%
CMYK:
(0,2,32,31)
C0M2Y32K31 
(0%,2%,32%,31%)
(0.00/0.02/0.32/0.31)	

CMYK percentages

%0
%1.71
%32
%31.37

Codes

Color #AFAC77 in popluar color models

AFAC77
RGB175172119
HSL57°25.93%57.65%
HSB/HSV57°32.00%68.63%
CMYK0.00%1.71%32.00%
31.37%

Color #AFAC77 in popluar number systems.

HEXAFAC77
Decimal175172119
Binary10101111101011001110111
Octal257254167

Shades and tints

Shades of #AFAC77

#AFAC77
(175,172,119)
#A09D6D
(160,157,109)
#918E63
(145,142,99)
#827F59
(130,127,89)
#73704F
(115,112,79)
#646145
(100,97,69)
#55523B
(85,82,59)
#464331
(70,67,49)
#373427
(55,52,39)
#28251D
(40,37,29)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #AFAC77

#AFAC77
(175,172,119)
#B6B383
(182,179,131)
#BDBA8F
(189,186,143)
#C4C19B
(196,193,155)
#CBC8A7
(203,200,167)
#D2CFB3
(210,207,179)
#D9D6BF
(217,214,191)
#E0DDCB
(224,221,203)
#E7E4D7
(231,228,215)
#EEEBE3
(238,235,227)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAC77; }

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

This text font color is #AFAC77.


Background Color

.myBgColor { background-color: #AFAC77; }

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

This div background color is #AFAC77.


Border color

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

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

This div border color is #AFAC77.


Opacity

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

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

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

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

This text has shadow with #AFAC77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAC77 on black background.


Color preview on white background

This text has color #AFAC77 on white background.



Black color preview on #AFAC77 background

This text has black color on #AFAC77 background.


White color preview on #AFAC77 background

This text has white color on #AFAC77 background.