COLOR #AF8695

HEX: #AF8695
RGB: (175,134,149)

Color info

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

RGB color model

#AF8695 color RGB value is (175,134,149).

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

RGB channels and saturation

R 175 of 255 = 69%
G 134 of 255 = 53%
B 149 of 255 = 58%

175
134
149

R + G + B ~ 60%. #AF8695 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 134 + 149 = 458 (100%)
R 175 of 458 ~ 38.21%
G 134 of 458 ~ 29.26%
B 149 of 458 ~ 32.53%

%38.21
%29.26
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.43%
  • yellow value is 14.86%
  • key color value is 31.37%
CMYK:
(0,23,15,31)
C0M23Y15K31 
(0%,23%,15%,31%)
(0.00/0.23/0.15/0.31)	

CMYK percentages

%0
%23.43
%14.86
%31.37

Codes

Color #AF8695 in popluar color models

AF8695
RGB175134149
HSL338°20.40%60.59%
HSB/HSV338°23.43%68.63%
CMYK0.00%23.43%14.86%
31.37%

Color #AF8695 in popluar number systems.

HEXAF8695
Decimal175134149
Binary101011111000011010010101
Octal257206225

Shades and tints

Shades of #AF8695

#AF8695
(175,134,149)
#A07A88
(160,122,136)
#916E7B
(145,110,123)
#82626E
(130,98,110)
#735661
(115,86,97)
#644A54
(100,74,84)
#553E47
(85,62,71)
#46323A
(70,50,58)
#37262D
(55,38,45)
#281A20
(40,26,32)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #AF8695

#AF8695
(175,134,149)
#B6919E
(182,145,158)
#BD9CA7
(189,156,167)
#C4A7B0
(196,167,176)
#CBB2B9
(203,178,185)
#D2BDC2
(210,189,194)
#D9C8CB
(217,200,203)
#E0D3D4
(224,211,212)
#E7DEDD
(231,222,221)
#EEE9E6
(238,233,230)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8695; }

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

This text font color is #AF8695.


Background Color

.myBgColor { background-color: #AF8695; }

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

This div background color is #AF8695.


Border color

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

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

This div border color is #AF8695.


Opacity

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

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

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

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

This text has shadow with #AF8695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8695 on black background.


Color preview on white background

This text has color #AF8695 on white background.



Black color preview on #AF8695 background

This text has black color on #AF8695 background.


White color preview on #AF8695 background

This text has white color on #AF8695 background.