COLOR #AFA19D

HEX: #AFA19D
RGB: (175,161,157)

Color info

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

RGB color model

#AFA19D color RGB value is (175,161,157).

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

RGB channels and saturation

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

175
161
157

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

Portions of RGB colors in percentages

R + G + B =
175 + 161 + 157 = 493 (100%)
R 175 of 493 ~ 35.5%
G 161 of 493 ~ 32.66%
B 157 of 493 ~ 31.85%

%35.5
%32.66
%31.85

CMYK color model

#AFA19D color CMYK value is (0,8,10,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 10.29%
  • key color value is 31.37%
CMYK:
(0,8,10,31)
C0M8Y10K31 
(0%,8%,10%,31%)
(0.00/0.08/0.10/0.31)	

CMYK percentages

%0
%8
%10.29
%31.37

Codes

Color #AFA19D in popluar color models

AFA19D
RGB175161157
HSL13°10.11%65.10%
HSB/HSV13°10.29%68.63%
CMYK0.00%8.00%10.29%
31.37%

Color #AFA19D in popluar number systems.

HEXAFA19D
Decimal175161157
Binary101011111010000110011101
Octal257241235

Shades and tints

Shades of #AFA19D

#AFA19D
(175,161,157)
#A0938F
(160,147,143)
#918581
(145,133,129)
#827773
(130,119,115)
#736965
(115,105,101)
#645B57
(100,91,87)
#554D49
(85,77,73)
#463F3B
(70,63,59)
#37312D
(55,49,45)
#28231F
(40,35,31)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #AFA19D

#AFA19D
(175,161,157)
#B6A9A5
(182,169,165)
#BDB1AD
(189,177,173)
#C4B9B5
(196,185,181)
#CBC1BD
(203,193,189)
#D2C9C5
(210,201,197)
#D9D1CD
(217,209,205)
#E0D9D5
(224,217,213)
#E7E1DD
(231,225,221)
#EEE9E5
(238,233,229)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA19D; }

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

This text font color is #AFA19D.


Background Color

.myBgColor { background-color: #AFA19D; }

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

This div background color is #AFA19D.


Border color

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

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

This div border color is #AFA19D.


Opacity

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

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

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

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

This text has shadow with #AFA19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA19D on black background.


Color preview on white background

This text has color #AFA19D on white background.



Black color preview on #AFA19D background

This text has black color on #AFA19D background.


White color preview on #AFA19D background

This text has white color on #AFA19D background.