COLOR #AF9491

HEX: #AF9491
RGB: (175,148,145)

Color info

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

RGB color model

#AF9491 color RGB value is (175,148,145).

  • red value is 175;
  • green value is 148;
  • blue value is 145.
RGB:
(175,148,145)
(69%,58%,57%)

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 145 of 255 = 57%

175
148
145

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

Portions of RGB colors in percentages

R + G + B =
175 + 148 + 145 = 468 (100%)
R 175 of 468 ~ 37.39%
G 148 of 468 ~ 31.62%
B 145 of 468 ~ 30.98%

%37.39
%31.62
%30.98

CMYK color model

#AF9491 color CMYK value is (0,15,17,31).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 17.14%
  • key color value is 31.37%
CMYK:
(0,15,17,31)
C0M15Y17K31 
(0%,15%,17%,31%)
(0.00/0.15/0.17/0.31)	

CMYK percentages

%0
%15.43
%17.14
%31.37

Codes

Color #AF9491 in popluar color models

AF9491
RGB175148145
HSL15.79%62.75%
HSB/HSV17.14%68.63%
CMYK0.00%15.43%17.14%
31.37%

Color #AF9491 in popluar number systems.

HEXAF9491
Decimal175148145
Binary101011111001010010010001
Octal257224221

Shades and tints

Shades of #AF9491

#AF9491
(175,148,145)
#A08784
(160,135,132)
#917A77
(145,122,119)
#826D6A
(130,109,106)
#73605D
(115,96,93)
#645350
(100,83,80)
#554643
(85,70,67)
#463936
(70,57,54)
#372C29
(55,44,41)
#281F1C
(40,31,28)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #AF9491

#AF9491
(175,148,145)
#B69D9B
(182,157,155)
#BDA6A5
(189,166,165)
#C4AFAF
(196,175,175)
#CBB8B9
(203,184,185)
#D2C1C3
(210,193,195)
#D9CACD
(217,202,205)
#E0D3D7
(224,211,215)
#E7DCE1
(231,220,225)
#EEE5EB
(238,229,235)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9491 color. Also use rgb(175,148,145) instead hex code.

Text Font Color

.myTextColor { color: #AF9491; }

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

This text font color is #AF9491.


Background Color

.myBgColor { background-color: #AF9491; }

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

This div background color is #AF9491.


Border color

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

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

This div border color is #AF9491.


Opacity

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

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

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

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

This text has shadow with #AF9491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9491 on black background.


Color preview on white background

This text has color #AF9491 on white background.



Black color preview on #AF9491 background

This text has black color on #AF9491 background.


White color preview on #AF9491 background

This text has white color on #AF9491 background.