COLOR #AFA950

HEX: #AFA950
RGB: (175,169,80)

Color info

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

RGB color model

#AFA950 color RGB value is (175,169,80).

  • red value is 175;
  • green value is 169;
  • blue value is 80.
RGB:
(175,169,80)
(69%,66%,31%)

RGB channels and saturation

R 175 of 255 = 69%
G 169 of 255 = 66%
B 80 of 255 = 31%

175
169
80

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

Portions of RGB colors in percentages

R + G + B =
175 + 169 + 80 = 424 (100%)
R 175 of 424 ~ 41.27%
G 169 of 424 ~ 39.86%
B 80 of 424 ~ 18.87%

%41.27
%39.86
%18.87

CMYK color model

#AFA950 color CMYK value is (0,3,54,31).

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 54.29%
  • key color value is 31.37%
CMYK:
(0,3,54,31)
C0M3Y54K31 
(0%,3%,54%,31%)
(0.00/0.03/0.54/0.31)	

CMYK percentages

%0
%3.43
%54.29
%31.37

Codes

Color #AFA950 in popluar color models

AFA950
RGB17516980
HSL56°37.25%50.00%
HSB/HSV56°54.29%68.63%
CMYK0.00%3.43%54.29%
31.37%

Color #AFA950 in popluar number systems.

HEXAFA950
Decimal17516980
Binary10101111101010011010000
Octal257251120

Shades and tints

Shades of #AFA950

#AFA950
(175,169,80)
#A09A49
(160,154,73)
#918B42
(145,139,66)
#827C3B
(130,124,59)
#736D34
(115,109,52)
#645E2D
(100,94,45)
#554F26
(85,79,38)
#46401F
(70,64,31)
#373118
(55,49,24)
#282211
(40,34,17)
#19130A
(25,19,10)
#000000
(0,0,0)

Tints of #AFA950

#AFA950
(175,169,80)
#B6B05F
(182,176,95)
#BDB76E
(189,183,110)
#C4BE7D
(196,190,125)
#CBC58C
(203,197,140)
#D2CC9B
(210,204,155)
#D9D3AA
(217,211,170)
#E0DAB9
(224,218,185)
#E7E1C8
(231,225,200)
#EEE8D7
(238,232,215)
#F5EFE6
(245,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA950 color. Also use rgb(175,169,80) instead hex code.

Text Font Color

.myTextColor { color: #AFA950; }

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

This text font color is #AFA950.


Background Color

.myBgColor { background-color: #AFA950; }

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

This div background color is #AFA950.


Border color

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

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

This div border color is #AFA950.


Opacity

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

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

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

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

This text has shadow with #AFA950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA950 on black background.


Color preview on white background

This text has color #AFA950 on white background.



Black color preview on #AFA950 background

This text has black color on #AFA950 background.


White color preview on #AFA950 background

This text has white color on #AFA950 background.