COLOR #AFA36F

HEX: #AFA36F RGB: (175,163,111)

Color info

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

RGB color model

#AFA36F color RGB value is (175,163,111).

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

RGB channels and saturation

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

175
163
111

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

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 111 = 449 (100%)
R 175 of 449 ~ 38.98%
G 163 of 449 ~ 36.3%
B 111 of 449 ~ 24.72'%

%38.98
%36.3
%24.72

CMYK color model

#AFA36F color CMYK value is (0,7,37,31).

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

CMYK: (0,7,37,31)
C0M7Y37K31 (0%, 7%, 37%, 31%)
(0.00 / 0.07 / 0.37 / 0.31)

CMYK percentages

%0
%6.86
%36.57
%31.37

Codes

Color #AFA36F in popluar color models

AF A3 6F
RGB 175 163 111
HSL 49° 28.57% 56.08%
HSB/HSV 49° 36.57% 68.63%
CMYK 0.00% 6.86% 36.57%
31.37%

Color #AFA36F in popluar number systems.

HEX AF A3 6F
Decimal 175 163 111
Binary 10101111 10100011 1101111
Octal 257 243 157

Shades and tints

Shades of #AFA36F

#AFA36F
(175,163,111)
#A09565
(160,149,101)
#91875B
(145,135,91)
#827951
(130,121,81)
#736B47
(115,107,71)
#645D3D
(100,93,61)
#554F33
(85,79,51)
#464129
(70,65,41)
#37331F
(55,51,31)
#282515
(40,37,21)
#19170B
(25,23,11)
#000000
(0,0,0)

Tints of #AFA36F

#AFA36F
(175,163,111)
#B6AB7C
(182,171,124)
#BDB389
(189,179,137)
#C4BB96
(196,187,150)
#CBC3A3
(203,195,163)
#D2CBB0
(210,203,176)
#D9D3BD
(217,211,189)
#E0DBCA
(224,219,202)
#E7E3D7
(231,227,215)
#EEEBE4
(238,235,228)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA36F; }

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

This text font color is #AFA36F.

Background Color

.myBgColor { background-color: #AFA36F; }

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

This div background color is #AFA36F.

Border color

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

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

This div border color is #AFA36F.

Opacity

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

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

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

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

This text has shadow with #AFA36F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA36F.

Preview

Color preview on black background

This text has color #AFA36F on black background.


Color preview on white background

This text has color #AFA36F on white background.


Black color preview on #AFA36F background

This text has black color on #AFA36F background.


White color preview on #AFA36F background

This text has white color on #AFA36F background.


Related colors

Complementary color

Complementary color for #hex is #505C90.


I love getcolorcode.com

Triadic colors

1 #6FAFA3 and #A36FAF with #AFA36F are triadic colors.

2 #6FA3AF and #A3AF6F with #AFA36F are triadic colors.