COLOR #AF9D55

HEX: #AF9D55
RGB: (175,157,85)

Color info

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

RGB color model

#AF9D55 color RGB value is (175,157,85).

  • red value is 175;
  • green value is 157;
  • blue value is 85.
RGB:
(175,157,85)
(69%,62%,33%)

RGB channels and saturation

R 175 of 255 = 69%
G 157 of 255 = 62%
B 85 of 255 = 33%

175
157
85

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

Portions of RGB colors in percentages

R + G + B =
175 + 157 + 85 = 417 (100%)
R 175 of 417 ~ 41.97%
G 157 of 417 ~ 37.65%
B 85 of 417 ~ 20.38%

%41.97
%37.65
%20.38

CMYK color model

#AF9D55 color CMYK value is (0,10,51,31).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 51.43%
  • key color value is 31.37%
CMYK:
(0,10,51,31)
C0M10Y51K31 
(0%,10%,51%,31%)
(0.00/0.10/0.51/0.31)	

CMYK percentages

%0
%10.29
%51.43
%31.37

Codes

Color #AF9D55 in popluar color models

AF9D55
RGB17515785
HSL48°36.00%50.98%
HSB/HSV48°51.43%68.63%
CMYK0.00%10.29%51.43%
31.37%

Color #AF9D55 in popluar number systems.

HEXAF9D55
Decimal17515785
Binary10101111100111011010101
Octal257235125

Shades and tints

Shades of #AF9D55

#AF9D55
(175,157,85)
#A08F4E
(160,143,78)
#918147
(145,129,71)
#827340
(130,115,64)
#736539
(115,101,57)
#645732
(100,87,50)
#55492B
(85,73,43)
#463B24
(70,59,36)
#372D1D
(55,45,29)
#281F16
(40,31,22)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #AF9D55

#AF9D55
(175,157,85)
#B6A564
(182,165,100)
#BDAD73
(189,173,115)
#C4B582
(196,181,130)
#CBBD91
(203,189,145)
#D2C5A0
(210,197,160)
#D9CDAF
(217,205,175)
#E0D5BE
(224,213,190)
#E7DDCD
(231,221,205)
#EEE5DC
(238,229,220)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9D55 color. Also use rgb(175,157,85) instead hex code.

Text Font Color

.myTextColor { color: #AF9D55; }

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

This text font color is #AF9D55.


Background Color

.myBgColor { background-color: #AF9D55; }

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

This div background color is #AF9D55.


Border color

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

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

This div border color is #AF9D55.


Opacity

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

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

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

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

This text has shadow with #AF9D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9D55 on black background.


Color preview on white background

This text has color #AF9D55 on white background.



Black color preview on #AF9D55 background

This text has black color on #AF9D55 background.


White color preview on #AF9D55 background

This text has white color on #AF9D55 background.