COLOR #AF5C6D

HEX: #AF5C6D
RGB: (175,92,109)

Color info

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

RGB color model

#AF5C6D color RGB value is (175,92,109).

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

RGB channels and saturation

R 175 of 255 = 69%
G 92 of 255 = 36%
B 109 of 255 = 43%

175
92
109

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

Portions of RGB colors in percentages

R + G + B =
175 + 92 + 109 = 376 (100%)
R 175 of 376 ~ 46.54%
G 92 of 376 ~ 24.47%
B 109 of 376 ~ 28.99%

%46.54
%24.47
%28.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.43%
  • yellow value is 37.71%
  • key color value is 31.37%
CMYK:
(0,47,38,31)
C0M47Y38K31 
(0%,47%,38%,31%)
(0.00/0.47/0.38/0.31)	

CMYK percentages

%0
%47.43
%37.71
%31.37

Codes

Color #AF5C6D in popluar color models

AF5C6D
RGB17592109
HSL348°34.16%52.35%
HSB/HSV348°47.43%68.63%
CMYK0.00%47.43%37.71%
31.37%

Color #AF5C6D in popluar number systems.

HEXAF5C6D
Decimal17592109
Binary1010111110111001101101
Octal257134155

Shades and tints

Shades of #AF5C6D

#AF5C6D
(175,92,109)
#A05464
(160,84,100)
#914C5B
(145,76,91)
#824452
(130,68,82)
#733C49
(115,60,73)
#643440
(100,52,64)
#552C37
(85,44,55)
#46242E
(70,36,46)
#371C25
(55,28,37)
#28141C
(40,20,28)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #AF5C6D

#AF5C6D
(175,92,109)
#B66A7A
(182,106,122)
#BD7887
(189,120,135)
#C48694
(196,134,148)
#CB94A1
(203,148,161)
#D2A2AE
(210,162,174)
#D9B0BB
(217,176,187)
#E0BEC8
(224,190,200)
#E7CCD5
(231,204,213)
#EEDAE2
(238,218,226)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF5C6D; }

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

This text font color is #AF5C6D.


Background Color

.myBgColor { background-color: #AF5C6D; }

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

This div background color is #AF5C6D.


Border color

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

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

This div border color is #AF5C6D.


Opacity

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

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

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

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

This text has shadow with #AF5C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5C6D on black background.


Color preview on white background

This text has color #AF5C6D on white background.



Black color preview on #AF5C6D background

This text has black color on #AF5C6D background.


White color preview on #AF5C6D background

This text has white color on #AF5C6D background.