COLOR #AFAB8C

HEX: #AFAB8C
RGB: (175,171,140)

Color info

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

RGB color model

#AFAB8C color RGB value is (175,171,140).

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

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 140 of 255 = 55%

175
171
140

R + G + B ~ 64%. #AFAB8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 171 + 140 = 486 (100%)
R 175 of 486 ~ 36.01%
G 171 of 486 ~ 35.19%
B 140 of 486 ~ 28.81%

%36.01
%35.19
%28.81

CMYK color model

#AFAB8C color CMYK value is (0,2,20,31).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK:
(0,2,20,31)
C0M2Y20K31 
(0%,2%,20%,31%)
(0.00/0.02/0.20/0.31)	

CMYK percentages

%0
%2.29
%20
%31.37

Codes

Color #AFAB8C in popluar color models

AFAB8C
RGB175171140
HSL53°17.95%61.76%
HSB/HSV53°20.00%68.63%
CMYK0.00%2.29%20.00%
31.37%

Color #AFAB8C in popluar number systems.

HEXAFAB8C
Decimal175171140
Binary101011111010101110001100
Octal257253214

Shades and tints

Shades of #AFAB8C

#AFAB8C
(175,171,140)
#A09C80
(160,156,128)
#918D74
(145,141,116)
#827E68
(130,126,104)
#736F5C
(115,111,92)
#646050
(100,96,80)
#555144
(85,81,68)
#464238
(70,66,56)
#37332C
(55,51,44)
#282420
(40,36,32)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AFAB8C

#AFAB8C
(175,171,140)
#B6B296
(182,178,150)
#BDB9A0
(189,185,160)
#C4C0AA
(196,192,170)
#CBC7B4
(203,199,180)
#D2CEBE
(210,206,190)
#D9D5C8
(217,213,200)
#E0DCD2
(224,220,210)
#E7E3DC
(231,227,220)
#EEEAE6
(238,234,230)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAB8C; }

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

This text font color is #AFAB8C.


Background Color

.myBgColor { background-color: #AFAB8C; }

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

This div background color is #AFAB8C.


Border color

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

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

This div border color is #AFAB8C.


Opacity

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

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

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

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

This text has shadow with #AFAB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAB8C on black background.


Color preview on white background

This text has color #AFAB8C on white background.



Black color preview on #AFAB8C background

This text has black color on #AFAB8C background.


White color preview on #AFAB8C background

This text has white color on #AFAB8C background.