COLOR #AFB4A9

HEX: #AFB4A9 RGB: (175,180,169)

Color info

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

RGB color model

#AFB4A9 color RGB value is (175,180,169).

RGB: (175,180,169) (69%, 71%, 66%)

RGB channels and saturation

R 175 of 255 = 69%
G 180 of 255 = 71%
B 169 of 255 = 66%

175
180
169

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

Portions of RGB colors in percentages

R + G + B = 175 + 180 + 169 = 524 (100%)
R 175 of 524 ~ 33.4%
G 180 of 524 ~ 34.35%
B 169 of 524 ~ 32.25'%

%33.4
%34.35
%32.25

CMYK color model

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

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 6.11%
  • key color value is 29.41%

CMYK: (3,0,6,29)
C3M0Y6K29 (3%, 0%, 6%, 29%)
(0.03 / 0.00 / 0.06 / 0.29)

CMYK percentages

%2.78
%0
%6.11
%29.41

Codes

Color #AFB4A9 in popluar color models

AF B4 A9
RGB 175 180 169
HSL 87° 6.83% 68.43%
HSB/HSV 87° 6.11% 70.59%
CMYK 2.78% 0.00% 6.11%
29.41%

Color #AFB4A9 in popluar number systems.

HEX AF B4 A9
Decimal 175 180 169
Binary 10101111 10110100 10101001
Octal 257 264 251

Shades and tints

Shades of #AFB4A9

#AFB4A9
(175,180,169)
#A0A49A
(160,164,154)
#91948B
(145,148,139)
#82847C
(130,132,124)
#73746D
(115,116,109)
#64645E
(100,100,94)
#55544F
(85,84,79)
#464440
(70,68,64)
#373431
(55,52,49)
#282422
(40,36,34)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AFB4A9

#AFB4A9
(175,180,169)
#B6BAB0
(182,186,176)
#BDC0B7
(189,192,183)
#C4C6BE
(196,198,190)
#CBCCC5
(203,204,197)
#D2D2CC
(210,210,204)
#D9D8D3
(217,216,211)
#E0DEDA
(224,222,218)
#E7E4E1
(231,228,225)
#EEEAE8
(238,234,232)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB4A9 color. Also use rgb(175,180,169) instead hex code.

Text Font Color

.myTextColor { color: #AFB4A9; }

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

This text font color is #AFB4A9.

Background Color

.myBgColor { background-color: #AFB4A9; }

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

This div background color is #AFB4A9.

Border color

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

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

This div border color is #AFB4A9.

Opacity

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

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

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

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

This text has shadow with #AFB4A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB4A9.

Preview

Color preview on black background

This text has color #AFB4A9 on black background.


Color preview on white background

This text has color #AFB4A9 on white background.


Black color preview on #AFB4A9 background

This text has black color on #AFB4A9 background.


White color preview on #AFB4A9 background

This text has white color on #AFB4A9 background.


Related colors

Complementary color

Complementary color for #hex is #504B56.


I love getcolorcode.com

Triadic colors

1 #A9AFB4 and #B4A9AF with #AFB4A9 are triadic colors.

2 #A9B4AF and #B4AFA9 with #AFB4A9 are triadic colors.