COLOR #AFA58B

HEX: #AFA58B
RGB: (175,165,139)

Color info

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

RGB color model

#AFA58B color RGB value is (175,165,139).

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

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 139 of 255 = 55%

175
165
139

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

Portions of RGB colors in percentages

R + G + B =
175 + 165 + 139 = 479 (100%)
R 175 of 479 ~ 36.53%
G 165 of 479 ~ 34.45%
B 139 of 479 ~ 29.02%

%36.53
%34.45
%29.02

CMYK color model

#AFA58B color CMYK value is (0,6,21,31).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 20.57%
  • key color value is 31.37%
CMYK:
(0,6,21,31)
C0M6Y21K31 
(0%,6%,21%,31%)
(0.00/0.06/0.21/0.31)	

CMYK percentages

%0
%5.71
%20.57
%31.37

Codes

Color #AFA58B in popluar color models

AFA58B
RGB175165139
HSL43°18.37%61.57%
HSB/HSV43°20.57%68.63%
CMYK0.00%5.71%20.57%
31.37%

Color #AFA58B in popluar number systems.

HEXAFA58B
Decimal175165139
Binary101011111010010110001011
Octal257245213

Shades and tints

Shades of #AFA58B

#AFA58B
(175,165,139)
#A0967F
(160,150,127)
#918773
(145,135,115)
#827867
(130,120,103)
#73695B
(115,105,91)
#645A4F
(100,90,79)
#554B43
(85,75,67)
#463C37
(70,60,55)
#372D2B
(55,45,43)
#281E1F
(40,30,31)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #AFA58B

#AFA58B
(175,165,139)
#B6AD95
(182,173,149)
#BDB59F
(189,181,159)
#C4BDA9
(196,189,169)
#CBC5B3
(203,197,179)
#D2CDBD
(210,205,189)
#D9D5C7
(217,213,199)
#E0DDD1
(224,221,209)
#E7E5DB
(231,229,219)
#EEEDE5
(238,237,229)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA58B; }

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

This text font color is #AFA58B.


Background Color

.myBgColor { background-color: #AFA58B; }

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

This div background color is #AFA58B.


Border color

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

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

This div border color is #AFA58B.


Opacity

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

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

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

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

This text has shadow with #AFA58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA58B on black background.


Color preview on white background

This text has color #AFA58B on white background.



Black color preview on #AFA58B background

This text has black color on #AFA58B background.


White color preview on #AFA58B background

This text has white color on #AFA58B background.