COLOR #AFB18D

HEX: #AFB18D RGB: (175,177,141)

Color info

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

RGB color model

#AFB18D color RGB value is (175,177,141).

RGB: (175,177,141) (69%, 69%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 141 of 255 = 55%

175
177
141

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

Portions of RGB colors in percentages

R + G + B = 175 + 177 + 141 = 493 (100%)
R 175 of 493 ~ 35.5%
G 177 of 493 ~ 35.9%
B 141 of 493 ~ 28.6'%

%35.5
%35.9
%28.6

CMYK color model

#AFB18D color CMYK value is (1,0,20,31).

  • cyan value is 1.13%
  • magenta value is 0.00%
  • yellow value is 20.34%
  • key color value is 30.59%
CMYK: (1,0,20,31) C1M0Y20K31 (1%,0%,20%,31%) (0.01/0.00/0.20/0.31) 

CMYK percentages

%1.13
%0
%20.34
%30.59

Codes

Color #AFB18D in popluar color models

AF B1 8D
RGB 175 177 141
HSL 63° 18.75% 62.35%
HSB/HSV 63° 20.34% 69.41%
CMYK 1.13% 0.00% 20.34%
30.59%

Color #AFB18D in popluar number systems.

HEX AF B1 8D
Decimal 175 177 141
Binary 10101111 10110001 10001101
Octal 257 261 215

Shades and tints

Shades of #AFB18D

#AFB18D
(175,177,141)
#A0A181
(160,161,129)
#919175
(145,145,117)
#828169
(130,129,105)
#73715D
(115,113,93)
#646151
(100,97,81)
#555145
(85,81,69)
#464139
(70,65,57)
#37312D
(55,49,45)
#282121
(40,33,33)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #AFB18D

#AFB18D
(175,177,141)
#B6B897
(182,184,151)
#BDBFA1
(189,191,161)
#C4C6AB
(196,198,171)
#CBCDB5
(203,205,181)
#D2D4BF
(210,212,191)
#D9DBC9
(217,219,201)
#E0E2D3
(224,226,211)
#E7E9DD
(231,233,221)
#EEF0E7
(238,240,231)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB18D; }

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

This text font color is #AFB18D.

Background Color

.myBgColor { background-color: #AFB18D; }

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

This div background color is #AFB18D.

Border color

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

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

This div border color is #AFB18D.

Opacity

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

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

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

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

This text has shadow with #AFB18D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB18D.

Preview

Color preview on black background

This text has color #AFB18D on black background.


Color preview on white background

This text has color #AFB18D on white background.


Black color preview on #AFB18D background

This text has black color on #AFB18D background.


White color preview on #AFB18D background

This text has white color on #AFB18D background.


Related colors

Complementary color

Complementary color for #hex is #504E72.


I love getcolorcode.com

Triadic colors

1 #8DAFB1 and #B18DAF with #AFB18D are triadic colors.

2 #8DB1AF and #B1AF8D with #AFB18D are triadic colors.