COLOR #AFA16D

HEX: #AFA16D RGB: (175,161,109)

Color info

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

RGB color model

#AFA16D color RGB value is (175,161,109).

RGB: (175,161,109) (69%, 63%, 43%)

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 109 of 255 = 43%

175
161
109

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

Portions of RGB colors in percentages

R + G + B = 175 + 161 + 109 = 445 (100%)
R 175 of 445 ~ 39.33%
G 161 of 445 ~ 36.18%
B 109 of 445 ~ 24.49'%

%39.33
%36.18
%24.49

CMYK color model

#AFA16D color CMYK value is (0,8,38,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 37.71%
  • key color value is 31.37%

CMYK: (0,8,38,31)
C0M8Y38K31 (0%, 8%, 38%, 31%)
(0.00 / 0.08 / 0.38 / 0.31)

CMYK percentages

%0
%8
%37.71
%31.37

Codes

Color #AFA16D in popluar color models

AF A1 6D
RGB 175 161 109
HSL 47° 29.20% 55.69%
HSB/HSV 47° 37.71% 68.63%
CMYK 0.00% 8.00% 37.71%
31.37%

Color #AFA16D in popluar number systems.

HEX AF A1 6D
Decimal 175 161 109
Binary 10101111 10100001 1101101
Octal 257 241 155

Shades and tints

Shades of #AFA16D

#AFA16D
(175,161,109)
#A09364
(160,147,100)
#91855B
(145,133,91)
#827752
(130,119,82)
#736949
(115,105,73)
#645B40
(100,91,64)
#554D37
(85,77,55)
#463F2E
(70,63,46)
#373125
(55,49,37)
#28231C
(40,35,28)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AFA16D

#AFA16D
(175,161,109)
#B6A97A
(182,169,122)
#BDB187
(189,177,135)
#C4B994
(196,185,148)
#CBC1A1
(203,193,161)
#D2C9AE
(210,201,174)
#D9D1BB
(217,209,187)
#E0D9C8
(224,217,200)
#E7E1D5
(231,225,213)
#EEE9E2
(238,233,226)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA16D; }

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

This text font color is #AFA16D.

Background Color

.myBgColor { background-color: #AFA16D; }

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

This div background color is #AFA16D.

Border color

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

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

This div border color is #AFA16D.

Opacity

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

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

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

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

This text has shadow with #AFA16D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA16D.

Preview

Color preview on black background

This text has color #AFA16D on black background.


Color preview on white background

This text has color #AFA16D on white background.


Black color preview on #AFA16D background

This text has black color on #AFA16D background.


White color preview on #AFA16D background

This text has white color on #AFA16D background.


Related colors

Complementary color

Complementary color for #hex is #505E92.


I love getcolorcode.com

Triadic colors

1 #6DAFA1 and #A16DAF with #AFA16D are triadic colors.

2 #6DA1AF and #A1AF6D with #AFA16D are triadic colors.