COLOR #AF9694

HEX: #AF9694
RGB: (175,150,148)

Color info

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

RGB color model

#AF9694 color RGB value is (175,150,148).

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

RGB channels and saturation

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

175
150
148

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

Portions of RGB colors in percentages

R + G + B =
175 + 150 + 148 = 473 (100%)
R 175 of 473 ~ 37%
G 150 of 473 ~ 31.71%
B 148 of 473 ~ 31.29%

%37
%31.71
%31.29

CMYK color model

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

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

CMYK percentages

%0
%14.29
%15.43
%31.37

Codes

Color #AF9694 in popluar color models

AF9694
RGB175150148
HSL14.44%63.33%
HSB/HSV15.43%68.63%
CMYK0.00%14.29%15.43%
31.37%

Color #AF9694 in popluar number systems.

HEXAF9694
Decimal175150148
Binary101011111001011010010100
Octal257226224

Shades and tints

Shades of #AF9694

#AF9694
(175,150,148)
#A08987
(160,137,135)
#917C7A
(145,124,122)
#826F6D
(130,111,109)
#736260
(115,98,96)
#645553
(100,85,83)
#554846
(85,72,70)
#463B39
(70,59,57)
#372E2C
(55,46,44)
#28211F
(40,33,31)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #AF9694

#AF9694
(175,150,148)
#B69F9D
(182,159,157)
#BDA8A6
(189,168,166)
#C4B1AF
(196,177,175)
#CBBAB8
(203,186,184)
#D2C3C1
(210,195,193)
#D9CCCA
(217,204,202)
#E0D5D3
(224,213,211)
#E7DEDC
(231,222,220)
#EEE7E5
(238,231,229)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9694; }

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

This text font color is #AF9694.


Background Color

.myBgColor { background-color: #AF9694; }

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

This div background color is #AF9694.


Border color

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

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

This div border color is #AF9694.


Opacity

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

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

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

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

This text has shadow with #AF9694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9694 on black background.


Color preview on white background

This text has color #AF9694 on white background.



Black color preview on #AF9694 background

This text has black color on #AF9694 background.


White color preview on #AF9694 background

This text has white color on #AF9694 background.