COLOR #AF9F5B

HEX: #AF9F5B
RGB: (175,159,91)

Color info

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

RGB color model

#AF9F5B color RGB value is (175,159,91).

  • red value is 175;
  • green value is 159;
  • blue value is 91.
RGB:
(175,159,91)
(69%,62%,36%)

RGB channels and saturation

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

175
159
91

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

Portions of RGB colors in percentages

R + G + B =
175 + 159 + 91 = 425 (100%)
R 175 of 425 ~ 41.18%
G 159 of 425 ~ 37.41%
B 91 of 425 ~ 21.41%

%41.18
%37.41
%21.41

CMYK color model

#AF9F5B color CMYK value is (0,9,48,31).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 48.00%
  • key color value is 31.37%
CMYK:
(0,9,48,31)
C0M9Y48K31 
(0%,9%,48%,31%)
(0.00/0.09/0.48/0.31)	

CMYK percentages

%0
%9.14
%48
%31.37

Codes

Color #AF9F5B in popluar color models

AF9F5B
RGB17515991
HSL49°34.43%52.16%
HSB/HSV49°48.00%68.63%
CMYK0.00%9.14%48.00%
31.37%

Color #AF9F5B in popluar number systems.

HEXAF9F5B
Decimal17515991
Binary10101111100111111011011
Octal257237133

Shades and tints

Shades of #AF9F5B

#AF9F5B
(175,159,91)
#A09153
(160,145,83)
#91834B
(145,131,75)
#827543
(130,117,67)
#73673B
(115,103,59)
#645933
(100,89,51)
#554B2B
(85,75,43)
#463D23
(70,61,35)
#372F1B
(55,47,27)
#282113
(40,33,19)
#19130B
(25,19,11)
#000000
(0,0,0)

Tints of #AF9F5B

#AF9F5B
(175,159,91)
#B6A769
(182,167,105)
#BDAF77
(189,175,119)
#C4B785
(196,183,133)
#CBBF93
(203,191,147)
#D2C7A1
(210,199,161)
#D9CFAF
(217,207,175)
#E0D7BD
(224,215,189)
#E7DFCB
(231,223,203)
#EEE7D9
(238,231,217)
#F5EFE7
(245,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9F5B; }

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

This text font color is #AF9F5B.


Background Color

.myBgColor { background-color: #AF9F5B; }

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

This div background color is #AF9F5B.


Border color

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

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

This div border color is #AF9F5B.


Opacity

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

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

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

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

This text has shadow with #AF9F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9F5B on black background.


Color preview on white background

This text has color #AF9F5B on white background.



Black color preview on #AF9F5B background

This text has black color on #AF9F5B background.


White color preview on #AF9F5B background

This text has white color on #AF9F5B background.