COLOR #AFAB8F

HEX: #AFAB8F RGB: (175,171,143)

Color info

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

RGB color model

#AFAB8F color RGB value is (175,171,143).

RGB: (175,171,143) (69%, 67%, 56%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 143 of 255 = 56%

175
171
143

R + G + B ~ 64%. #AFAB8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 171 + 143 = 489 (100%)
R 175 of 489 ~ 35.79%
G 171 of 489 ~ 34.97%
B 143 of 489 ~ 29.24'%

%35.79
%34.97
%29.24

CMYK color model

#AFAB8F color CMYK value is (0,2,18,31).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 18.29%
  • key color value is 31.37%

CMYK: (0,2,18,31)
C0M2Y18K31 (0%, 2%, 18%, 31%)
(0.00 / 0.02 / 0.18 / 0.31)

CMYK percentages

%0
%2.29
%18.29
%31.37

Codes

Color #AFAB8F in popluar color models

AF AB 8F
RGB 175 171 143
HSL 53° 16.67% 62.35%
HSB/HSV 53° 18.29% 68.63%
CMYK 0.00% 2.29% 18.29%
31.37%

Color #AFAB8F in popluar number systems.

HEX AF AB 8F
Decimal 175 171 143
Binary 10101111 10101011 10001111
Octal 257 253 217

Shades and tints

Shades of #AFAB8F

#AFAB8F
(175,171,143)
#A09C82
(160,156,130)
#918D75
(145,141,117)
#827E68
(130,126,104)
#736F5B
(115,111,91)
#64604E
(100,96,78)
#555141
(85,81,65)
#464234
(70,66,52)
#373327
(55,51,39)
#28241A
(40,36,26)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #AFAB8F

#AFAB8F
(175,171,143)
#B6B299
(182,178,153)
#BDB9A3
(189,185,163)
#C4C0AD
(196,192,173)
#CBC7B7
(203,199,183)
#D2CEC1
(210,206,193)
#D9D5CB
(217,213,203)
#E0DCD5
(224,220,213)
#E7E3DF
(231,227,223)
#EEEAE9
(238,234,233)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAB8F color. Also use rgb(175,171,143) instead hex code.

Text Font Color

.myTextColor { color: #AFAB8F; }

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

This text font color is #AFAB8F.

Background Color

.myBgColor { background-color: #AFAB8F; }

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

This div background color is #AFAB8F.

Border color

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

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

This div border color is #AFAB8F.

Opacity

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

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

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

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

This text has shadow with #AFAB8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAB8F.

Preview

Color preview on black background

This text has color #AFAB8F on black background.


Color preview on white background

This text has color #AFAB8F on white background.


Black color preview on #AFAB8F background

This text has black color on #AFAB8F background.


White color preview on #AFAB8F background

This text has white color on #AFAB8F background.


Related colors

Complementary color

Complementary color for #hex is #505470.


I love getcolorcode.com

Triadic colors

1 #8FAFAB and #AB8FAF with #AFAB8F are triadic colors.

2 #8FABAF and #ABAF8F with #AFAB8F are triadic colors.