COLOR #AFAD45

HEX: #AFAD45
RGB: (175,173,69)

Color info

#AFAD45 contains mainly red and green colors. Web safe color of #AFAD45 is #999933 (or #993).

RGB color model

#AFAD45 color RGB value is (175,173,69).

  • red value is 175;
  • green value is 173;
  • blue value is 69.
RGB:
(175,173,69)
(69%,68%,27%)

RGB channels and saturation

R 175 of 255 = 69%
G 173 of 255 = 68%
B 69 of 255 = 27%

175
173
69

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

Portions of RGB colors in percentages

R + G + B =
175 + 173 + 69 = 417 (100%)
R 175 of 417 ~ 41.97%
G 173 of 417 ~ 41.49%
B 69 of 417 ~ 16.55%

%41.97
%41.49
%16.55

CMYK color model

#AFAD45 color CMYK value is (0,1,61,31).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 60.57%
  • key color value is 31.37%
CMYK:
(0,1,61,31)
C0M1Y61K31 
(0%,1%,61%,31%)
(0.00/0.01/0.61/0.31)	

CMYK percentages

%0
%1.14
%60.57
%31.37

Codes

Color #AFAD45 in popluar color models

AFAD45
RGB17517369
HSL59°43.44%47.84%
HSB/HSV59°60.57%68.63%
CMYK0.00%1.14%60.57%
31.37%

Color #AFAD45 in popluar number systems.

HEXAFAD45
Decimal17517369
Binary10101111101011011000101
Octal257255105

Shades and tints

Shades of #AFAD45

#AFAD45
(175,173,69)
#A09E3F
(160,158,63)
#918F39
(145,143,57)
#828033
(130,128,51)
#73712D
(115,113,45)
#646227
(100,98,39)
#555321
(85,83,33)
#46441B
(70,68,27)
#373515
(55,53,21)
#28260F
(40,38,15)
#191709
(25,23,9)
#000000
(0,0,0)

Tints of #AFAD45

#AFAD45
(175,173,69)
#B6B455
(182,180,85)
#BDBB65
(189,187,101)
#C4C275
(196,194,117)
#CBC985
(203,201,133)
#D2D095
(210,208,149)
#D9D7A5
(217,215,165)
#E0DEB5
(224,222,181)
#E7E5C5
(231,229,197)
#EEECD5
(238,236,213)
#F5F3E5
(245,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAD45 color. Also use rgb(175,173,69) instead hex code.

Text Font Color

.myTextColor { color: #AFAD45; }

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

This text font color is #AFAD45.


Background Color

.myBgColor { background-color: #AFAD45; }

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

This div background color is #AFAD45.


Border color

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

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

This div border color is #AFAD45.


Opacity

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

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

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

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

This text has shadow with #AFAD45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAD45 on black background.


Color preview on white background

This text has color #AFAD45 on white background.



Black color preview on #AFAD45 background

This text has black color on #AFAD45 background.


White color preview on #AFAD45 background

This text has white color on #AFAD45 background.