COLOR #AFAC5D

HEX: #AFAC5D RGB: (175,172,93)

Color info

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

RGB color model

#AFAC5D color RGB value is (175,172,93).

RGB: (175,172,93) (69%, 67%, 36%)

RGB channels and saturation

R 175 of 255 = 69%
G 172 of 255 = 67%
B 93 of 255 = 36%

175
172
93

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

Portions of RGB colors in percentages

R + G + B = 175 + 172 + 93 = 440 (100%)
R 175 of 440 ~ 39.77%
G 172 of 440 ~ 39.09%
B 93 of 440 ~ 21.14'%

%39.77
%39.09
%21.14

CMYK color model

#AFAC5D color CMYK value is (0,2,47,31).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 46.86%
  • key color value is 31.37%

CMYK: (0,2,47,31)
C0M2Y47K31 (0%, 2%, 47%, 31%)
(0.00 / 0.02 / 0.47 / 0.31)

CMYK percentages

%0
%1.71
%46.86
%31.37

Codes

Color #AFAC5D in popluar color models

AF AC 5D
RGB 175 172 93
HSL 58° 33.88% 52.55%
HSB/HSV 58° 46.86% 68.63%
CMYK 0.00% 1.71% 46.86%
31.37%

Color #AFAC5D in popluar number systems.

HEX AF AC 5D
Decimal 175 172 93
Binary 10101111 10101100 1011101
Octal 257 254 135

Shades and tints

Shades of #AFAC5D

#AFAC5D
(175,172,93)
#A09D55
(160,157,85)
#918E4D
(145,142,77)
#827F45
(130,127,69)
#73703D
(115,112,61)
#646135
(100,97,53)
#55522D
(85,82,45)
#464325
(70,67,37)
#37341D
(55,52,29)
#282515
(40,37,21)
#19160D
(25,22,13)
#000000
(0,0,0)

Tints of #AFAC5D

#AFAC5D
(175,172,93)
#B6B36B
(182,179,107)
#BDBA79
(189,186,121)
#C4C187
(196,193,135)
#CBC895
(203,200,149)
#D2CFA3
(210,207,163)
#D9D6B1
(217,214,177)
#E0DDBF
(224,221,191)
#E7E4CD
(231,228,205)
#EEEBDB
(238,235,219)
#F5F2E9
(245,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAC5D color. Also use rgb(175,172,93) instead hex code.

Text Font Color

.myTextColor { color: #AFAC5D; }

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

This text font color is #AFAC5D.

Background Color

.myBgColor { background-color: #AFAC5D; }

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

This div background color is #AFAC5D.

Border color

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

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

This div border color is #AFAC5D.

Opacity

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

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

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

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

This text has shadow with #AFAC5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAC5D.

Preview

Color preview on black background

This text has color #AFAC5D on black background.


Color preview on white background

This text has color #AFAC5D on white background.


Black color preview on #AFAC5D background

This text has black color on #AFAC5D background.


White color preview on #AFAC5D background

This text has white color on #AFAC5D background.


Related colors

Complementary color

Complementary color for #hex is #5053A2.


I love getcolorcode.com

Triadic colors

1 #5DAFAC and #AC5DAF with #AFAC5D are triadic colors.

2 #5DACAF and #ACAF5D with #AFAC5D are triadic colors.