COLOR #AF9F5C

HEX: #AF9F5C RGB: (175,159,92)

Color info

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

RGB color model

#AF9F5C color RGB value is (175,159,92).

RGB: (175,159,92) (69%, 62%, 36%)

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 92 of 255 = 36%

175
159
92

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

Portions of RGB colors in percentages

R + G + B = 175 + 159 + 92 = 426 (100%)
R 175 of 426 ~ 41.08%
G 159 of 426 ~ 37.32%
B 92 of 426 ~ 21.6'%

%41.08
%37.32
%21.6

CMYK color model

#AF9F5C color CMYK value is (0,9,47,31).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 47.43%
  • key color value is 31.37%

CMYK: (0,9,47,31)
C0M9Y47K31 (0%, 9%, 47%, 31%)
(0.00 / 0.09 / 0.47 / 0.31)

CMYK percentages

%0
%9.14
%47.43
%31.37

Codes

Color #AF9F5C in popluar color models

AF 9F 5C
RGB 175 159 92
HSL 48° 34.16% 52.35%
HSB/HSV 48° 47.43% 68.63%
CMYK 0.00% 9.14% 47.43%
31.37%

Color #AF9F5C in popluar number systems.

HEX AF 9F 5C
Decimal 175 159 92
Binary 10101111 10011111 1011100
Octal 257 237 134

Shades and tints

Shades of #AF9F5C

#AF9F5C
(175,159,92)
#A09154
(160,145,84)
#91834C
(145,131,76)
#827544
(130,117,68)
#73673C
(115,103,60)
#645934
(100,89,52)
#554B2C
(85,75,44)
#463D24
(70,61,36)
#372F1C
(55,47,28)
#282114
(40,33,20)
#19130C
(25,19,12)
#000000
(0,0,0)

Tints of #AF9F5C

#AF9F5C
(175,159,92)
#B6A76A
(182,167,106)
#BDAF78
(189,175,120)
#C4B786
(196,183,134)
#CBBF94
(203,191,148)
#D2C7A2
(210,199,162)
#D9CFB0
(217,207,176)
#E0D7BE
(224,215,190)
#E7DFCC
(231,223,204)
#EEE7DA
(238,231,218)
#F5EFE8
(245,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9F5C color. Also use rgb(175,159,92) instead hex code.

Text Font Color

.myTextColor { color: #AF9F5C; }

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

This text font color is #AF9F5C.

Background Color

.myBgColor { background-color: #AF9F5C; }

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

This div background color is #AF9F5C.

Border color

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

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

This div border color is #AF9F5C.

Opacity

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

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

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

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

This text has shadow with #AF9F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9F5C.

Preview

Color preview on black background

This text has color #AF9F5C on black background.


Color preview on white background

This text has color #AF9F5C on white background.


Black color preview on #AF9F5C background

This text has black color on #AF9F5C background.


White color preview on #AF9F5C background

This text has white color on #AF9F5C background.


Related colors

Complementary color

Complementary color for #hex is #5060A3.


I love getcolorcode.com

Triadic colors

1 #5CAF9F and #9F5CAF with #AF9F5C are triadic colors.

2 #5C9FAF and #9FAF5C with #AF9F5C are triadic colors.