COLOR #AFB56D

HEX: #AFB56D RGB: (175,181,109)

Color info

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

RGB color model

#AFB56D color RGB value is (175,181,109).

RGB: (175,181,109) (69%, 71%, 43%)

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 109 of 255 = 43%

175
181
109

R + G + B ~ 61%. #AFB56D is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 181 + 109 = 465 (100%)
R 175 of 465 ~ 37.63%
G 181 of 465 ~ 38.92%
B 109 of 465 ~ 23.44'%

%37.63
%38.92
%23.44

CMYK color model

#AFB56D color CMYK value is (3,0,40,29).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 39.78%
  • key color value is 29.02%

CMYK: (3,0,40,29)
C3M0Y40K29 (3%, 0%, 40%, 29%)
(0.03 / 0.00 / 0.40 / 0.29)

CMYK percentages

%3.31
%0
%39.78
%29.02

Codes

Color #AFB56D in popluar color models

AF B5 6D
RGB 175 181 109
HSL 65° 32.73% 56.86%
HSB/HSV 65° 39.78% 70.98%
CMYK 3.31% 0.00% 39.78%
29.02%

Color #AFB56D in popluar number systems.

HEX AF B5 6D
Decimal 175 181 109
Binary 10101111 10110101 1101101
Octal 257 265 155

Shades and tints

Shades of #AFB56D

#AFB56D
(175,181,109)
#A0A564
(160,165,100)
#91955B
(145,149,91)
#828552
(130,133,82)
#737549
(115,117,73)
#646540
(100,101,64)
#555537
(85,85,55)
#46452E
(70,69,46)
#373525
(55,53,37)
#28251C
(40,37,28)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AFB56D

#AFB56D
(175,181,109)
#B6BB7A
(182,187,122)
#BDC187
(189,193,135)
#C4C794
(196,199,148)
#CBCDA1
(203,205,161)
#D2D3AE
(210,211,174)
#D9D9BB
(217,217,187)
#E0DFC8
(224,223,200)
#E7E5D5
(231,229,213)
#EEEBE2
(238,235,226)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB56D color. Also use rgb(175,181,109) instead hex code.

Text Font Color

.myTextColor { color: #AFB56D; }

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

This text font color is #AFB56D.

Background Color

.myBgColor { background-color: #AFB56D; }

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

This div background color is #AFB56D.

Border color

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

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

This div border color is #AFB56D.

Opacity

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

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

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

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

This text has shadow with #AFB56D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB56D.

Preview

Color preview on black background

This text has color #AFB56D on black background.


Color preview on white background

This text has color #AFB56D on white background.


Black color preview on #AFB56D background

This text has black color on #AFB56D background.


White color preview on #AFB56D background

This text has white color on #AFB56D background.


Related colors

Complementary color

Complementary color for #hex is #504A92.


I love getcolorcode.com

Triadic colors

1 #6DAFB5 and #B56DAF with #AFB56D are triadic colors.

2 #6DB5AF and #B5AF6D with #AFB56D are triadic colors.