COLOR #AFB36B

HEX: #AFB36B
RGB: (175,179,107)

Color info

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

RGB color model

#AFB36B color RGB value is (175,179,107).

  • red value is 175;
  • green value is 179;
  • blue value is 107.
RGB:
(175,179,107)
(69%,70%,42%)

RGB channels and saturation

R 175 of 255 = 69%
G 179 of 255 = 70%
B 107 of 255 = 42%

175
179
107

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

Portions of RGB colors in percentages

R + G + B =
175 + 179 + 107 = 461 (100%)
R 175 of 461 ~ 37.96%
G 179 of 461 ~ 38.83%
B 107 of 461 ~ 23.21%

%37.96
%38.83
%23.21

CMYK color model

#AFB36B color CMYK value is (2,0,40,30).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 40.22%
  • key color value is 29.80%
CMYK:
(2,0,40,30)
C2M0Y40K30 
(2%,0%,40%,30%)
(0.02/0.00/0.40/0.30)	

CMYK percentages

%2.23
%0
%40.22
%29.8

Codes

Color #AFB36B in popluar color models

AFB36B
RGB175179107
HSL63°32.14%56.08%
HSB/HSV63°40.22%70.20%
CMYK2.23%0.00%40.22%
29.80%

Color #AFB36B in popluar number systems.

HEXAFB36B
Decimal175179107
Binary10101111101100111101011
Octal257263153

Shades and tints

Shades of #AFB36B

#AFB36B
(175,179,107)
#A0A362
(160,163,98)
#919359
(145,147,89)
#828350
(130,131,80)
#737347
(115,115,71)
#64633E
(100,99,62)
#555335
(85,83,53)
#46432C
(70,67,44)
#373323
(55,51,35)
#28231A
(40,35,26)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #AFB36B

#AFB36B
(175,179,107)
#B6B978
(182,185,120)
#BDBF85
(189,191,133)
#C4C592
(196,197,146)
#CBCB9F
(203,203,159)
#D2D1AC
(210,209,172)
#D9D7B9
(217,215,185)
#E0DDC6
(224,221,198)
#E7E3D3
(231,227,211)
#EEE9E0
(238,233,224)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB36B color. Also use rgb(175,179,107) instead hex code.

Text Font Color

.myTextColor { color: #AFB36B; }

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

This text font color is #AFB36B.


Background Color

.myBgColor { background-color: #AFB36B; }

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

This div background color is #AFB36B.


Border color

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

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

This div border color is #AFB36B.


Opacity

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

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

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

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

This text has shadow with #AFB36B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB36B on black background.


Color preview on white background

This text has color #AFB36B on white background.



Black color preview on #AFB36B background

This text has black color on #AFB36B background.


White color preview on #AFB36B background

This text has white color on #AFB36B background.