COLOR #AF7285

HEX: #AF7285
RGB: (175,114,133)

Color info

#AF7285 contains mainly red and blue colors. Web safe color of #AF7285 is #996699 (or #969).

RGB color model

#AF7285 color RGB value is (175,114,133).

  • red value is 175;
  • green value is 114;
  • blue value is 133.
RGB:
(175,114,133)
(69%,45%,52%)

RGB channels and saturation

R 175 of 255 = 69%
G 114 of 255 = 45%
B 133 of 255 = 52%

175
114
133

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

Portions of RGB colors in percentages

R + G + B =
175 + 114 + 133 = 422 (100%)
R 175 of 422 ~ 41.47%
G 114 of 422 ~ 27.01%
B 133 of 422 ~ 31.52%

%41.47
%27.01
%31.52

CMYK color model

#AF7285 color CMYK value is (0,35,24,31).

  • cyan value is 0.00%
  • magenta value is 34.86%
  • yellow value is 24.00%
  • key color value is 31.37%
CMYK:
(0,35,24,31)
C0M35Y24K31 
(0%,35%,24%,31%)
(0.00/0.35/0.24/0.31)	

CMYK percentages

%0
%34.86
%24
%31.37

Codes

Color #AF7285 in popluar color models

AF7285
RGB175114133
HSL341°27.60%56.67%
HSB/HSV341°34.86%68.63%
CMYK0.00%34.86%24.00%
31.37%

Color #AF7285 in popluar number systems.

HEXAF7285
Decimal175114133
Binary10101111111001010000101
Octal257162205

Shades and tints

Shades of #AF7285

#AF7285
(175,114,133)
#A06879
(160,104,121)
#915E6D
(145,94,109)
#825461
(130,84,97)
#734A55
(115,74,85)
#644049
(100,64,73)
#55363D
(85,54,61)
#462C31
(70,44,49)
#372225
(55,34,37)
#281819
(40,24,25)
#190E0D
(25,14,13)
#000000
(0,0,0)

Tints of #AF7285

#AF7285
(175,114,133)
#B67E90
(182,126,144)
#BD8A9B
(189,138,155)
#C496A6
(196,150,166)
#CBA2B1
(203,162,177)
#D2AEBC
(210,174,188)
#D9BAC7
(217,186,199)
#E0C6D2
(224,198,210)
#E7D2DD
(231,210,221)
#EEDEE8
(238,222,232)
#F5EAF3
(245,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7285 color. Also use rgb(175,114,133) instead hex code.

Text Font Color

.myTextColor { color: #AF7285; }

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

This text font color is #AF7285.


Background Color

.myBgColor { background-color: #AF7285; }

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

This div background color is #AF7285.


Border color

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

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

This div border color is #AF7285.


Opacity

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

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

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

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

This text has shadow with #AF7285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7285 on black background.


Color preview on white background

This text has color #AF7285 on white background.



Black color preview on #AF7285 background

This text has black color on #AF7285 background.


White color preview on #AF7285 background

This text has white color on #AF7285 background.