COLOR #AF5F77

HEX: #AF5F77
RGB: (175,95,119)

Color info

#AF5F77 contains mainly red and blue colors. Web safe color of #AF5F77 is #996666 (or #966).

RGB color model

#AF5F77 color RGB value is (175,95,119).

  • red value is 175;
  • green value is 95;
  • blue value is 119.
RGB:
(175,95,119)
(69%,37%,47%)

RGB channels and saturation

R 175 of 255 = 69%
G 95 of 255 = 37%
B 119 of 255 = 47%

175
95
119

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

Portions of RGB colors in percentages

R + G + B =
175 + 95 + 119 = 389 (100%)
R 175 of 389 ~ 44.99%
G 95 of 389 ~ 24.42%
B 119 of 389 ~ 30.59%

%44.99
%24.42
%30.59

CMYK color model

#AF5F77 color CMYK value is (0,46,32,31).

  • cyan value is 0.00%
  • magenta value is 45.71%
  • yellow value is 32.00%
  • key color value is 31.37%
CMYK:
(0,46,32,31)
C0M46Y32K31 
(0%,46%,32%,31%)
(0.00/0.46/0.32/0.31)	

CMYK percentages

%0
%45.71
%32
%31.37

Codes

Color #AF5F77 in popluar color models

AF5F77
RGB17595119
HSL342°33.33%52.94%
HSB/HSV342°45.71%68.63%
CMYK0.00%45.71%32.00%
31.37%

Color #AF5F77 in popluar number systems.

HEXAF5F77
Decimal17595119
Binary1010111110111111110111
Octal257137167

Shades and tints

Shades of #AF5F77

#AF5F77
(175,95,119)
#A0576D
(160,87,109)
#914F63
(145,79,99)
#824759
(130,71,89)
#733F4F
(115,63,79)
#643745
(100,55,69)
#552F3B
(85,47,59)
#462731
(70,39,49)
#371F27
(55,31,39)
#28171D
(40,23,29)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #AF5F77

#AF5F77
(175,95,119)
#B66D83
(182,109,131)
#BD7B8F
(189,123,143)
#C4899B
(196,137,155)
#CB97A7
(203,151,167)
#D2A5B3
(210,165,179)
#D9B3BF
(217,179,191)
#E0C1CB
(224,193,203)
#E7CFD7
(231,207,215)
#EEDDE3
(238,221,227)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF5F77; }

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

This text font color is #AF5F77.


Background Color

.myBgColor { background-color: #AF5F77; }

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

This div background color is #AF5F77.


Border color

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

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

This div border color is #AF5F77.


Opacity

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

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

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

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

This text has shadow with #AF5F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5F77 on black background.


Color preview on white background

This text has color #AF5F77 on white background.



Black color preview on #AF5F77 background

This text has black color on #AF5F77 background.


White color preview on #AF5F77 background

This text has white color on #AF5F77 background.