COLOR #AFA88F

HEX: #AFA88F
RGB: (175,168,143)

Color info

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

RGB color model

#AFA88F color RGB value is (175,168,143).

  • red value is 175;
  • green value is 168;
  • blue value is 143.
RGB:
(175,168,143)
(69%,66%,56%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 143 of 255 = 56%

175
168
143

R + G + B ~ 64%. #AFA88F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 143 = 486 (100%)
R 175 of 486 ~ 36.01%
G 168 of 486 ~ 34.57%
B 143 of 486 ~ 29.42%

%36.01
%34.57
%29.42

CMYK color model

#AFA88F color CMYK value is (0,4,18,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(0,4,18,31)
C0M4Y18K31 
(0%,4%,18%,31%)
(0.00/0.04/0.18/0.31)	

CMYK percentages

%0
%4
%18.29
%31.37

Codes

Color #AFA88F in popluar color models

AFA88F
RGB175168143
HSL47°16.67%62.35%
HSB/HSV47°18.29%68.63%
CMYK0.00%4.00%18.29%
31.37%

Color #AFA88F in popluar number systems.

HEXAFA88F
Decimal175168143
Binary101011111010100010001111
Octal257250217

Shades and tints

Shades of #AFA88F

#AFA88F
(175,168,143)
#A09982
(160,153,130)
#918A75
(145,138,117)
#827B68
(130,123,104)
#736C5B
(115,108,91)
#645D4E
(100,93,78)
#554E41
(85,78,65)
#463F34
(70,63,52)
#373027
(55,48,39)
#28211A
(40,33,26)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #AFA88F

#AFA88F
(175,168,143)
#B6AF99
(182,175,153)
#BDB6A3
(189,182,163)
#C4BDAD
(196,189,173)
#CBC4B7
(203,196,183)
#D2CBC1
(210,203,193)
#D9D2CB
(217,210,203)
#E0D9D5
(224,217,213)
#E7E0DF
(231,224,223)
#EEE7E9
(238,231,233)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA88F color. Also use rgb(175,168,143) instead hex code.

Text Font Color

.myTextColor { color: #AFA88F; }

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

This text font color is #AFA88F.


Background Color

.myBgColor { background-color: #AFA88F; }

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

This div background color is #AFA88F.


Border color

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

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

This div border color is #AFA88F.


Opacity

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

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

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

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

This text has shadow with #AFA88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA88F on black background.


Color preview on white background

This text has color #AFA88F on white background.



Black color preview on #AFA88F background

This text has black color on #AFA88F background.


White color preview on #AFA88F background

This text has white color on #AFA88F background.