COLOR #AFCA77

HEX: #AFCA77
RGB: (175,202,119)

Color info

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

RGB color model

#AFCA77 color RGB value is (175,202,119).

  • red value is 175;
  • green value is 202;
  • blue value is 119.
RGB:
(175,202,119)
(69%,79%,47%)

RGB channels and saturation

R 175 of 255 = 69%
G 202 of 255 = 79%
B 119 of 255 = 47%

175
202
119

R + G + B ~ 65%. #AFCA77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 202 + 119 = 496 (100%)
R 175 of 496 ~ 35.28%
G 202 of 496 ~ 40.73%
B 119 of 496 ~ 23.99%

%35.28
%40.73
%23.99

CMYK color model

#AFCA77 color CMYK value is (13,0,41,21).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 41.09%
  • key color value is 20.78%
CMYK:
(13,0,41,21)
C13M0Y41K21 
(13%,0%,41%,21%)
(0.13/0.00/0.41/0.21)	

CMYK percentages

%13.37
%0
%41.09
%20.78

Codes

Color #AFCA77 in popluar color models

AFCA77
RGB175202119
HSL80°43.92%62.94%
HSB/HSV80°41.09%79.22%
CMYK13.37%0.00%41.09%
20.78%

Color #AFCA77 in popluar number systems.

HEXAFCA77
Decimal175202119
Binary10101111110010101110111
Octal257312167

Shades and tints

Shades of #AFCA77

#AFCA77
(175,202,119)
#A0B86D
(160,184,109)
#91A663
(145,166,99)
#829459
(130,148,89)
#73824F
(115,130,79)
#647045
(100,112,69)
#555E3B
(85,94,59)
#464C31
(70,76,49)
#373A27
(55,58,39)
#28281D
(40,40,29)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #AFCA77

#AFCA77
(175,202,119)
#B6CE83
(182,206,131)
#BDD28F
(189,210,143)
#C4D69B
(196,214,155)
#CBDAA7
(203,218,167)
#D2DEB3
(210,222,179)
#D9E2BF
(217,226,191)
#E0E6CB
(224,230,203)
#E7EAD7
(231,234,215)
#EEEEE3
(238,238,227)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCA77 color. Also use rgb(175,202,119) instead hex code.

Text Font Color

.myTextColor { color: #AFCA77; }

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

This text font color is #AFCA77.


Background Color

.myBgColor { background-color: #AFCA77; }

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

This div background color is #AFCA77.


Border color

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

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

This div border color is #AFCA77.


Opacity

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

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

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

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

This text has shadow with #AFCA77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCA77 on black background.


Color preview on white background

This text has color #AFCA77 on white background.



Black color preview on #AFCA77 background

This text has black color on #AFCA77 background.


White color preview on #AFCA77 background

This text has white color on #AFCA77 background.