COLOR #AFA96F

HEX: #AFA96F
RGB: (175,169,111)

Color info

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

RGB color model

#AFA96F color RGB value is (175,169,111).

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

RGB channels and saturation

R 175 of 255 = 69%
G 169 of 255 = 66%
B 111 of 255 = 44%

175
169
111

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

Portions of RGB colors in percentages

R + G + B =
175 + 169 + 111 = 455 (100%)
R 175 of 455 ~ 38.46%
G 169 of 455 ~ 37.14%
B 111 of 455 ~ 24.4%

%38.46
%37.14
%24.4

CMYK color model

#AFA96F color CMYK value is (0,3,37,31).

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 36.57%
  • key color value is 31.37%
CMYK:
(0,3,37,31)
C0M3Y37K31 
(0%,3%,37%,31%)
(0.00/0.03/0.37/0.31)	

CMYK percentages

%0
%3.43
%36.57
%31.37

Codes

Color #AFA96F in popluar color models

AFA96F
RGB175169111
HSL54°28.57%56.08%
HSB/HSV54°36.57%68.63%
CMYK0.00%3.43%36.57%
31.37%

Color #AFA96F in popluar number systems.

HEXAFA96F
Decimal175169111
Binary10101111101010011101111
Octal257251157

Shades and tints

Shades of #AFA96F

#AFA96F
(175,169,111)
#A09A65
(160,154,101)
#918B5B
(145,139,91)
#827C51
(130,124,81)
#736D47
(115,109,71)
#645E3D
(100,94,61)
#554F33
(85,79,51)
#464029
(70,64,41)
#37311F
(55,49,31)
#282215
(40,34,21)
#19130B
(25,19,11)
#000000
(0,0,0)

Tints of #AFA96F

#AFA96F
(175,169,111)
#B6B07C
(182,176,124)
#BDB789
(189,183,137)
#C4BE96
(196,190,150)
#CBC5A3
(203,197,163)
#D2CCB0
(210,204,176)
#D9D3BD
(217,211,189)
#E0DACA
(224,218,202)
#E7E1D7
(231,225,215)
#EEE8E4
(238,232,228)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA96F color. Also use rgb(175,169,111) instead hex code.

Text Font Color

.myTextColor { color: #AFA96F; }

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

This text font color is #AFA96F.


Background Color

.myBgColor { background-color: #AFA96F; }

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

This div background color is #AFA96F.


Border color

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

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

This div border color is #AFA96F.


Opacity

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

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

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

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

This text has shadow with #AFA96F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA96F on black background.


Color preview on white background

This text has color #AFA96F on white background.



Black color preview on #AFA96F background

This text has black color on #AFA96F background.


White color preview on #AFA96F background

This text has white color on #AFA96F background.