COLOR #AF8595

HEX: #AF8595
RGB: (175,133,149)

Color info

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

RGB color model

#AF8595 color RGB value is (175,133,149).

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

RGB channels and saturation

R 175 of 255 = 69%
G 133 of 255 = 52%
B 149 of 255 = 58%

175
133
149

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

Portions of RGB colors in percentages

R + G + B =
175 + 133 + 149 = 457 (100%)
R 175 of 457 ~ 38.29%
G 133 of 457 ~ 29.1%
B 149 of 457 ~ 32.6%

%38.29
%29.1
%32.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 14.86%
  • key color value is 31.37%
CMYK:
(0,24,15,31)
C0M24Y15K31 
(0%,24%,15%,31%)
(0.00/0.24/0.15/0.31)	

CMYK percentages

%0
%24
%14.86
%31.37

Codes

Color #AF8595 in popluar color models

AF8595
RGB175133149
HSL337°20.79%60.39%
HSB/HSV337°24.00%68.63%
CMYK0.00%24.00%14.86%
31.37%

Color #AF8595 in popluar number systems.

HEXAF8595
Decimal175133149
Binary101011111000010110010101
Octal257205225

Shades and tints

Shades of #AF8595

#AF8595
(175,133,149)
#A07988
(160,121,136)
#916D7B
(145,109,123)
#82616E
(130,97,110)
#735561
(115,85,97)
#644954
(100,73,84)
#553D47
(85,61,71)
#46313A
(70,49,58)
#37252D
(55,37,45)
#281920
(40,25,32)
#190D13
(25,13,19)
#000000
(0,0,0)

Tints of #AF8595

#AF8595
(175,133,149)
#B6909E
(182,144,158)
#BD9BA7
(189,155,167)
#C4A6B0
(196,166,176)
#CBB1B9
(203,177,185)
#D2BCC2
(210,188,194)
#D9C7CB
(217,199,203)
#E0D2D4
(224,210,212)
#E7DDDD
(231,221,221)
#EEE8E6
(238,232,230)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8595; }

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

This text font color is #AF8595.


Background Color

.myBgColor { background-color: #AF8595; }

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

This div background color is #AF8595.


Border color

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

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

This div border color is #AF8595.


Opacity

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

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

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

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

This text has shadow with #AF8595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8595 on black background.


Color preview on white background

This text has color #AF8595 on white background.



Black color preview on #AF8595 background

This text has black color on #AF8595 background.


White color preview on #AF8595 background

This text has white color on #AF8595 background.