COLOR #AF5763

HEX: #AF5763
RGB: (175,87,99)

Color info

#AF5763 contains mainly red color. Web safe color of #AF5763 is #996666 (or #966).

RGB color model

#AF5763 color RGB value is (175,87,99).

  • red value is 175;
  • green value is 87;
  • blue value is 99.
RGB:
(175,87,99)
(69%,34%,39%)

RGB channels and saturation

R 175 of 255 = 69%
G 87 of 255 = 34%
B 99 of 255 = 39%

175
87
99

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

Portions of RGB colors in percentages

R + G + B =
175 + 87 + 99 = 361 (100%)
R 175 of 361 ~ 48.48%
G 87 of 361 ~ 24.1%
B 99 of 361 ~ 27.42%

%48.48
%24.1
%27.42

CMYK color model

#AF5763 color CMYK value is (0,50,43,31).

  • cyan value is 0.00%
  • magenta value is 50.29%
  • yellow value is 43.43%
  • key color value is 31.37%
CMYK:
(0,50,43,31)
C0M50Y43K31 
(0%,50%,43%,31%)
(0.00/0.50/0.43/0.31)	

CMYK percentages

%0
%50.29
%43.43
%31.37

Codes

Color #AF5763 in popluar color models

AF5763
RGB1758799
HSL352°35.48%51.37%
HSB/HSV352°50.29%68.63%
CMYK0.00%50.29%43.43%
31.37%

Color #AF5763 in popluar number systems.

HEXAF5763
Decimal1758799
Binary1010111110101111100011
Octal257127143

Shades and tints

Shades of #AF5763

#AF5763
(175,87,99)
#A0505A
(160,80,90)
#914951
(145,73,81)
#824248
(130,66,72)
#733B3F
(115,59,63)
#643436
(100,52,54)
#552D2D
(85,45,45)
#462624
(70,38,36)
#371F1B
(55,31,27)
#281812
(40,24,18)
#191109
(25,17,9)
#000000
(0,0,0)

Tints of #AF5763

#AF5763
(175,87,99)
#B66671
(182,102,113)
#BD757F
(189,117,127)
#C4848D
(196,132,141)
#CB939B
(203,147,155)
#D2A2A9
(210,162,169)
#D9B1B7
(217,177,183)
#E0C0C5
(224,192,197)
#E7CFD3
(231,207,211)
#EEDEE1
(238,222,225)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5763 color. Also use rgb(175,87,99) instead hex code.

Text Font Color

.myTextColor { color: #AF5763; }

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

This text font color is #AF5763.


Background Color

.myBgColor { background-color: #AF5763; }

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

This div background color is #AF5763.


Border color

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

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

This div border color is #AF5763.


Opacity

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

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

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

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

This text has shadow with #AF5763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5763 on black background.


Color preview on white background

This text has color #AF5763 on white background.



Black color preview on #AF5763 background

This text has black color on #AF5763 background.


White color preview on #AF5763 background

This text has white color on #AF5763 background.