COLOR #AFA18F

HEX: #AFA18F
RGB: (175,161,143)

Color info

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

RGB color model

#AFA18F color RGB value is (175,161,143).

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

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 143 of 255 = 56%

175
161
143

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

Portions of RGB colors in percentages

R + G + B =
175 + 161 + 143 = 479 (100%)
R 175 of 479 ~ 36.53%
G 161 of 479 ~ 33.61%
B 143 of 479 ~ 29.85%

%36.53
%33.61
%29.85

CMYK color model

#AFA18F color CMYK value is (0,8,18,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(0,8,18,31)
C0M8Y18K31 
(0%,8%,18%,31%)
(0.00/0.08/0.18/0.31)	

CMYK percentages

%0
%8
%18.29
%31.37

Codes

Color #AFA18F in popluar color models

AFA18F
RGB175161143
HSL34°16.67%62.35%
HSB/HSV34°18.29%68.63%
CMYK0.00%8.00%18.29%
31.37%

Color #AFA18F in popluar number systems.

HEXAFA18F
Decimal175161143
Binary101011111010000110001111
Octal257241217

Shades and tints

Shades of #AFA18F

#AFA18F
(175,161,143)
#A09382
(160,147,130)
#918575
(145,133,117)
#827768
(130,119,104)
#73695B
(115,105,91)
#645B4E
(100,91,78)
#554D41
(85,77,65)
#463F34
(70,63,52)
#373127
(55,49,39)
#28231A
(40,35,26)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #AFA18F

#AFA18F
(175,161,143)
#B6A999
(182,169,153)
#BDB1A3
(189,177,163)
#C4B9AD
(196,185,173)
#CBC1B7
(203,193,183)
#D2C9C1
(210,201,193)
#D9D1CB
(217,209,203)
#E0D9D5
(224,217,213)
#E7E1DF
(231,225,223)
#EEE9E9
(238,233,233)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA18F; }

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

This text font color is #AFA18F.


Background Color

.myBgColor { background-color: #AFA18F; }

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

This div background color is #AFA18F.


Border color

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

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

This div border color is #AFA18F.


Opacity

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

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

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

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

This text has shadow with #AFA18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA18F on black background.


Color preview on white background

This text has color #AFA18F on white background.



Black color preview on #AFA18F background

This text has black color on #AFA18F background.


White color preview on #AFA18F background

This text has white color on #AFA18F background.