COLOR #AFA589

HEX: #AFA589
RGB: (175,165,137)

Color info

#AFA589 contains red, green and blue colors in about the same proportion. Web safe color of #AFA589 is #999999 (or #999).

RGB color model

#AFA589 color RGB value is (175,165,137).

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

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 137 of 255 = 54%

175
165
137

R + G + B ~ 63%. #AFA589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 165 + 137 = 477 (100%)
R 175 of 477 ~ 36.69%
G 165 of 477 ~ 34.59%
B 137 of 477 ~ 28.72%

%36.69
%34.59
%28.72

CMYK color model

#AFA589 color CMYK value is (0,6,22,31).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 21.71%
  • key color value is 31.37%
CMYK:
(0,6,22,31)
C0M6Y22K31 
(0%,6%,22%,31%)
(0.00/0.06/0.22/0.31)	

CMYK percentages

%0
%5.71
%21.71
%31.37

Codes

Color #AFA589 in popluar color models

AFA589
RGB175165137
HSL44°19.19%61.18%
HSB/HSV44°21.71%68.63%
CMYK0.00%5.71%21.71%
31.37%

Color #AFA589 in popluar number systems.

HEXAFA589
Decimal175165137
Binary101011111010010110001001
Octal257245211

Shades and tints

Shades of #AFA589

#AFA589
(175,165,137)
#A0967D
(160,150,125)
#918771
(145,135,113)
#827865
(130,120,101)
#736959
(115,105,89)
#645A4D
(100,90,77)
#554B41
(85,75,65)
#463C35
(70,60,53)
#372D29
(55,45,41)
#281E1D
(40,30,29)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #AFA589

#AFA589
(175,165,137)
#B6AD93
(182,173,147)
#BDB59D
(189,181,157)
#C4BDA7
(196,189,167)
#CBC5B1
(203,197,177)
#D2CDBB
(210,205,187)
#D9D5C5
(217,213,197)
#E0DDCF
(224,221,207)
#E7E5D9
(231,229,217)
#EEEDE3
(238,237,227)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA589; }

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

This text font color is #AFA589.


Background Color

.myBgColor { background-color: #AFA589; }

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

This div background color is #AFA589.


Border color

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

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

This div border color is #AFA589.


Opacity

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

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

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

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

This text has shadow with #AFA589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA589 on black background.


Color preview on white background

This text has color #AFA589 on white background.



Black color preview on #AFA589 background

This text has black color on #AFA589 background.


White color preview on #AFA589 background

This text has white color on #AFA589 background.