COLOR #AFA55F

HEX: #AFA55F
RGB: (175,165,95)

Color info

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

RGB color model

#AFA55F color RGB value is (175,165,95).

  • red value is 175;
  • green value is 165;
  • blue value is 95.
RGB:
(175,165,95)
(69%,65%,37%)

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 95 of 255 = 37%

175
165
95

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

Portions of RGB colors in percentages

R + G + B =
175 + 165 + 95 = 435 (100%)
R 175 of 435 ~ 40.23%
G 165 of 435 ~ 37.93%
B 95 of 435 ~ 21.84%

%40.23
%37.93
%21.84

CMYK color model

#AFA55F color CMYK value is (0,6,46,31).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 45.71%
  • key color value is 31.37%
CMYK:
(0,6,46,31)
C0M6Y46K31 
(0%,6%,46%,31%)
(0.00/0.06/0.46/0.31)	

CMYK percentages

%0
%5.71
%45.71
%31.37

Codes

Color #AFA55F in popluar color models

AFA55F
RGB17516595
HSL53°33.33%52.94%
HSB/HSV53°45.71%68.63%
CMYK0.00%5.71%45.71%
31.37%

Color #AFA55F in popluar number systems.

HEXAFA55F
Decimal17516595
Binary10101111101001011011111
Octal257245137

Shades and tints

Shades of #AFA55F

#AFA55F
(175,165,95)
#A09657
(160,150,87)
#91874F
(145,135,79)
#827847
(130,120,71)
#73693F
(115,105,63)
#645A37
(100,90,55)
#554B2F
(85,75,47)
#463C27
(70,60,39)
#372D1F
(55,45,31)
#281E17
(40,30,23)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #AFA55F

#AFA55F
(175,165,95)
#B6AD6D
(182,173,109)
#BDB57B
(189,181,123)
#C4BD89
(196,189,137)
#CBC597
(203,197,151)
#D2CDA5
(210,205,165)
#D9D5B3
(217,213,179)
#E0DDC1
(224,221,193)
#E7E5CF
(231,229,207)
#EEEDDD
(238,237,221)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA55F color. Also use rgb(175,165,95) instead hex code.

Text Font Color

.myTextColor { color: #AFA55F; }

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

This text font color is #AFA55F.


Background Color

.myBgColor { background-color: #AFA55F; }

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

This div background color is #AFA55F.


Border color

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

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

This div border color is #AFA55F.


Opacity

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

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

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

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

This text has shadow with #AFA55F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA55F on black background.


Color preview on white background

This text has color #AFA55F on white background.



Black color preview on #AFA55F background

This text has black color on #AFA55F background.


White color preview on #AFA55F background

This text has white color on #AFA55F background.