COLOR #AF4C65

HEX: #AF4C65 RGB: (175,76,101)

Color info

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

RGB color model

#AF4C65 color RGB value is (175,76,101).

RGB: (175,76,101) (69%, 30%, 40%)

RGB channels and saturation

R 175 of 255 = 69%
G 76 of 255 = 30%
B 101 of 255 = 40%

175
76
101

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

Portions of RGB colors in percentages

R + G + B = 175 + 76 + 101 = 352 (100%)
R 175 of 352 ~ 49.72%
G 76 of 352 ~ 21.59%
B 101 of 352 ~ 28.69'%

%49.72
%21.59
%28.69

CMYK color model

#AF4C65 color CMYK value is (0,57,42,31).

  • cyan value is 0.00%
  • magenta value is 56.57%
  • yellow value is 42.29%
  • key color value is 31.37%

CMYK: (0,57,42,31)
C0M57Y42K31 (0%, 57%, 42%, 31%)
(0.00 / 0.57 / 0.42 / 0.31)

CMYK percentages

%0
%56.57
%42.29
%31.37

Codes

Color #AF4C65 in popluar color models

AF 4C 65
RGB 175 76 101
HSL 345° 39.44% 49.22%
HSB/HSV 345° 56.57% 68.63%
CMYK 0.00% 56.57% 42.29%
31.37%

Color #AF4C65 in popluar number systems.

HEX AF 4C 65
Decimal 175 76 101
Binary 10101111 1001100 1100101
Octal 257 114 145

Shades and tints

Shades of #AF4C65

#AF4C65
(175,76,101)
#A0465C
(160,70,92)
#914053
(145,64,83)
#823A4A
(130,58,74)
#733441
(115,52,65)
#642E38
(100,46,56)
#55282F
(85,40,47)
#462226
(70,34,38)
#371C1D
(55,28,29)
#281614
(40,22,20)
#19100B
(25,16,11)
#000000
(0,0,0)

Tints of #AF4C65

#AF4C65
(175,76,101)
#B65C73
(182,92,115)
#BD6C81
(189,108,129)
#C47C8F
(196,124,143)
#CB8C9D
(203,140,157)
#D29CAB
(210,156,171)
#D9ACB9
(217,172,185)
#E0BCC7
(224,188,199)
#E7CCD5
(231,204,213)
#EEDCE3
(238,220,227)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF4C65 color. Also use rgb(175,76,101) instead hex code.

Text Font Color

.myTextColor { color: #AF4C65; }

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

This text font color is #AF4C65.

Background Color

.myBgColor { background-color: #AF4C65; }

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

This div background color is #AF4C65.

Border color

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

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

This div border color is #AF4C65.

Opacity

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

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

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

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

This text has shadow with #AF4C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF4C65.

Preview

Color preview on black background

This text has color #AF4C65 on black background.


Color preview on white background

This text has color #AF4C65 on white background.


Black color preview on #AF4C65 background

This text has black color on #AF4C65 background.


White color preview on #AF4C65 background

This text has white color on #AF4C65 background.


Related colors

Complementary color

Complementary color for #hex is #50B39A.


I love getcolorcode.com

Triadic colors

1 #65AF4C and #4C65AF with #AF4C65 are triadic colors.

2 #654CAF and #4CAF65 with #AF4C65 are triadic colors.