COLOR #AFB9A0

HEX: #AFB9A0 RGB: (175,185,160)

Color info

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

RGB color model

#AFB9A0 color RGB value is (175,185,160).

RGB: (175,185,160) (69%, 73%, 63%)

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 160 of 255 = 63%

175
185
160

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

Portions of RGB colors in percentages

R + G + B = 175 + 185 + 160 = 520 (100%)
R 175 of 520 ~ 33.65%
G 185 of 520 ~ 35.58%
B 160 of 520 ~ 30.77'%

%33.65
%35.58
%30.77

CMYK color model

#AFB9A0 color CMYK value is (5,0,14,27).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 27.45%

CMYK: (5,0,14,27)
C5M0Y14K27 (5%, 0%, 14%, 27%)
(0.05 / 0.00 / 0.14 / 0.27)

CMYK percentages

%5.41
%0
%13.51
%27.45

Codes

Color #AFB9A0 in popluar color models

AF B9 A0
RGB 175 185 160
HSL 84° 15.15% 67.65%
HSB/HSV 84° 13.51% 72.55%
CMYK 5.41% 0.00% 13.51%
27.45%

Color #AFB9A0 in popluar number systems.

HEX AF B9 A0
Decimal 175 185 160
Binary 10101111 10111001 10100000
Octal 257 271 240

Shades and tints

Shades of #AFB9A0

#AFB9A0
(175,185,160)
#A0A992
(160,169,146)
#919984
(145,153,132)
#828976
(130,137,118)
#737968
(115,121,104)
#64695A
(100,105,90)
#55594C
(85,89,76)
#46493E
(70,73,62)
#373930
(55,57,48)
#282922
(40,41,34)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #AFB9A0

#AFB9A0
(175,185,160)
#B6BFA8
(182,191,168)
#BDC5B0
(189,197,176)
#C4CBB8
(196,203,184)
#CBD1C0
(203,209,192)
#D2D7C8
(210,215,200)
#D9DDD0
(217,221,208)
#E0E3D8
(224,227,216)
#E7E9E0
(231,233,224)
#EEEFE8
(238,239,232)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB9A0; }

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

This text font color is #AFB9A0.

Background Color

.myBgColor { background-color: #AFB9A0; }

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

This div background color is #AFB9A0.

Border color

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

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

This div border color is #AFB9A0.

Opacity

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

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

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

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

This text has shadow with #AFB9A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB9A0.

Preview

Color preview on black background

This text has color #AFB9A0 on black background.


Color preview on white background

This text has color #AFB9A0 on white background.


Black color preview on #AFB9A0 background

This text has black color on #AFB9A0 background.


White color preview on #AFB9A0 background

This text has white color on #AFB9A0 background.


Related colors

Complementary color

Complementary color for #hex is #50465F.


I love getcolorcode.com

Triadic colors

1 #A0AFB9 and #B9A0AF with #AFB9A0 are triadic colors.

2 #A0B9AF and #B9AFA0 with #AFB9A0 are triadic colors.