COLOR #AFA19F

HEX: #AFA19F
RGB: (175,161,159)

Color info

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

RGB color model

#AFA19F color RGB value is (175,161,159).

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

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 159 of 255 = 62%

175
161
159

R + G + B ~ 65%. #AFA19F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 161 + 159 = 495 (100%)
R 175 of 495 ~ 35.35%
G 161 of 495 ~ 32.53%
B 159 of 495 ~ 32.12%

%35.35
%32.53
%32.12

CMYK color model

#AFA19F color CMYK value is (0,8,9,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 9.14%
  • key color value is 31.37%
CMYK:
(0,8,9,31)
C0M8Y9K31 
(0%,8%,9%,31%)
(0.00/0.08/0.09/0.31)	

CMYK percentages

%0
%8
%9.14
%31.37

Codes

Color #AFA19F in popluar color models

AFA19F
RGB175161159
HSL9.09%65.49%
HSB/HSV9.14%68.63%
CMYK0.00%8.00%9.14%
31.37%

Color #AFA19F in popluar number systems.

HEXAFA19F
Decimal175161159
Binary101011111010000110011111
Octal257241237

Shades and tints

Shades of #AFA19F

#AFA19F
(175,161,159)
#A09391
(160,147,145)
#918583
(145,133,131)
#827775
(130,119,117)
#736967
(115,105,103)
#645B59
(100,91,89)
#554D4B
(85,77,75)
#463F3D
(70,63,61)
#37312F
(55,49,47)
#282321
(40,35,33)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AFA19F

#AFA19F
(175,161,159)
#B6A9A7
(182,169,167)
#BDB1AF
(189,177,175)
#C4B9B7
(196,185,183)
#CBC1BF
(203,193,191)
#D2C9C7
(210,201,199)
#D9D1CF
(217,209,207)
#E0D9D7
(224,217,215)
#E7E1DF
(231,225,223)
#EEE9E7
(238,233,231)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA19F; }

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

This text font color is #AFA19F.


Background Color

.myBgColor { background-color: #AFA19F; }

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

This div background color is #AFA19F.


Border color

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

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

This div border color is #AFA19F.


Opacity

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

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

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

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

This text has shadow with #AFA19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA19F on black background.


Color preview on white background

This text has color #AFA19F on white background.



Black color preview on #AFA19F background

This text has black color on #AFA19F background.


White color preview on #AFA19F background

This text has white color on #AFA19F background.