COLOR #AFB14F

HEX: #AFB14F
RGB: (175,177,79)

Color info

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

RGB color model

#AFB14F color RGB value is (175,177,79).

  • red value is 175;
  • green value is 177;
  • blue value is 79.
RGB:
(175,177,79)
(69%,69%,31%)

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 79 of 255 = 31%

175
177
79

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

Portions of RGB colors in percentages

R + G + B =
175 + 177 + 79 = 431 (100%)
R 175 of 431 ~ 40.6%
G 177 of 431 ~ 41.07%
B 79 of 431 ~ 18.33%

%40.6
%41.07
%18.33

CMYK color model

#AFB14F color CMYK value is (1,0,55,31).

  • cyan value is 1.13%
  • magenta value is 0.00%
  • yellow value is 55.37%
  • key color value is 30.59%
CMYK:
(1,0,55,31)
C1M0Y55K31 
(1%,0%,55%,31%)
(0.01/0.00/0.55/0.31)	

CMYK percentages

%1.13
%0
%55.37
%30.59

Codes

Color #AFB14F in popluar color models

AFB14F
RGB17517779
HSL61°38.58%50.20%
HSB/HSV61°55.37%69.41%
CMYK1.13%0.00%55.37%
30.59%

Color #AFB14F in popluar number systems.

HEXAFB14F
Decimal17517779
Binary10101111101100011001111
Octal257261117

Shades and tints

Shades of #AFB14F

#AFB14F
(175,177,79)
#A0A148
(160,161,72)
#919141
(145,145,65)
#82813A
(130,129,58)
#737133
(115,113,51)
#64612C
(100,97,44)
#555125
(85,81,37)
#46411E
(70,65,30)
#373117
(55,49,23)
#282110
(40,33,16)
#191109
(25,17,9)
#000000
(0,0,0)

Tints of #AFB14F

#AFB14F
(175,177,79)
#B6B85F
(182,184,95)
#BDBF6F
(189,191,111)
#C4C67F
(196,198,127)
#CBCD8F
(203,205,143)
#D2D49F
(210,212,159)
#D9DBAF
(217,219,175)
#E0E2BF
(224,226,191)
#E7E9CF
(231,233,207)
#EEF0DF
(238,240,223)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB14F color. Also use rgb(175,177,79) instead hex code.

Text Font Color

.myTextColor { color: #AFB14F; }

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

This text font color is #AFB14F.


Background Color

.myBgColor { background-color: #AFB14F; }

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

This div background color is #AFB14F.


Border color

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

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

This div border color is #AFB14F.


Opacity

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

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

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

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

This text has shadow with #AFB14F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB14F on black background.


Color preview on white background

This text has color #AFB14F on white background.



Black color preview on #AFB14F background

This text has black color on #AFB14F background.


White color preview on #AFB14F background

This text has white color on #AFB14F background.