COLOR #AFB5AA

HEX: #AFB5AA
RGB: (175,181,170)

Color info

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

RGB color model

#AFB5AA color RGB value is (175,181,170).

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

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 170 of 255 = 67%

175
181
170

R + G + B ~ 69%. #AFB5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 181 + 170 = 526 (100%)
R 175 of 526 ~ 33.27%
G 181 of 526 ~ 34.41%
B 170 of 526 ~ 32.32%

%33.27
%34.41
%32.32

CMYK color model

#AFB5AA color CMYK value is (3,0,6,29).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 6.08%
  • key color value is 29.02%
CMYK:
(3,0,6,29)
C3M0Y6K29 
(3%,0%,6%,29%)
(0.03/0.00/0.06/0.29)	

CMYK percentages

%3.31
%0
%6.08
%29.02

Codes

Color #AFB5AA in popluar color models

AFB5AA
RGB175181170
HSL93°6.92%68.82%
HSB/HSV93°6.08%70.98%
CMYK3.31%0.00%6.08%
29.02%

Color #AFB5AA in popluar number systems.

HEXAFB5AA
Decimal175181170
Binary101011111011010110101010
Octal257265252

Shades and tints

Shades of #AFB5AA

#AFB5AA
(175,181,170)
#A0A59B
(160,165,155)
#91958C
(145,149,140)
#82857D
(130,133,125)
#73756E
(115,117,110)
#64655F
(100,101,95)
#555550
(85,85,80)
#464541
(70,69,65)
#373532
(55,53,50)
#282523
(40,37,35)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AFB5AA

#AFB5AA
(175,181,170)
#B6BBB1
(182,187,177)
#BDC1B8
(189,193,184)
#C4C7BF
(196,199,191)
#CBCDC6
(203,205,198)
#D2D3CD
(210,211,205)
#D9D9D4
(217,217,212)
#E0DFDB
(224,223,219)
#E7E5E2
(231,229,226)
#EEEBE9
(238,235,233)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB5AA; }

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

This text font color is #AFB5AA.


Background Color

.myBgColor { background-color: #AFB5AA; }

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

This div background color is #AFB5AA.


Border color

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

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

This div border color is #AFB5AA.


Opacity

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

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

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

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

This text has shadow with #AFB5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB5AA on black background.


Color preview on white background

This text has color #AFB5AA on white background.



Black color preview on #AFB5AA background

This text has black color on #AFB5AA background.


White color preview on #AFB5AA background

This text has white color on #AFB5AA background.