COLOR #AF323D

HEX: #AF323D RGB: (175,50,61)

Color info

#AF323D contains mainly red color. Web safe color of #AF323D is #993333 (or #933).

RGB color model

#AF323D color RGB value is (175,50,61).

RGB: (175,50,61) (69%, 20%, 24%)

RGB channels and saturation

R 175 of 255 = 69%
G 50 of 255 = 20%
B 61 of 255 = 24%

175
50
61

R + G + B ~ 38%. #AF323D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 175 + 50 + 61 = 286 (100%)
R 175 of 286 ~ 61.19%
G 50 of 286 ~ 17.48%
B 61 of 286 ~ 21.33'%

%61.19
%17.48
%21.33

CMYK color model

#AF323D color CMYK value is (0,71,65,31).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 65.14%
  • key color value is 31.37%
CMYK: (0,71,65,31) C0M71Y65K31 (0%,71%,65%,31%) (0.00/0.71/0.65/0.31) 

CMYK percentages

%0
%71.43
%65.14
%31.37

Codes

Color #AF323D in popluar color models

AF 32 3D
RGB 175 50 61
HSL 355° 55.56% 44.12%
HSB/HSV 355° 71.43% 68.63%
CMYK 0.00% 71.43% 65.14%
31.37%

Color #AF323D in popluar number systems.

HEX AF 32 3D
Decimal 175 50 61
Binary 10101111 110010 111101
Octal 257 62 75

Shades and tints

Shades of #AF323D

#AF323D
(175,50,61)
#A02E38
(160,46,56)
#912A33
(145,42,51)
#82262E
(130,38,46)
#732229
(115,34,41)
#641E24
(100,30,36)
#551A1F
(85,26,31)
#46161A
(70,22,26)
#371215
(55,18,21)
#280E10
(40,14,16)
#190A0B
(25,10,11)
#000000
(0,0,0)

Tints of #AF323D

#AF323D
(175,50,61)
#B6444E
(182,68,78)
#BD565F
(189,86,95)
#C46870
(196,104,112)
#CB7A81
(203,122,129)
#D28C92
(210,140,146)
#D99EA3
(217,158,163)
#E0B0B4
(224,176,180)
#E7C2C5
(231,194,197)
#EED4D6
(238,212,214)
#F5E6E7
(245,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF323D color. Also use rgb(175,50,61) instead hex code.

Text Font Color

.myTextColor { color: #AF323D; }

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

This text font color is #AF323D.

Background Color

.myBgColor { background-color: #AF323D; }

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

This div background color is #AF323D.

Border color

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

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

This div border color is #AF323D.

Opacity

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

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

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

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

This text has shadow with #AF323D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF323D.

Preview

Color preview on black background

This text has color #AF323D on black background.


Color preview on white background

This text has color #AF323D on white background.


Black color preview on #AF323D background

This text has black color on #AF323D background.


White color preview on #AF323D background

This text has white color on #AF323D background.


Related colors

Complementary color

Complementary color for #hex is #50CDC2.


I love getcolorcode.com

Triadic colors

1 #3DAF32 and #323DAF with #AF323D are triadic colors.

2 #3D32AF and #32AF3D with #AF323D are triadic colors.