COLOR #AF5D5C

HEX: #AF5D5C
RGB: (175,93,92)

Color info

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

RGB color model

#AF5D5C color RGB value is (175,93,92).

  • red value is 175;
  • green value is 93;
  • blue value is 92.
RGB:
(175,93,92)
(69%,36%,36%)

RGB channels and saturation

R 175 of 255 = 69%
G 93 of 255 = 36%
B 92 of 255 = 36%

175
93
92

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

Portions of RGB colors in percentages

R + G + B =
175 + 93 + 92 = 360 (100%)
R 175 of 360 ~ 48.61%
G 93 of 360 ~ 25.83%
B 92 of 360 ~ 25.56%

%48.61
%25.83
%25.56

CMYK color model

#AF5D5C color CMYK value is (0,47,47,31).

  • cyan value is 0.00%
  • magenta value is 46.86%
  • yellow value is 47.43%
  • key color value is 31.37%
CMYK:
(0,47,47,31)
C0M47Y47K31 
(0%,47%,47%,31%)
(0.00/0.47/0.47/0.31)	

CMYK percentages

%0
%46.86
%47.43
%31.37

Codes

Color #AF5D5C in popluar color models

AF5D5C
RGB1759392
HSL34.16%52.35%
HSB/HSV47.43%68.63%
CMYK0.00%46.86%47.43%
31.37%

Color #AF5D5C in popluar number systems.

HEXAF5D5C
Decimal1759392
Binary1010111110111011011100
Octal257135134

Shades and tints

Shades of #AF5D5C

#AF5D5C
(175,93,92)
#A05554
(160,85,84)
#914D4C
(145,77,76)
#824544
(130,69,68)
#733D3C
(115,61,60)
#643534
(100,53,52)
#552D2C
(85,45,44)
#462524
(70,37,36)
#371D1C
(55,29,28)
#281514
(40,21,20)
#190D0C
(25,13,12)
#000000
(0,0,0)

Tints of #AF5D5C

#AF5D5C
(175,93,92)
#B66B6A
(182,107,106)
#BD7978
(189,121,120)
#C48786
(196,135,134)
#CB9594
(203,149,148)
#D2A3A2
(210,163,162)
#D9B1B0
(217,177,176)
#E0BFBE
(224,191,190)
#E7CDCC
(231,205,204)
#EEDBDA
(238,219,218)
#F5E9E8
(245,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5D5C color. Also use rgb(175,93,92) instead hex code.

Text Font Color

.myTextColor { color: #AF5D5C; }

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

This text font color is #AF5D5C.


Background Color

.myBgColor { background-color: #AF5D5C; }

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

This div background color is #AF5D5C.


Border color

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

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

This div border color is #AF5D5C.


Opacity

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

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

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

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

This text has shadow with #AF5D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5D5C on black background.


Color preview on white background

This text has color #AF5D5C on white background.



Black color preview on #AF5D5C background

This text has black color on #AF5D5C background.


White color preview on #AF5D5C background

This text has white color on #AF5D5C background.