COLOR #AF185E

HEX: #AF185E
RGB: (175,24,94)

Color info

#AF185E contains mainly red color. Web safe color of #AF185E is #990066 (or #906).

RGB color model

#AF185E color RGB value is (175,24,94).

  • red value is 175;
  • green value is 24;
  • blue value is 94.
RGB:
(175,24,94)
(69%,9%,37%)

RGB channels and saturation

R 175 of 255 = 69%
G 24 of 255 = 9%
B 94 of 255 = 37%

175
24
94

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

Portions of RGB colors in percentages

R + G + B =
175 + 24 + 94 = 293 (100%)
R 175 of 293 ~ 59.73%
G 24 of 293 ~ 8.19%
B 94 of 293 ~ 32.08%

%59.73
%32.08

CMYK color model

#AF185E color CMYK value is (0,86,46,31).

  • cyan value is 0.00%
  • magenta value is 86.29%
  • yellow value is 46.29%
  • key color value is 31.37%
CMYK:
(0,86,46,31)
C0M86Y46K31 
(0%,86%,46%,31%)
(0.00/0.86/0.46/0.31)	

CMYK percentages

%0
%86.29
%46.29
%31.37

Codes

Color #AF185E in popluar color models

AF185E
RGB1752494
HSL332°75.88%39.02%
HSB/HSV332°86.29%68.63%
CMYK0.00%86.29%46.29%
31.37%

Color #AF185E in popluar number systems.

HEXAF185E
Decimal1752494
Binary10101111110001011110
Octal25730136

Shades and tints

Shades of #AF185E

#AF185E
(175,24,94)
#A01656
(160,22,86)
#91144E
(145,20,78)
#821246
(130,18,70)
#73103E
(115,16,62)
#640E36
(100,14,54)
#550C2E
(85,12,46)
#460A26
(70,10,38)
#37081E
(55,8,30)
#280616
(40,6,22)
#19040E
(25,4,14)
#000000
(0,0,0)

Tints of #AF185E

#AF185E
(175,24,94)
#B62D6C
(182,45,108)
#BD427A
(189,66,122)
#C45788
(196,87,136)
#CB6C96
(203,108,150)
#D281A4
(210,129,164)
#D996B2
(217,150,178)
#E0ABC0
(224,171,192)
#E7C0CE
(231,192,206)
#EED5DC
(238,213,220)
#F5EAEA
(245,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF185E color. Also use rgb(175,24,94) instead hex code.

Text Font Color

.myTextColor { color: #AF185E; }

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

This text font color is #AF185E.


Background Color

.myBgColor { background-color: #AF185E; }

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

This div background color is #AF185E.


Border color

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

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

This div border color is #AF185E.


Opacity

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

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

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

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

This text has shadow with #AF185E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF185E on black background.


Color preview on white background

This text has color #AF185E on white background.



Black color preview on #AF185E background

This text has black color on #AF185E background.


White color preview on #AF185E background

This text has white color on #AF185E background.