COLOR #AF5963

HEX: #AF5963
RGB: (175,89,99)

Color info

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

RGB color model

#AF5963 color RGB value is (175,89,99).

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

RGB channels and saturation

R 175 of 255 = 69%
G 89 of 255 = 35%
B 99 of 255 = 39%

175
89
99

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

Portions of RGB colors in percentages

R + G + B =
175 + 89 + 99 = 363 (100%)
R 175 of 363 ~ 48.21%
G 89 of 363 ~ 24.52%
B 99 of 363 ~ 27.27%

%48.21
%24.52
%27.27

CMYK color model

#AF5963 color CMYK value is (0,49,43,31).

  • cyan value is 0.00%
  • magenta value is 49.14%
  • yellow value is 43.43%
  • key color value is 31.37%
CMYK:
(0,49,43,31)
C0M49Y43K31 
(0%,49%,43%,31%)
(0.00/0.49/0.43/0.31)	

CMYK percentages

%0
%49.14
%43.43
%31.37

Codes

Color #AF5963 in popluar color models

AF5963
RGB1758999
HSL353°34.96%51.76%
HSB/HSV353°49.14%68.63%
CMYK0.00%49.14%43.43%
31.37%

Color #AF5963 in popluar number systems.

HEXAF5963
Decimal1758999
Binary1010111110110011100011
Octal257131143

Shades and tints

Shades of #AF5963

#AF5963
(175,89,99)
#A0515A
(160,81,90)
#914951
(145,73,81)
#824148
(130,65,72)
#73393F
(115,57,63)
#643136
(100,49,54)
#55292D
(85,41,45)
#462124
(70,33,36)
#37191B
(55,25,27)
#281112
(40,17,18)
#190909
(25,9,9)
#000000
(0,0,0)

Tints of #AF5963

#AF5963
(175,89,99)
#B66871
(182,104,113)
#BD777F
(189,119,127)
#C4868D
(196,134,141)
#CB959B
(203,149,155)
#D2A4A9
(210,164,169)
#D9B3B7
(217,179,183)
#E0C2C5
(224,194,197)
#E7D1D3
(231,209,211)
#EEE0E1
(238,224,225)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF5963; }

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

This text font color is #AF5963.


Background Color

.myBgColor { background-color: #AF5963; }

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

This div background color is #AF5963.


Border color

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

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

This div border color is #AF5963.


Opacity

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

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

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

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

This text has shadow with #AF5963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5963 on black background.


Color preview on white background

This text has color #AF5963 on white background.



Black color preview on #AF5963 background

This text has black color on #AF5963 background.


White color preview on #AF5963 background

This text has white color on #AF5963 background.