COLOR #AFA18E

HEX: #AFA18E
RGB: (175,161,142)

Color info

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

RGB color model

#AFA18E color RGB value is (175,161,142).

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

RGB channels and saturation

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

175
161
142

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

Portions of RGB colors in percentages

R + G + B =
175 + 161 + 142 = 478 (100%)
R 175 of 478 ~ 36.61%
G 161 of 478 ~ 33.68%
B 142 of 478 ~ 29.71%

%36.61
%33.68
%29.71

CMYK color model

#AFA18E color CMYK value is (0,8,19,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 18.86%
  • key color value is 31.37%
CMYK:
(0,8,19,31)
C0M8Y19K31 
(0%,8%,19%,31%)
(0.00/0.08/0.19/0.31)	

CMYK percentages

%0
%8
%18.86
%31.37

Codes

Color #AFA18E in popluar color models

AFA18E
RGB175161142
HSL35°17.10%62.16%
HSB/HSV35°18.86%68.63%
CMYK0.00%8.00%18.86%
31.37%

Color #AFA18E in popluar number systems.

HEXAFA18E
Decimal175161142
Binary101011111010000110001110
Octal257241216

Shades and tints

Shades of #AFA18E

#AFA18E
(175,161,142)
#A09382
(160,147,130)
#918576
(145,133,118)
#82776A
(130,119,106)
#73695E
(115,105,94)
#645B52
(100,91,82)
#554D46
(85,77,70)
#463F3A
(70,63,58)
#37312E
(55,49,46)
#282322
(40,35,34)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #AFA18E

#AFA18E
(175,161,142)
#B6A998
(182,169,152)
#BDB1A2
(189,177,162)
#C4B9AC
(196,185,172)
#CBC1B6
(203,193,182)
#D2C9C0
(210,201,192)
#D9D1CA
(217,209,202)
#E0D9D4
(224,217,212)
#E7E1DE
(231,225,222)
#EEE9E8
(238,233,232)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA18E; }

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

This text font color is #AFA18E.


Background Color

.myBgColor { background-color: #AFA18E; }

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

This div background color is #AFA18E.


Border color

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

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

This div border color is #AFA18E.


Opacity

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

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

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

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

This text has shadow with #AFA18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA18E on black background.


Color preview on white background

This text has color #AFA18E on white background.



Black color preview on #AFA18E background

This text has black color on #AFA18E background.


White color preview on #AFA18E background

This text has white color on #AFA18E background.