COLOR #AFB682

HEX: #AFB682 RGB: (175,182,130)

Color info

#AFB682 contains red, green and blue colors in about the same proportion. Web safe color of #AFB682 is #99CC99 (or #9C9).

RGB color model

#AFB682 color RGB value is (175,182,130).

RGB: (175,182,130) (69%, 71%, 51%)

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 130 of 255 = 51%

175
182
130

R + G + B ~ 64%. #AFB682 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 182 + 130 = 487 (100%)
R 175 of 487 ~ 35.93%
G 182 of 487 ~ 37.37%
B 130 of 487 ~ 26.69'%

%35.93
%37.37
%26.69

CMYK color model

#AFB682 color CMYK value is (4,0,29,29).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 28.63%

CMYK: (4,0,29,29)
C4M0Y29K29 (4%, 0%, 29%, 29%)
(0.04 / 0.00 / 0.29 / 0.29)

CMYK percentages

%3.85
%0
%28.57
%28.63

Codes

Color #AFB682 in popluar color models

AF B6 82
RGB 175 182 130
HSL 68° 26.26% 61.18%
HSB/HSV 68° 28.57% 71.37%
CMYK 3.85% 0.00% 28.57%
28.63%

Color #AFB682 in popluar number systems.

HEX AF B6 82
Decimal 175 182 130
Binary 10101111 10110110 10000010
Octal 257 266 202

Shades and tints

Shades of #AFB682

#AFB682
(175,182,130)
#A0A677
(160,166,119)
#91966C
(145,150,108)
#828661
(130,134,97)
#737656
(115,118,86)
#64664B
(100,102,75)
#555640
(85,86,64)
#464635
(70,70,53)
#37362A
(55,54,42)
#28261F
(40,38,31)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AFB682

#AFB682
(175,182,130)
#B6BC8D
(182,188,141)
#BDC298
(189,194,152)
#C4C8A3
(196,200,163)
#CBCEAE
(203,206,174)
#D2D4B9
(210,212,185)
#D9DAC4
(217,218,196)
#E0E0CF
(224,224,207)
#E7E6DA
(231,230,218)
#EEECE5
(238,236,229)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB682 color. Also use rgb(175,182,130) instead hex code.

Text Font Color

.myTextColor { color: #AFB682; }

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

This text font color is #AFB682.

Background Color

.myBgColor { background-color: #AFB682; }

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

This div background color is #AFB682.

Border color

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

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

This div border color is #AFB682.

Opacity

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

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

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

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

This text has shadow with #AFB682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB682.

Preview

Color preview on black background

This text has color #AFB682 on black background.


Color preview on white background

This text has color #AFB682 on white background.


Black color preview on #AFB682 background

This text has black color on #AFB682 background.


White color preview on #AFB682 background

This text has white color on #AFB682 background.


Related colors

Complementary color

Complementary color for #hex is #50497D.


I love getcolorcode.com

Triadic colors

1 #82AFB6 and #B682AF with #AFB682 are triadic colors.

2 #82B6AF and #B6AF82 with #AFB682 are triadic colors.