COLOR #AF94A4

HEX: #AF94A4
RGB: (175,148,164)

Color info

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

RGB color model

#AF94A4 color RGB value is (175,148,164).

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

RGB channels and saturation

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

175
148
164

R + G + B ~ 64%. #AF94A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 148 + 164 = 487 (100%)
R 175 of 487 ~ 35.93%
G 148 of 487 ~ 30.39%
B 164 of 487 ~ 33.68%

%35.93
%30.39
%33.68

CMYK color model

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

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

CMYK percentages

%0
%15.43
%6.29
%31.37

Codes

Color #AF94A4 in popluar color models

AF94A4
RGB175148164
HSL324°14.44%63.33%
HSB/HSV324°15.43%68.63%
CMYK0.00%15.43%6.29%
31.37%

Color #AF94A4 in popluar number systems.

HEXAF94A4
Decimal175148164
Binary101011111001010010100100
Octal257224244

Shades and tints

Shades of #AF94A4

#AF94A4
(175,148,164)
#A08796
(160,135,150)
#917A88
(145,122,136)
#826D7A
(130,109,122)
#73606C
(115,96,108)
#64535E
(100,83,94)
#554650
(85,70,80)
#463942
(70,57,66)
#372C34
(55,44,52)
#281F26
(40,31,38)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #AF94A4

#AF94A4
(175,148,164)
#B69DAC
(182,157,172)
#BDA6B4
(189,166,180)
#C4AFBC
(196,175,188)
#CBB8C4
(203,184,196)
#D2C1CC
(210,193,204)
#D9CAD4
(217,202,212)
#E0D3DC
(224,211,220)
#E7DCE4
(231,220,228)
#EEE5EC
(238,229,236)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF94A4; }

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

This text font color is #AF94A4.


Background Color

.myBgColor { background-color: #AF94A4; }

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

This div background color is #AF94A4.


Border color

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

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

This div border color is #AF94A4.


Opacity

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

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

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

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

This text has shadow with #AF94A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF94A4 on black background.


Color preview on white background

This text has color #AF94A4 on white background.



Black color preview on #AF94A4 background

This text has black color on #AF94A4 background.


White color preview on #AF94A4 background

This text has white color on #AF94A4 background.