COLOR #AFA48C

HEX: #AFA48C
RGB: (175,164,140)

Color info

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

RGB color model

#AFA48C color RGB value is (175,164,140).

  • red value is 175;
  • green value is 164;
  • blue value is 140.
RGB:
(175,164,140)
(69%,64%,55%)

RGB channels and saturation

R 175 of 255 = 69%
G 164 of 255 = 64%
B 140 of 255 = 55%

175
164
140

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

Portions of RGB colors in percentages

R + G + B =
175 + 164 + 140 = 479 (100%)
R 175 of 479 ~ 36.53%
G 164 of 479 ~ 34.24%
B 140 of 479 ~ 29.23%

%36.53
%34.24
%29.23

CMYK color model

#AFA48C color CMYK value is (0,6,20,31).

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK:
(0,6,20,31)
C0M6Y20K31 
(0%,6%,20%,31%)
(0.00/0.06/0.20/0.31)	

CMYK percentages

%0
%6.29
%20
%31.37

Codes

Color #AFA48C in popluar color models

AFA48C
RGB175164140
HSL41°17.95%61.76%
HSB/HSV41°20.00%68.63%
CMYK0.00%6.29%20.00%
31.37%

Color #AFA48C in popluar number systems.

HEXAFA48C
Decimal175164140
Binary101011111010010010001100
Octal257244214

Shades and tints

Shades of #AFA48C

#AFA48C
(175,164,140)
#A09680
(160,150,128)
#918874
(145,136,116)
#827A68
(130,122,104)
#736C5C
(115,108,92)
#645E50
(100,94,80)
#555044
(85,80,68)
#464238
(70,66,56)
#37342C
(55,52,44)
#282620
(40,38,32)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #AFA48C

#AFA48C
(175,164,140)
#B6AC96
(182,172,150)
#BDB4A0
(189,180,160)
#C4BCAA
(196,188,170)
#CBC4B4
(203,196,180)
#D2CCBE
(210,204,190)
#D9D4C8
(217,212,200)
#E0DCD2
(224,220,210)
#E7E4DC
(231,228,220)
#EEECE6
(238,236,230)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA48C color. Also use rgb(175,164,140) instead hex code.

Text Font Color

.myTextColor { color: #AFA48C; }

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

This text font color is #AFA48C.


Background Color

.myBgColor { background-color: #AFA48C; }

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

This div background color is #AFA48C.


Border color

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

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

This div border color is #AFA48C.


Opacity

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

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

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

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

This text has shadow with #AFA48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA48C on black background.


Color preview on white background

This text has color #AFA48C on white background.



Black color preview on #AFA48C background

This text has black color on #AFA48C background.


White color preview on #AFA48C background

This text has white color on #AFA48C background.