COLOR #AFBC72

HEX: #AFBC72
RGB: (175,188,114)

Color info

#AFBC72 contains mainly red and green colors. Web safe color of #AFBC72 is #99CC66 (or #9C6).

RGB color model

#AFBC72 color RGB value is (175,188,114).

  • red value is 175;
  • green value is 188;
  • blue value is 114.
RGB:
(175,188,114)
(69%,74%,45%)

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 114 of 255 = 45%

175
188
114

R + G + B ~ 63%. #AFBC72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 114 = 477 (100%)
R 175 of 477 ~ 36.69%
G 188 of 477 ~ 39.41%
B 114 of 477 ~ 23.9%

%36.69
%39.41
%23.9

CMYK color model

#AFBC72 color CMYK value is (7,0,39,26).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 39.36%
  • key color value is 26.27%
CMYK:
(7,0,39,26)
C7M0Y39K26 
(7%,0%,39%,26%)
(0.07/0.00/0.39/0.26)	

CMYK percentages

%6.91
%0
%39.36
%26.27

Codes

Color #AFBC72 in popluar color models

AFBC72
RGB175188114
HSL71°35.58%59.22%
HSB/HSV71°39.36%73.73%
CMYK6.91%0.00%39.36%
26.27%

Color #AFBC72 in popluar number systems.

HEXAFBC72
Decimal175188114
Binary10101111101111001110010
Octal257274162

Shades and tints

Shades of #AFBC72

#AFBC72
(175,188,114)
#A0AB68
(160,171,104)
#919A5E
(145,154,94)
#828954
(130,137,84)
#73784A
(115,120,74)
#646740
(100,103,64)
#555636
(85,86,54)
#46452C
(70,69,44)
#373422
(55,52,34)
#282318
(40,35,24)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #AFBC72

#AFBC72
(175,188,114)
#B6C27E
(182,194,126)
#BDC88A
(189,200,138)
#C4CE96
(196,206,150)
#CBD4A2
(203,212,162)
#D2DAAE
(210,218,174)
#D9E0BA
(217,224,186)
#E0E6C6
(224,230,198)
#E7ECD2
(231,236,210)
#EEF2DE
(238,242,222)
#F5F8EA
(245,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBC72 color. Also use rgb(175,188,114) instead hex code.

Text Font Color

.myTextColor { color: #AFBC72; }

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

This text font color is #AFBC72.


Background Color

.myBgColor { background-color: #AFBC72; }

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

This div background color is #AFBC72.


Border color

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

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

This div border color is #AFBC72.


Opacity

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

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

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

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

This text has shadow with #AFBC72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBC72 on black background.


Color preview on white background

This text has color #AFBC72 on white background.



Black color preview on #AFBC72 background

This text has black color on #AFBC72 background.


White color preview on #AFBC72 background

This text has white color on #AFBC72 background.