COLOR #AFB095

HEX: #AFB095
RGB: (175,176,149)

Color info

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

RGB color model

#AFB095 color RGB value is (175,176,149).

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

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 149 of 255 = 58%

175
176
149

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

Portions of RGB colors in percentages

R + G + B =
175 + 176 + 149 = 500 (100%)
R 175 of 500 ~ 35%
G 176 of 500 ~ 35.2%
B 149 of 500 ~ 29.8%

%35
%35.2
%29.8

CMYK color model

#AFB095 color CMYK value is (1,0,15,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 30.98%
CMYK:
(1,0,15,31)
C1M0Y15K31 
(1%,0%,15%,31%)
(0.01/0.00/0.15/0.31)	

CMYK percentages

%0.57
%0
%15.34
%30.98

Codes

Color #AFB095 in popluar color models

AFB095
RGB175176149
HSL62°14.59%63.73%
HSB/HSV62°15.34%69.02%
CMYK0.57%0.00%15.34%
30.98%

Color #AFB095 in popluar number systems.

HEXAFB095
Decimal175176149
Binary101011111011000010010101
Octal257260225

Shades and tints

Shades of #AFB095

#AFB095
(175,176,149)
#A0A088
(160,160,136)
#91907B
(145,144,123)
#82806E
(130,128,110)
#737061
(115,112,97)
#646054
(100,96,84)
#555047
(85,80,71)
#46403A
(70,64,58)
#37302D
(55,48,45)
#282020
(40,32,32)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #AFB095

#AFB095
(175,176,149)
#B6B79E
(182,183,158)
#BDBEA7
(189,190,167)
#C4C5B0
(196,197,176)
#CBCCB9
(203,204,185)
#D2D3C2
(210,211,194)
#D9DACB
(217,218,203)
#E0E1D4
(224,225,212)
#E7E8DD
(231,232,221)
#EEEFE6
(238,239,230)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB095; }

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

This text font color is #AFB095.


Background Color

.myBgColor { background-color: #AFB095; }

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

This div background color is #AFB095.


Border color

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

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

This div border color is #AFB095.


Opacity

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

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

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

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

This text has shadow with #AFB095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB095 on black background.


Color preview on white background

This text has color #AFB095 on white background.



Black color preview on #AFB095 background

This text has black color on #AFB095 background.


White color preview on #AFB095 background

This text has white color on #AFB095 background.