COLOR #AF7799

HEX: #AF7799
RGB: (175,119,153)

Color info

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

RGB color model

#AF7799 color RGB value is (175,119,153).

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

RGB channels and saturation

R 175 of 255 = 69%
G 119 of 255 = 47%
B 153 of 255 = 60%

175
119
153

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

Portions of RGB colors in percentages

R + G + B =
175 + 119 + 153 = 447 (100%)
R 175 of 447 ~ 39.15%
G 119 of 447 ~ 26.62%
B 153 of 447 ~ 34.23%

%39.15
%26.62
%34.23

CMYK color model

#AF7799 color CMYK value is (0,32,13,31).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 12.57%
  • key color value is 31.37%
CMYK:
(0,32,13,31)
C0M32Y13K31 
(0%,32%,13%,31%)
(0.00/0.32/0.13/0.31)	

CMYK percentages

%0
%32
%12.57
%31.37

Codes

Color #AF7799 in popluar color models

AF7799
RGB175119153
HSL324°25.93%57.65%
HSB/HSV324°32.00%68.63%
CMYK0.00%32.00%12.57%
31.37%

Color #AF7799 in popluar number systems.

HEXAF7799
Decimal175119153
Binary10101111111011110011001
Octal257167231

Shades and tints

Shades of #AF7799

#AF7799
(175,119,153)
#A06D8C
(160,109,140)
#91637F
(145,99,127)
#825972
(130,89,114)
#734F65
(115,79,101)
#644558
(100,69,88)
#553B4B
(85,59,75)
#46313E
(70,49,62)
#372731
(55,39,49)
#281D24
(40,29,36)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #AF7799

#AF7799
(175,119,153)
#B683A2
(182,131,162)
#BD8FAB
(189,143,171)
#C49BB4
(196,155,180)
#CBA7BD
(203,167,189)
#D2B3C6
(210,179,198)
#D9BFCF
(217,191,207)
#E0CBD8
(224,203,216)
#E7D7E1
(231,215,225)
#EEE3EA
(238,227,234)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7799; }

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

This text font color is #AF7799.


Background Color

.myBgColor { background-color: #AF7799; }

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

This div background color is #AF7799.


Border color

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

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

This div border color is #AF7799.


Opacity

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

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

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

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

This text has shadow with #AF7799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7799 on black background.


Color preview on white background

This text has color #AF7799 on white background.



Black color preview on #AF7799 background

This text has black color on #AF7799 background.


White color preview on #AF7799 background

This text has white color on #AF7799 background.