COLOR #AFB186

HEX: #AFB186 RGB: (175,177,134)

Color info

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

RGB color model

#AFB186 color RGB value is (175,177,134).

RGB: (175,177,134) (69%, 69%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 134 of 255 = 53%

175
177
134

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

Portions of RGB colors in percentages

R + G + B = 175 + 177 + 134 = 486 (100%)
R 175 of 486 ~ 36.01%
G 177 of 486 ~ 36.42%
B 134 of 486 ~ 27.57'%

%36.01
%36.42
%27.57

CMYK color model

#AFB186 color CMYK value is (1,0,24,31).

  • cyan value is 1.13%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 30.59%

CMYK: (1,0,24,31)
C1M0Y24K31 (1%, 0%, 24%, 31%)
(0.01 / 0.00 / 0.24 / 0.31)

CMYK percentages

%1.13
%0
%24.29
%30.59

Codes

Color #AFB186 in popluar color models

AF B1 86
RGB 175 177 134
HSL 63° 21.61% 60.98%
HSB/HSV 63° 24.29% 69.41%
CMYK 1.13% 0.00% 24.29%
30.59%

Color #AFB186 in popluar number systems.

HEX AF B1 86
Decimal 175 177 134
Binary 10101111 10110001 10000110
Octal 257 261 206

Shades and tints

Shades of #AFB186

#AFB186
(175,177,134)
#A0A17A
(160,161,122)
#91916E
(145,145,110)
#828162
(130,129,98)
#737156
(115,113,86)
#64614A
(100,97,74)
#55513E
(85,81,62)
#464132
(70,65,50)
#373126
(55,49,38)
#28211A
(40,33,26)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #AFB186

#AFB186
(175,177,134)
#B6B891
(182,184,145)
#BDBF9C
(189,191,156)
#C4C6A7
(196,198,167)
#CBCDB2
(203,205,178)
#D2D4BD
(210,212,189)
#D9DBC8
(217,219,200)
#E0E2D3
(224,226,211)
#E7E9DE
(231,233,222)
#EEF0E9
(238,240,233)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB186; }

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

This text font color is #AFB186.

Background Color

.myBgColor { background-color: #AFB186; }

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

This div background color is #AFB186.

Border color

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

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

This div border color is #AFB186.

Opacity

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

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

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

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

This text has shadow with #AFB186 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB186.

Preview

Color preview on black background

This text has color #AFB186 on black background.


Color preview on white background

This text has color #AFB186 on white background.


Black color preview on #AFB186 background

This text has black color on #AFB186 background.


White color preview on #AFB186 background

This text has white color on #AFB186 background.


Related colors

Complementary color

Complementary color for #hex is #504E79.


I love getcolorcode.com

Triadic colors

1 #86AFB1 and #B186AF with #AFB186 are triadic colors.

2 #86B1AF and #B1AF86 with #AFB186 are triadic colors.