COLOR #AFA67F

HEX: #AFA67F
RGB: (175,166,127)

Color info

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

RGB color model

#AFA67F color RGB value is (175,166,127).

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

RGB channels and saturation

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

175
166
127

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

Portions of RGB colors in percentages

R + G + B =
175 + 166 + 127 = 468 (100%)
R 175 of 468 ~ 37.39%
G 166 of 468 ~ 35.47%
B 127 of 468 ~ 27.14%

%37.39
%35.47
%27.14

CMYK color model

#AFA67F color CMYK value is (0,5,27,31).

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 27.43%
  • key color value is 31.37%
CMYK:
(0,5,27,31)
C0M5Y27K31 
(0%,5%,27%,31%)
(0.00/0.05/0.27/0.31)	

CMYK percentages

%0
%5.14
%27.43
%31.37

Codes

Color #AFA67F in popluar color models

AFA67F
RGB175166127
HSL49°23.08%59.22%
HSB/HSV49°27.43%68.63%
CMYK0.00%5.14%27.43%
31.37%

Color #AFA67F in popluar number systems.

HEXAFA67F
Decimal175166127
Binary10101111101001101111111
Octal257246177

Shades and tints

Shades of #AFA67F

#AFA67F
(175,166,127)
#A09774
(160,151,116)
#918869
(145,136,105)
#82795E
(130,121,94)
#736A53
(115,106,83)
#645B48
(100,91,72)
#554C3D
(85,76,61)
#463D32
(70,61,50)
#372E27
(55,46,39)
#281F1C
(40,31,28)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #AFA67F

#AFA67F
(175,166,127)
#B6AE8A
(182,174,138)
#BDB695
(189,182,149)
#C4BEA0
(196,190,160)
#CBC6AB
(203,198,171)
#D2CEB6
(210,206,182)
#D9D6C1
(217,214,193)
#E0DECC
(224,222,204)
#E7E6D7
(231,230,215)
#EEEEE2
(238,238,226)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA67F; }

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

This text font color is #AFA67F.


Background Color

.myBgColor { background-color: #AFA67F; }

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

This div background color is #AFA67F.


Border color

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

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

This div border color is #AFA67F.


Opacity

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

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

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

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

This text has shadow with #AFA67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA67F on black background.


Color preview on white background

This text has color #AFA67F on white background.



Black color preview on #AFA67F background

This text has black color on #AFA67F background.


White color preview on #AFA67F background

This text has white color on #AFA67F background.