COLOR #AF9C59

HEX: #AF9C59 RGB: (175,156,89)

Color info

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

RGB color model

#AF9C59 color RGB value is (175,156,89).

RGB: (175,156,89) (69%, 61%, 35%)

RGB channels and saturation

R 175 of 255 = 69%
G 156 of 255 = 61%
B 89 of 255 = 35%

175
156
89

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

Portions of RGB colors in percentages

R + G + B = 175 + 156 + 89 = 420 (100%)
R 175 of 420 ~ 41.67%
G 156 of 420 ~ 37.14%
B 89 of 420 ~ 21.19'%

%41.67
%37.14
%21.19

CMYK color model

#AF9C59 color CMYK value is (0,11,49,31).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 49.14%
  • key color value is 31.37%
CMYK: (0,11,49,31) C0M11Y49K31 (0%,11%,49%,31%) (0.00/0.11/0.49/0.31) 

CMYK percentages

%0
%10.86
%49.14
%31.37

Codes

Color #AF9C59 in popluar color models

AF 9C 59
RGB 175 156 89
HSL 47° 34.96% 51.76%
HSB/HSV 47° 49.14% 68.63%
CMYK 0.00% 10.86% 49.14%
31.37%

Color #AF9C59 in popluar number systems.

HEX AF 9C 59
Decimal 175 156 89
Binary 10101111 10011100 1011001
Octal 257 234 131

Shades and tints

Shades of #AF9C59

#AF9C59
(175,156,89)
#A08E51
(160,142,81)
#918049
(145,128,73)
#827241
(130,114,65)
#736439
(115,100,57)
#645631
(100,86,49)
#554829
(85,72,41)
#463A21
(70,58,33)
#372C19
(55,44,25)
#281E11
(40,30,17)
#191009
(25,16,9)
#000000
(0,0,0)

Tints of #AF9C59

#AF9C59
(175,156,89)
#B6A568
(182,165,104)
#BDAE77
(189,174,119)
#C4B786
(196,183,134)
#CBC095
(203,192,149)
#D2C9A4
(210,201,164)
#D9D2B3
(217,210,179)
#E0DBC2
(224,219,194)
#E7E4D1
(231,228,209)
#EEEDE0
(238,237,224)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9C59; }

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

This text font color is #AF9C59.

Background Color

.myBgColor { background-color: #AF9C59; }

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

This div background color is #AF9C59.

Border color

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

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

This div border color is #AF9C59.

Opacity

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

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

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

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

This text has shadow with #AF9C59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9C59.

Preview

Color preview on black background

This text has color #AF9C59 on black background.


Color preview on white background

This text has color #AF9C59 on white background.


Black color preview on #AF9C59 background

This text has black color on #AF9C59 background.


White color preview on #AF9C59 background

This text has white color on #AF9C59 background.


Related colors

Complementary color

Complementary color for #hex is #5063A6.


I love getcolorcode.com

Triadic colors

1 #59AF9C and #9C59AF with #AF9C59 are triadic colors.

2 #599CAF and #9CAF59 with #AF9C59 are triadic colors.