COLOR #AF4A5E

HEX: #AF4A5E
RGB: (175,74,94)

Color info

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

RGB color model

#AF4A5E color RGB value is (175,74,94).

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

RGB channels and saturation

R 175 of 255 = 69%
G 74 of 255 = 29%
B 94 of 255 = 37%

175
74
94

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

Portions of RGB colors in percentages

R + G + B =
175 + 74 + 94 = 343 (100%)
R 175 of 343 ~ 51.02%
G 74 of 343 ~ 21.57%
B 94 of 343 ~ 27.41%

%51.02
%21.57
%27.41

CMYK color model

#AF4A5E color CMYK value is (0,58,46,31).

  • cyan value is 0.00%
  • magenta value is 57.71%
  • yellow value is 46.29%
  • key color value is 31.37%
CMYK:
(0,58,46,31)
C0M58Y46K31 
(0%,58%,46%,31%)
(0.00/0.58/0.46/0.31)	

CMYK percentages

%0
%57.71
%46.29
%31.37

Codes

Color #AF4A5E in popluar color models

AF4A5E
RGB1757494
HSL348°40.56%48.82%
HSB/HSV348°57.71%68.63%
CMYK0.00%57.71%46.29%
31.37%

Color #AF4A5E in popluar number systems.

HEXAF4A5E
Decimal1757494
Binary1010111110010101011110
Octal257112136

Shades and tints

Shades of #AF4A5E

#AF4A5E
(175,74,94)
#A04456
(160,68,86)
#913E4E
(145,62,78)
#823846
(130,56,70)
#73323E
(115,50,62)
#642C36
(100,44,54)
#55262E
(85,38,46)
#462026
(70,32,38)
#371A1E
(55,26,30)
#281416
(40,20,22)
#190E0E
(25,14,14)
#000000
(0,0,0)

Tints of #AF4A5E

#AF4A5E
(175,74,94)
#B65A6C
(182,90,108)
#BD6A7A
(189,106,122)
#C47A88
(196,122,136)
#CB8A96
(203,138,150)
#D29AA4
(210,154,164)
#D9AAB2
(217,170,178)
#E0BAC0
(224,186,192)
#E7CACE
(231,202,206)
#EEDADC
(238,218,220)
#F5EAEA
(245,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF4A5E; }

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

This text font color is #AF4A5E.


Background Color

.myBgColor { background-color: #AF4A5E; }

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

This div background color is #AF4A5E.


Border color

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

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

This div border color is #AF4A5E.


Opacity

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

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

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

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

This text has shadow with #AF4A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4A5E on black background.


Color preview on white background

This text has color #AF4A5E on white background.



Black color preview on #AF4A5E background

This text has black color on #AF4A5E background.


White color preview on #AF4A5E background

This text has white color on #AF4A5E background.