COLOR #AF5D5B

HEX: #AF5D5B RGB: (175,93,91)

Color info

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

RGB color model

#AF5D5B color RGB value is (175,93,91).

RGB: (175,93,91) (69%, 36%, 36%)

RGB channels and saturation

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

175
93
91

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

Portions of RGB colors in percentages

R + G + B = 175 + 93 + 91 = 359 (100%)
R 175 of 359 ~ 48.75%
G 93 of 359 ~ 25.91%
B 91 of 359 ~ 25.35'%

%48.75
%25.91
%25.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.86%
  • yellow value is 48.00%
  • key color value is 31.37%
CMYK: (0,47,48,31) C0M47Y48K31 (0%,47%,48%,31%) (0.00/0.47/0.48/0.31) 

CMYK percentages

%0
%46.86
%48
%31.37

Codes

Color #AF5D5B in popluar color models

AF 5D 5B
RGB 175 93 91
HSL 34.43% 52.16%
HSB/HSV 48.00% 68.63%
CMYK 0.00% 46.86% 48.00%
31.37%

Color #AF5D5B in popluar number systems.

HEX AF 5D 5B
Decimal 175 93 91
Binary 10101111 1011101 1011011
Octal 257 135 133

Shades and tints

Shades of #AF5D5B

#AF5D5B
(175,93,91)
#A05553
(160,85,83)
#914D4B
(145,77,75)
#824543
(130,69,67)
#733D3B
(115,61,59)
#643533
(100,53,51)
#552D2B
(85,45,43)
#462523
(70,37,35)
#371D1B
(55,29,27)
#281513
(40,21,19)
#190D0B
(25,13,11)
#000000
(0,0,0)

Tints of #AF5D5B

#AF5D5B
(175,93,91)
#B66B69
(182,107,105)
#BD7977
(189,121,119)
#C48785
(196,135,133)
#CB9593
(203,149,147)
#D2A3A1
(210,163,161)
#D9B1AF
(217,177,175)
#E0BFBD
(224,191,189)
#E7CDCB
(231,205,203)
#EEDBD9
(238,219,217)
#F5E9E7
(245,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF5D5B; }

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

This text font color is #AF5D5B.

Background Color

.myBgColor { background-color: #AF5D5B; }

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

This div background color is #AF5D5B.

Border color

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

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

This div border color is #AF5D5B.

Opacity

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

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

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

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

This text has shadow with #AF5D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF5D5B.

Preview

Color preview on black background

This text has color #AF5D5B on black background.


Color preview on white background

This text has color #AF5D5B on white background.


Black color preview on #AF5D5B background

This text has black color on #AF5D5B background.


White color preview on #AF5D5B background

This text has white color on #AF5D5B background.


Related colors

Complementary color

Complementary color for #hex is #50A2A4.


I love getcolorcode.com

Triadic colors

1 #5BAF5D and #5D5BAF with #AF5D5B are triadic colors.

2 #5B5DAF and #5DAF5B with #AF5D5B are triadic colors.