COLOR #AFB5A4

HEX: #AFB5A4
RGB: (175,181,164)

Color info

#AFB5A4 contains red, green and blue colors in about the same proportion. Web safe color of #AFB5A4 is #99CC99 (or #9C9).

RGB color model

#AFB5A4 color RGB value is (175,181,164).

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

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 164 of 255 = 64%

175
181
164

R + G + B ~ 68%. #AFB5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 181 + 164 = 520 (100%)
R 175 of 520 ~ 33.65%
G 181 of 520 ~ 34.81%
B 164 of 520 ~ 31.54%

%33.65
%34.81
%31.54

CMYK color model

#AFB5A4 color CMYK value is (3,0,9,29).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 29.02%
CMYK:
(3,0,9,29)
C3M0Y9K29 
(3%,0%,9%,29%)
(0.03/0.00/0.09/0.29)	

CMYK percentages

%3.31
%0
%9.39
%29.02

Codes

Color #AFB5A4 in popluar color models

AFB5A4
RGB175181164
HSL81°10.30%67.65%
HSB/HSV81°9.39%70.98%
CMYK3.31%0.00%9.39%
29.02%

Color #AFB5A4 in popluar number systems.

HEXAFB5A4
Decimal175181164
Binary101011111011010110100100
Octal257265244

Shades and tints

Shades of #AFB5A4

#AFB5A4
(175,181,164)
#A0A596
(160,165,150)
#919588
(145,149,136)
#82857A
(130,133,122)
#73756C
(115,117,108)
#64655E
(100,101,94)
#555550
(85,85,80)
#464542
(70,69,66)
#373534
(55,53,52)
#282526
(40,37,38)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #AFB5A4

#AFB5A4
(175,181,164)
#B6BBAC
(182,187,172)
#BDC1B4
(189,193,180)
#C4C7BC
(196,199,188)
#CBCDC4
(203,205,196)
#D2D3CC
(210,211,204)
#D9D9D4
(217,217,212)
#E0DFDC
(224,223,220)
#E7E5E4
(231,229,228)
#EEEBEC
(238,235,236)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB5A4; }

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

This text font color is #AFB5A4.


Background Color

.myBgColor { background-color: #AFB5A4; }

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

This div background color is #AFB5A4.


Border color

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

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

This div border color is #AFB5A4.


Opacity

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

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

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

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

This text has shadow with #AFB5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB5A4 on black background.


Color preview on white background

This text has color #AFB5A4 on white background.



Black color preview on #AFB5A4 background

This text has black color on #AFB5A4 background.


White color preview on #AFB5A4 background

This text has white color on #AFB5A4 background.