COLOR #AF7784

HEX: #AF7784
RGB: (175,119,132)

Color info

#AF7784 contains red, green and blue colors in about the same proportion. Web safe color of #AF7784 is #996699 (or #969).

RGB color model

#AF7784 color RGB value is (175,119,132).

  • red value is 175;
  • green value is 119;
  • blue value is 132.
RGB:
(175,119,132)
(69%,47%,52%)

RGB channels and saturation

R 175 of 255 = 69%
G 119 of 255 = 47%
B 132 of 255 = 52%

175
119
132

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

Portions of RGB colors in percentages

R + G + B =
175 + 119 + 132 = 426 (100%)
R 175 of 426 ~ 41.08%
G 119 of 426 ~ 27.93%
B 132 of 426 ~ 30.99%

%41.08
%27.93
%30.99

CMYK color model

#AF7784 color CMYK value is (0,32,25,31).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 24.57%
  • key color value is 31.37%
CMYK:
(0,32,25,31)
C0M32Y25K31 
(0%,32%,25%,31%)
(0.00/0.32/0.25/0.31)	

CMYK percentages

%0
%32
%24.57
%31.37

Codes

Color #AF7784 in popluar color models

AF7784
RGB175119132
HSL346°25.93%57.65%
HSB/HSV346°32.00%68.63%
CMYK0.00%32.00%24.57%
31.37%

Color #AF7784 in popluar number systems.

HEXAF7784
Decimal175119132
Binary10101111111011110000100
Octal257167204

Shades and tints

Shades of #AF7784

#AF7784
(175,119,132)
#A06D78
(160,109,120)
#91636C
(145,99,108)
#825960
(130,89,96)
#734F54
(115,79,84)
#644548
(100,69,72)
#553B3C
(85,59,60)
#463130
(70,49,48)
#372724
(55,39,36)
#281D18
(40,29,24)
#19130C
(25,19,12)
#000000
(0,0,0)

Tints of #AF7784

#AF7784
(175,119,132)
#B6838F
(182,131,143)
#BD8F9A
(189,143,154)
#C49BA5
(196,155,165)
#CBA7B0
(203,167,176)
#D2B3BB
(210,179,187)
#D9BFC6
(217,191,198)
#E0CBD1
(224,203,209)
#E7D7DC
(231,215,220)
#EEE3E7
(238,227,231)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7784 color. Also use rgb(175,119,132) instead hex code.

Text Font Color

.myTextColor { color: #AF7784; }

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

This text font color is #AF7784.


Background Color

.myBgColor { background-color: #AF7784; }

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

This div background color is #AF7784.


Border color

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

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

This div border color is #AF7784.


Opacity

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

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

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

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

This text has shadow with #AF7784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7784 on black background.


Color preview on white background

This text has color #AF7784 on white background.



Black color preview on #AF7784 background

This text has black color on #AF7784 background.


White color preview on #AF7784 background

This text has white color on #AF7784 background.