COLOR #AFB981

HEX: #AFB981 RGB: (175,185,129)

Color info

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

RGB color model

#AFB981 color RGB value is (175,185,129).

RGB: (175,185,129) (69%, 73%, 51%)

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 129 of 255 = 51%

175
185
129

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

Portions of RGB colors in percentages

R + G + B = 175 + 185 + 129 = 489 (100%)
R 175 of 489 ~ 35.79%
G 185 of 489 ~ 37.83%
B 129 of 489 ~ 26.38'%

%35.79
%37.83
%26.38

CMYK color model

#AFB981 color CMYK value is (5,0,30,27).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 30.27%
  • key color value is 27.45%
CMYK: (5,0,30,27) C5M0Y30K27 (5%,0%,30%,27%) (0.05/0.00/0.30/0.27) 

CMYK percentages

%5.41
%0
%30.27
%27.45

Codes

Color #AFB981 in popluar color models

AF B9 81
RGB 175 185 129
HSL 71° 28.57% 61.57%
HSB/HSV 71° 30.27% 72.55%
CMYK 5.41% 0.00% 30.27%
27.45%

Color #AFB981 in popluar number systems.

HEX AF B9 81
Decimal 175 185 129
Binary 10101111 10111001 10000001
Octal 257 271 201

Shades and tints

Shades of #AFB981

#AFB981
(175,185,129)
#A0A976
(160,169,118)
#91996B
(145,153,107)
#828960
(130,137,96)
#737955
(115,121,85)
#64694A
(100,105,74)
#55593F
(85,89,63)
#464934
(70,73,52)
#373929
(55,57,41)
#28291E
(40,41,30)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #AFB981

#AFB981
(175,185,129)
#B6BF8C
(182,191,140)
#BDC597
(189,197,151)
#C4CBA2
(196,203,162)
#CBD1AD
(203,209,173)
#D2D7B8
(210,215,184)
#D9DDC3
(217,221,195)
#E0E3CE
(224,227,206)
#E7E9D9
(231,233,217)
#EEEFE4
(238,239,228)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB981 color. Also use rgb(175,185,129) instead hex code.

Text Font Color

.myTextColor { color: #AFB981; }

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

This text font color is #AFB981.

Background Color

.myBgColor { background-color: #AFB981; }

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

This div background color is #AFB981.

Border color

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

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

This div border color is #AFB981.

Opacity

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

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

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

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

This text has shadow with #AFB981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB981.

Preview

Color preview on black background

This text has color #AFB981 on black background.


Color preview on white background

This text has color #AFB981 on white background.


Black color preview on #AFB981 background

This text has black color on #AFB981 background.


White color preview on #AFB981 background

This text has white color on #AFB981 background.


Related colors

Complementary color

Complementary color for #hex is #50467E.


I love getcolorcode.com

Triadic colors

1 #81AFB9 and #B981AF with #AFB981 are triadic colors.

2 #81B9AF and #B9AF81 with #AFB981 are triadic colors.