COLOR #AFB090

HEX: #AFB090
RGB: (175,176,144)

Color info

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

RGB color model

#AFB090 color RGB value is (175,176,144).

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

RGB channels and saturation

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

175
176
144

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

Portions of RGB colors in percentages

R + G + B =
175 + 176 + 144 = 495 (100%)
R 175 of 495 ~ 35.35%
G 176 of 495 ~ 35.56%
B 144 of 495 ~ 29.09%

%35.35
%35.56
%29.09

CMYK color model

#AFB090 color CMYK value is (1,0,18,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 30.98%
CMYK:
(1,0,18,31)
C1M0Y18K31 
(1%,0%,18%,31%)
(0.01/0.00/0.18/0.31)	

CMYK percentages

%0.57
%0
%18.18
%30.98

Codes

Color #AFB090 in popluar color models

AFB090
RGB175176144
HSL62°16.84%62.75%
HSB/HSV62°18.18%69.02%
CMYK0.57%0.00%18.18%
30.98%

Color #AFB090 in popluar number systems.

HEXAFB090
Decimal175176144
Binary101011111011000010010000
Octal257260220

Shades and tints

Shades of #AFB090

#AFB090
(175,176,144)
#A0A083
(160,160,131)
#919076
(145,144,118)
#828069
(130,128,105)
#73705C
(115,112,92)
#64604F
(100,96,79)
#555042
(85,80,66)
#464035
(70,64,53)
#373028
(55,48,40)
#28201B
(40,32,27)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #AFB090

#AFB090
(175,176,144)
#B6B79A
(182,183,154)
#BDBEA4
(189,190,164)
#C4C5AE
(196,197,174)
#CBCCB8
(203,204,184)
#D2D3C2
(210,211,194)
#D9DACC
(217,218,204)
#E0E1D6
(224,225,214)
#E7E8E0
(231,232,224)
#EEEFEA
(238,239,234)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB090; }

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

This text font color is #AFB090.


Background Color

.myBgColor { background-color: #AFB090; }

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

This div background color is #AFB090.


Border color

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

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

This div border color is #AFB090.


Opacity

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

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

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

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

This text has shadow with #AFB090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB090 on black background.


Color preview on white background

This text has color #AFB090 on white background.



Black color preview on #AFB090 background

This text has black color on #AFB090 background.


White color preview on #AFB090 background

This text has white color on #AFB090 background.