COLOR #AFA371

HEX: #AFA371 RGB: (175,163,113)

Color info

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

RGB color model

#AFA371 color RGB value is (175,163,113).

RGB: (175,163,113) (69%, 64%, 44%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 113 of 255 = 44%

175
163
113

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

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 113 = 451 (100%)
R 175 of 451 ~ 38.8%
G 163 of 451 ~ 36.14%
B 113 of 451 ~ 25.06'%

%38.8
%36.14
%25.06

CMYK color model

#AFA371 color CMYK value is (0,7,35,31).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 35.43%
  • key color value is 31.37%

CMYK: (0,7,35,31)
C0M7Y35K31 (0%, 7%, 35%, 31%)
(0.00 / 0.07 / 0.35 / 0.31)

CMYK percentages

%0
%6.86
%35.43
%31.37

Codes

Color #AFA371 in popluar color models

AF A3 71
RGB 175 163 113
HSL 48° 27.93% 56.47%
HSB/HSV 48° 35.43% 68.63%
CMYK 0.00% 6.86% 35.43%
31.37%

Color #AFA371 in popluar number systems.

HEX AF A3 71
Decimal 175 163 113
Binary 10101111 10100011 1110001
Octal 257 243 161

Shades and tints

Shades of #AFA371

#AFA371
(175,163,113)
#A09567
(160,149,103)
#91875D
(145,135,93)
#827953
(130,121,83)
#736B49
(115,107,73)
#645D3F
(100,93,63)
#554F35
(85,79,53)
#46412B
(70,65,43)
#373321
(55,51,33)
#282517
(40,37,23)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #AFA371

#AFA371
(175,163,113)
#B6AB7D
(182,171,125)
#BDB389
(189,179,137)
#C4BB95
(196,187,149)
#CBC3A1
(203,195,161)
#D2CBAD
(210,203,173)
#D9D3B9
(217,211,185)
#E0DBC5
(224,219,197)
#E7E3D1
(231,227,209)
#EEEBDD
(238,235,221)
#F5F3E9
(245,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA371 color. Also use rgb(175,163,113) instead hex code.

Text Font Color

.myTextColor { color: #AFA371; }

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

This text font color is #AFA371.

Background Color

.myBgColor { background-color: #AFA371; }

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

This div background color is #AFA371.

Border color

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

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

This div border color is #AFA371.

Opacity

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

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

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

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

This text has shadow with #AFA371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA371.

Preview

Color preview on black background

This text has color #AFA371 on black background.


Color preview on white background

This text has color #AFA371 on white background.


Black color preview on #AFA371 background

This text has black color on #AFA371 background.


White color preview on #AFA371 background

This text has white color on #AFA371 background.


Related colors

Complementary color

Complementary color for #hex is #505C8E.


I love getcolorcode.com

Triadic colors

1 #71AFA3 and #A371AF with #AFA371 are triadic colors.

2 #71A3AF and #A3AF71 with #AFA371 are triadic colors.