COLOR #AF5267

HEX: #AF5267
RGB: (175,82,103)

Color info

#AF5267 contains mainly red color. Web safe color of #AF5267 is #996666 (or #966).

RGB color model

#AF5267 color RGB value is (175,82,103).

  • red value is 175;
  • green value is 82;
  • blue value is 103.
RGB:
(175,82,103)
(69%,32%,40%)

RGB channels and saturation

R 175 of 255 = 69%
G 82 of 255 = 32%
B 103 of 255 = 40%

175
82
103

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

Portions of RGB colors in percentages

R + G + B =
175 + 82 + 103 = 360 (100%)
R 175 of 360 ~ 48.61%
G 82 of 360 ~ 22.78%
B 103 of 360 ~ 28.61%

%48.61
%22.78
%28.61

CMYK color model

#AF5267 color CMYK value is (0,53,41,31).

  • cyan value is 0.00%
  • magenta value is 53.14%
  • yellow value is 41.14%
  • key color value is 31.37%
CMYK:
(0,53,41,31)
C0M53Y41K31 
(0%,53%,41%,31%)
(0.00/0.53/0.41/0.31)	

CMYK percentages

%0
%53.14
%41.14
%31.37

Codes

Color #AF5267 in popluar color models

AF5267
RGB17582103
HSL346°36.76%50.39%
HSB/HSV346°53.14%68.63%
CMYK0.00%53.14%41.14%
31.37%

Color #AF5267 in popluar number systems.

HEXAF5267
Decimal17582103
Binary1010111110100101100111
Octal257122147

Shades and tints

Shades of #AF5267

#AF5267
(175,82,103)
#A04B5E
(160,75,94)
#914455
(145,68,85)
#823D4C
(130,61,76)
#733643
(115,54,67)
#642F3A
(100,47,58)
#552831
(85,40,49)
#462128
(70,33,40)
#371A1F
(55,26,31)
#281316
(40,19,22)
#190C0D
(25,12,13)
#000000
(0,0,0)

Tints of #AF5267

#AF5267
(175,82,103)
#B66174
(182,97,116)
#BD7081
(189,112,129)
#C47F8E
(196,127,142)
#CB8E9B
(203,142,155)
#D29DA8
(210,157,168)
#D9ACB5
(217,172,181)
#E0BBC2
(224,187,194)
#E7CACF
(231,202,207)
#EED9DC
(238,217,220)
#F5E8E9
(245,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5267 color. Also use rgb(175,82,103) instead hex code.

Text Font Color

.myTextColor { color: #AF5267; }

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

This text font color is #AF5267.


Background Color

.myBgColor { background-color: #AF5267; }

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

This div background color is #AF5267.


Border color

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

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

This div border color is #AF5267.


Opacity

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

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

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

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

This text has shadow with #AF5267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5267 on black background.


Color preview on white background

This text has color #AF5267 on white background.



Black color preview on #AF5267 background

This text has black color on #AF5267 background.


White color preview on #AF5267 background

This text has white color on #AF5267 background.