COLOR #AF385F

HEX: #AF385F RGB: (175,56,95)

Color info

#AF385F contains mainly red color. Web safe color of #AF385F is #993366 (or #936).

RGB color model

#AF385F color RGB value is (175,56,95).

RGB: (175,56,95) (69%, 22%, 37%)

RGB channels and saturation

R 175 of 255 = 69%
G 56 of 255 = 22%
B 95 of 255 = 37%

175
56
95

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

Portions of RGB colors in percentages

R + G + B = 175 + 56 + 95 = 326 (100%)
R 175 of 326 ~ 53.68%
G 56 of 326 ~ 17.18%
B 95 of 326 ~ 29.14'%

%53.68
%17.18
%29.14

CMYK color model

#AF385F color CMYK value is (0,68,46,31).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 45.71%
  • key color value is 31.37%

CMYK: (0,68,46,31)
C0M68Y46K31 (0%, 68%, 46%, 31%)
(0.00 / 0.68 / 0.46 / 0.31)

CMYK percentages

%0
%68
%45.71
%31.37

Codes

Color #AF385F in popluar color models

AF 38 5F
RGB 175 56 95
HSL 340° 51.52% 45.29%
HSB/HSV 340° 68.00% 68.63%
CMYK 0.00% 68.00% 45.71%
31.37%

Color #AF385F in popluar number systems.

HEX AF 38 5F
Decimal 175 56 95
Binary 10101111 111000 1011111
Octal 257 70 137

Shades and tints

Shades of #AF385F

#AF385F
(175,56,95)
#A03357
(160,51,87)
#912E4F
(145,46,79)
#822947
(130,41,71)
#73243F
(115,36,63)
#641F37
(100,31,55)
#551A2F
(85,26,47)
#461527
(70,21,39)
#37101F
(55,16,31)
#280B17
(40,11,23)
#19060F
(25,6,15)
#000000
(0,0,0)

Tints of #AF385F

#AF385F
(175,56,95)
#B64A6D
(182,74,109)
#BD5C7B
(189,92,123)
#C46E89
(196,110,137)
#CB8097
(203,128,151)
#D292A5
(210,146,165)
#D9A4B3
(217,164,179)
#E0B6C1
(224,182,193)
#E7C8CF
(231,200,207)
#EEDADD
(238,218,221)
#F5ECEB
(245,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF385F color. Also use rgb(175,56,95) instead hex code.

Text Font Color

.myTextColor { color: #AF385F; }

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

This text font color is #AF385F.

Background Color

.myBgColor { background-color: #AF385F; }

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

This div background color is #AF385F.

Border color

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

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

This div border color is #AF385F.

Opacity

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

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

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

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

This text has shadow with #AF385F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF385F.

Preview

Color preview on black background

This text has color #AF385F on black background.


Color preview on white background

This text has color #AF385F on white background.


Black color preview on #AF385F background

This text has black color on #AF385F background.


White color preview on #AF385F background

This text has white color on #AF385F background.


Related colors

Complementary color

Complementary color for #hex is #50C7A0.


I love getcolorcode.com

Triadic colors

1 #5FAF38 and #385FAF with #AF385F are triadic colors.

2 #5F38AF and #38AF5F with #AF385F are triadic colors.