COLOR #AF9494

HEX: #AF9494
RGB: (175,148,148)

Color info

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

RGB color model

#AF9494 color RGB value is (175,148,148).

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

RGB channels and saturation

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

175
148
148

R + G + B ~ 62%. #AF9494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 148 + 148 = 471 (100%)
R 175 of 471 ~ 37.15%
G 148 of 471 ~ 31.42%
B 148 of 471 ~ 31.42%

%37.15
%31.42
%31.42

CMYK color model

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

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

CMYK percentages

%0
%15.43
%15.43
%31.37

Codes

Color #AF9494 in popluar color models

AF9494
RGB175148148
HSL14.44%63.33%
HSB/HSV15.43%68.63%
CMYK0.00%15.43%15.43%
31.37%

Color #AF9494 in popluar number systems.

HEXAF9494
Decimal175148148
Binary101011111001010010010100
Octal257224224

Shades and tints

Shades of #AF9494

#AF9494
(175,148,148)
#A08787
(160,135,135)
#917A7A
(145,122,122)
#826D6D
(130,109,109)
#736060
(115,96,96)
#645353
(100,83,83)
#554646
(85,70,70)
#463939
(70,57,57)
#372C2C
(55,44,44)
#281F1F
(40,31,31)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #AF9494

#AF9494
(175,148,148)
#B69D9D
(182,157,157)
#BDA6A6
(189,166,166)
#C4AFAF
(196,175,175)
#CBB8B8
(203,184,184)
#D2C1C1
(210,193,193)
#D9CACA
(217,202,202)
#E0D3D3
(224,211,211)
#E7DCDC
(231,220,220)
#EEE5E5
(238,229,229)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9494; }

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

This text font color is #AF9494.


Background Color

.myBgColor { background-color: #AF9494; }

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

This div background color is #AF9494.


Border color

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

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

This div border color is #AF9494.


Opacity

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

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

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

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

This text has shadow with #AF9494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9494 on black background.


Color preview on white background

This text has color #AF9494 on white background.



Black color preview on #AF9494 background

This text has black color on #AF9494 background.


White color preview on #AF9494 background

This text has white color on #AF9494 background.