COLOR #AFA57F

HEX: #AFA57F
RGB: (175,165,127)

Color info

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

RGB color model

#AFA57F color RGB value is (175,165,127).

  • red value is 175;
  • green value is 165;
  • blue value is 127.
RGB:
(175,165,127)
(69%,65%,50%)

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 127 of 255 = 50%

175
165
127

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

Portions of RGB colors in percentages

R + G + B =
175 + 165 + 127 = 467 (100%)
R 175 of 467 ~ 37.47%
G 165 of 467 ~ 35.33%
B 127 of 467 ~ 27.19%

%37.47
%35.33
%27.19

CMYK color model

#AFA57F color CMYK value is (0,6,27,31).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 27.43%
  • key color value is 31.37%
CMYK:
(0,6,27,31)
C0M6Y27K31 
(0%,6%,27%,31%)
(0.00/0.06/0.27/0.31)	

CMYK percentages

%0
%5.71
%27.43
%31.37

Codes

Color #AFA57F in popluar color models

AFA57F
RGB175165127
HSL48°23.08%59.22%
HSB/HSV48°27.43%68.63%
CMYK0.00%5.71%27.43%
31.37%

Color #AFA57F in popluar number systems.

HEXAFA57F
Decimal175165127
Binary10101111101001011111111
Octal257245177

Shades and tints

Shades of #AFA57F

#AFA57F
(175,165,127)
#A09674
(160,150,116)
#918769
(145,135,105)
#82785E
(130,120,94)
#736953
(115,105,83)
#645A48
(100,90,72)
#554B3D
(85,75,61)
#463C32
(70,60,50)
#372D27
(55,45,39)
#281E1C
(40,30,28)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #AFA57F

#AFA57F
(175,165,127)
#B6AD8A
(182,173,138)
#BDB595
(189,181,149)
#C4BDA0
(196,189,160)
#CBC5AB
(203,197,171)
#D2CDB6
(210,205,182)
#D9D5C1
(217,213,193)
#E0DDCC
(224,221,204)
#E7E5D7
(231,229,215)
#EEEDE2
(238,237,226)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA57F color. Also use rgb(175,165,127) instead hex code.

Text Font Color

.myTextColor { color: #AFA57F; }

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

This text font color is #AFA57F.


Background Color

.myBgColor { background-color: #AFA57F; }

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

This div background color is #AFA57F.


Border color

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

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

This div border color is #AFA57F.


Opacity

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

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

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

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

This text has shadow with #AFA57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA57F on black background.


Color preview on white background

This text has color #AFA57F on white background.



Black color preview on #AFA57F background

This text has black color on #AFA57F background.


White color preview on #AFA57F background

This text has white color on #AFA57F background.