COLOR #AFBD76

HEX: #AFBD76
RGB: (175,189,118)

Color info

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

RGB color model

#AFBD76 color RGB value is (175,189,118).

  • red value is 175;
  • green value is 189;
  • blue value is 118.
RGB:
(175,189,118)
(69%,74%,46%)

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 118 of 255 = 46%

175
189
118

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

Portions of RGB colors in percentages

R + G + B =
175 + 189 + 118 = 482 (100%)
R 175 of 482 ~ 36.31%
G 189 of 482 ~ 39.21%
B 118 of 482 ~ 24.48%

%36.31
%39.21
%24.48

CMYK color model

#AFBD76 color CMYK value is (7,0,38,26).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 37.57%
  • key color value is 25.88%
CMYK:
(7,0,38,26)
C7M0Y38K26 
(7%,0%,38%,26%)
(0.07/0.00/0.38/0.26)	

CMYK percentages

%7.41
%0
%37.57
%25.88

Codes

Color #AFBD76 in popluar color models

AFBD76
RGB175189118
HSL72°34.98%60.20%
HSB/HSV72°37.57%74.12%
CMYK7.41%0.00%37.57%
25.88%

Color #AFBD76 in popluar number systems.

HEXAFBD76
Decimal175189118
Binary10101111101111011110110
Octal257275166

Shades and tints

Shades of #AFBD76

#AFBD76
(175,189,118)
#A0AC6C
(160,172,108)
#919B62
(145,155,98)
#828A58
(130,138,88)
#73794E
(115,121,78)
#646844
(100,104,68)
#55573A
(85,87,58)
#464630
(70,70,48)
#373526
(55,53,38)
#28241C
(40,36,28)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #AFBD76

#AFBD76
(175,189,118)
#B6C382
(182,195,130)
#BDC98E
(189,201,142)
#C4CF9A
(196,207,154)
#CBD5A6
(203,213,166)
#D2DBB2
(210,219,178)
#D9E1BE
(217,225,190)
#E0E7CA
(224,231,202)
#E7EDD6
(231,237,214)
#EEF3E2
(238,243,226)
#F5F9EE
(245,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBD76 color. Also use rgb(175,189,118) instead hex code.

Text Font Color

.myTextColor { color: #AFBD76; }

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

This text font color is #AFBD76.


Background Color

.myBgColor { background-color: #AFBD76; }

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

This div background color is #AFBD76.


Border color

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

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

This div border color is #AFBD76.


Opacity

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

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

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

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

This text has shadow with #AFBD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBD76 on black background.


Color preview on white background

This text has color #AFBD76 on white background.



Black color preview on #AFBD76 background

This text has black color on #AFBD76 background.


White color preview on #AFBD76 background

This text has white color on #AFBD76 background.