COLOR #AF9C3D

HEX: #AF9C3D
RGB: (175,156,61)

Color info

#AF9C3D contains mainly red and green colors. Web safe color of #AF9C3D is #999933 (or #993).

RGB color model

#AF9C3D color RGB value is (175,156,61).

  • red value is 175;
  • green value is 156;
  • blue value is 61.
RGB:
(175,156,61)
(69%,61%,24%)

RGB channels and saturation

R 175 of 255 = 69%
G 156 of 255 = 61%
B 61 of 255 = 24%

175
156
61

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

Portions of RGB colors in percentages

R + G + B =
175 + 156 + 61 = 392 (100%)
R 175 of 392 ~ 44.64%
G 156 of 392 ~ 39.8%
B 61 of 392 ~ 15.56%

%44.64
%39.8
%15.56

CMYK color model

#AF9C3D color CMYK value is (0,11,65,31).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 65.14%
  • key color value is 31.37%
CMYK:
(0,11,65,31)
C0M11Y65K31 
(0%,11%,65%,31%)
(0.00/0.11/0.65/0.31)	

CMYK percentages

%0
%10.86
%65.14
%31.37

Codes

Color #AF9C3D in popluar color models

AF9C3D
RGB17515661
HSL50°48.31%46.27%
HSB/HSV50°65.14%68.63%
CMYK0.00%10.86%65.14%
31.37%

Color #AF9C3D in popluar number systems.

HEXAF9C3D
Decimal17515661
Binary1010111110011100111101
Octal25723475

Shades and tints

Shades of #AF9C3D

#AF9C3D
(175,156,61)
#A08E38
(160,142,56)
#918033
(145,128,51)
#82722E
(130,114,46)
#736429
(115,100,41)
#645624
(100,86,36)
#55481F
(85,72,31)
#463A1A
(70,58,26)
#372C15
(55,44,21)
#281E10
(40,30,16)
#19100B
(25,16,11)
#000000
(0,0,0)

Tints of #AF9C3D

#AF9C3D
(175,156,61)
#B6A54E
(182,165,78)
#BDAE5F
(189,174,95)
#C4B770
(196,183,112)
#CBC081
(203,192,129)
#D2C992
(210,201,146)
#D9D2A3
(217,210,163)
#E0DBB4
(224,219,180)
#E7E4C5
(231,228,197)
#EEEDD6
(238,237,214)
#F5F6E7
(245,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9C3D color. Also use rgb(175,156,61) instead hex code.

Text Font Color

.myTextColor { color: #AF9C3D; }

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

This text font color is #AF9C3D.


Background Color

.myBgColor { background-color: #AF9C3D; }

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

This div background color is #AF9C3D.


Border color

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

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

This div border color is #AF9C3D.


Opacity

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

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

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

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

This text has shadow with #AF9C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9C3D on black background.


Color preview on white background

This text has color #AF9C3D on white background.



Black color preview on #AF9C3D background

This text has black color on #AF9C3D background.


White color preview on #AF9C3D background

This text has white color on #AF9C3D background.