COLOR #AF9095

HEX: #AF9095
RGB: (175,144,149)

Color info

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

RGB color model

#AF9095 color RGB value is (175,144,149).

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

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 149 of 255 = 58%

175
144
149

R + G + B ~ 61%. #AF9095 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 144 + 149 = 468 (100%)
R 175 of 468 ~ 37.39%
G 144 of 468 ~ 30.77%
B 149 of 468 ~ 31.84%

%37.39
%30.77
%31.84

CMYK color model

#AF9095 color CMYK value is (0,18,15,31).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 14.86%
  • key color value is 31.37%
CMYK:
(0,18,15,31)
C0M18Y15K31 
(0%,18%,15%,31%)
(0.00/0.18/0.15/0.31)	

CMYK percentages

%0
%17.71
%14.86
%31.37

Codes

Color #AF9095 in popluar color models

AF9095
RGB175144149
HSL350°16.23%62.55%
HSB/HSV350°17.71%68.63%
CMYK0.00%17.71%14.86%
31.37%

Color #AF9095 in popluar number systems.

HEXAF9095
Decimal175144149
Binary101011111001000010010101
Octal257220225

Shades and tints

Shades of #AF9095

#AF9095
(175,144,149)
#A08388
(160,131,136)
#91767B
(145,118,123)
#82696E
(130,105,110)
#735C61
(115,92,97)
#644F54
(100,79,84)
#554247
(85,66,71)
#46353A
(70,53,58)
#37282D
(55,40,45)
#281B20
(40,27,32)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #AF9095

#AF9095
(175,144,149)
#B69A9E
(182,154,158)
#BDA4A7
(189,164,167)
#C4AEB0
(196,174,176)
#CBB8B9
(203,184,185)
#D2C2C2
(210,194,194)
#D9CCCB
(217,204,203)
#E0D6D4
(224,214,212)
#E7E0DD
(231,224,221)
#EEEAE6
(238,234,230)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9095; }

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

This text font color is #AF9095.


Background Color

.myBgColor { background-color: #AF9095; }

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

This div background color is #AF9095.


Border color

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

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

This div border color is #AF9095.


Opacity

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

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

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

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

This text has shadow with #AF9095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9095 on black background.


Color preview on white background

This text has color #AF9095 on white background.



Black color preview on #AF9095 background

This text has black color on #AF9095 background.


White color preview on #AF9095 background

This text has white color on #AF9095 background.