COLOR #AFAB8D

HEX: #AFAB8D RGB: (175,171,141)

Color info

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

RGB color model

#AFAB8D color RGB value is (175,171,141).

RGB: (175,171,141) (69%, 67%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 141 of 255 = 55%

175
171
141

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

Portions of RGB colors in percentages

R + G + B = 175 + 171 + 141 = 487 (100%)
R 175 of 487 ~ 35.93%
G 171 of 487 ~ 35.11%
B 141 of 487 ~ 28.95'%

%35.93
%35.11
%28.95

CMYK color model

#AFAB8D color CMYK value is (0,2,19,31).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 19.43%
  • key color value is 31.37%
CMYK: (0,2,19,31) C0M2Y19K31 (0%,2%,19%,31%) (0.00/0.02/0.19/0.31) 

CMYK percentages

%0
%2.29
%19.43
%31.37

Codes

Color #AFAB8D in popluar color models

AF AB 8D
RGB 175 171 141
HSL 53° 17.53% 61.96%
HSB/HSV 53° 19.43% 68.63%
CMYK 0.00% 2.29% 19.43%
31.37%

Color #AFAB8D in popluar number systems.

HEX AF AB 8D
Decimal 175 171 141
Binary 10101111 10101011 10001101
Octal 257 253 215

Shades and tints

Shades of #AFAB8D

#AFAB8D
(175,171,141)
#A09C81
(160,156,129)
#918D75
(145,141,117)
#827E69
(130,126,105)
#736F5D
(115,111,93)
#646051
(100,96,81)
#555145
(85,81,69)
#464239
(70,66,57)
#37332D
(55,51,45)
#282421
(40,36,33)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AFAB8D

#AFAB8D
(175,171,141)
#B6B297
(182,178,151)
#BDB9A1
(189,185,161)
#C4C0AB
(196,192,171)
#CBC7B5
(203,199,181)
#D2CEBF
(210,206,191)
#D9D5C9
(217,213,201)
#E0DCD3
(224,220,211)
#E7E3DD
(231,227,221)
#EEEAE7
(238,234,231)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAB8D; }

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

This text font color is #AFAB8D.

Background Color

.myBgColor { background-color: #AFAB8D; }

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

This div background color is #AFAB8D.

Border color

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

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

This div border color is #AFAB8D.

Opacity

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

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

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

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

This text has shadow with #AFAB8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAB8D.

Preview

Color preview on black background

This text has color #AFAB8D on black background.


Color preview on white background

This text has color #AFAB8D on white background.


Black color preview on #AFAB8D background

This text has black color on #AFAB8D background.


White color preview on #AFAB8D background

This text has white color on #AFAB8D background.


Related colors

Complementary color

Complementary color for #hex is #505472.


I love getcolorcode.com

Triadic colors

1 #8DAFAB and #AB8DAF with #AFAB8D are triadic colors.

2 #8DABAF and #ABAF8D with #AFAB8D are triadic colors.