COLOR #AFB190

HEX: #AFB190
RGB: (175,177,144)

Color info

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

RGB color model

#AFB190 color RGB value is (175,177,144).

  • red value is 175;
  • green value is 177;
  • blue value is 144.
RGB:
(175,177,144)
(69%,69%,56%)

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 144 of 255 = 56%

175
177
144

R + G + B ~ 65%. #AFB190 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 177 + 144 = 496 (100%)
R 175 of 496 ~ 35.28%
G 177 of 496 ~ 35.69%
B 144 of 496 ~ 29.03%

%35.28
%35.69
%29.03

CMYK color model

#AFB190 color CMYK value is (1,0,19,31).

  • cyan value is 1.13%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK:
(1,0,19,31)
C1M0Y19K31 
(1%,0%,19%,31%)
(0.01/0.00/0.19/0.31)	

CMYK percentages

%1.13
%0
%18.64
%30.59

Codes

Color #AFB190 in popluar color models

AFB190
RGB175177144
HSL64°17.46%62.94%
HSB/HSV64°18.64%69.41%
CMYK1.13%0.00%18.64%
30.59%

Color #AFB190 in popluar number systems.

HEXAFB190
Decimal175177144
Binary101011111011000110010000
Octal257261220

Shades and tints

Shades of #AFB190

#AFB190
(175,177,144)
#A0A183
(160,161,131)
#919176
(145,145,118)
#828169
(130,129,105)
#73715C
(115,113,92)
#64614F
(100,97,79)
#555142
(85,81,66)
#464135
(70,65,53)
#373128
(55,49,40)
#28211B
(40,33,27)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #AFB190

#AFB190
(175,177,144)
#B6B89A
(182,184,154)
#BDBFA4
(189,191,164)
#C4C6AE
(196,198,174)
#CBCDB8
(203,205,184)
#D2D4C2
(210,212,194)
#D9DBCC
(217,219,204)
#E0E2D6
(224,226,214)
#E7E9E0
(231,233,224)
#EEF0EA
(238,240,234)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB190; }

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

This text font color is #AFB190.


Background Color

.myBgColor { background-color: #AFB190; }

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

This div background color is #AFB190.


Border color

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

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

This div border color is #AFB190.


Opacity

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

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

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

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

This text has shadow with #AFB190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB190 on black background.


Color preview on white background

This text has color #AFB190 on white background.



Black color preview on #AFB190 background

This text has black color on #AFB190 background.


White color preview on #AFB190 background

This text has white color on #AFB190 background.