COLOR #AFB3A0

HEX: #AFB3A0
RGB: (175,179,160)

Color info

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

RGB color model

#AFB3A0 color RGB value is (175,179,160).

  • red value is 175;
  • green value is 179;
  • blue value is 160.
RGB:
(175,179,160)
(69%,70%,63%)

RGB channels and saturation

R 175 of 255 = 69%
G 179 of 255 = 70%
B 160 of 255 = 63%

175
179
160

R + G + B ~ 67%. #AFB3A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 179 + 160 = 514 (100%)
R 175 of 514 ~ 34.05%
G 179 of 514 ~ 34.82%
B 160 of 514 ~ 31.13%

%34.05
%34.82
%31.13

CMYK color model

#AFB3A0 color CMYK value is (2,0,11,30).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 29.80%
CMYK:
(2,0,11,30)
C2M0Y11K30 
(2%,0%,11%,30%)
(0.02/0.00/0.11/0.30)	

CMYK percentages

%2.23
%0
%10.61
%29.8

Codes

Color #AFB3A0 in popluar color models

AFB3A0
RGB175179160
HSL73°11.11%66.47%
HSB/HSV73°10.61%70.20%
CMYK2.23%0.00%10.61%
29.80%

Color #AFB3A0 in popluar number systems.

HEXAFB3A0
Decimal175179160
Binary101011111011001110100000
Octal257263240

Shades and tints

Shades of #AFB3A0

#AFB3A0
(175,179,160)
#A0A392
(160,163,146)
#919384
(145,147,132)
#828376
(130,131,118)
#737368
(115,115,104)
#64635A
(100,99,90)
#55534C
(85,83,76)
#46433E
(70,67,62)
#373330
(55,51,48)
#282322
(40,35,34)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #AFB3A0

#AFB3A0
(175,179,160)
#B6B9A8
(182,185,168)
#BDBFB0
(189,191,176)
#C4C5B8
(196,197,184)
#CBCBC0
(203,203,192)
#D2D1C8
(210,209,200)
#D9D7D0
(217,215,208)
#E0DDD8
(224,221,216)
#E7E3E0
(231,227,224)
#EEE9E8
(238,233,232)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB3A0 color. Also use rgb(175,179,160) instead hex code.

Text Font Color

.myTextColor { color: #AFB3A0; }

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

This text font color is #AFB3A0.


Background Color

.myBgColor { background-color: #AFB3A0; }

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

This div background color is #AFB3A0.


Border color

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

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

This div border color is #AFB3A0.


Opacity

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

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

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

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

This text has shadow with #AFB3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB3A0 on black background.


Color preview on white background

This text has color #AFB3A0 on white background.



Black color preview on #AFB3A0 background

This text has black color on #AFB3A0 background.


White color preview on #AFB3A0 background

This text has white color on #AFB3A0 background.