COLOR #AF7789

HEX: #AF7789
RGB: (175,119,137)

Color info

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

RGB color model

#AF7789 color RGB value is (175,119,137).

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

RGB channels and saturation

R 175 of 255 = 69%
G 119 of 255 = 47%
B 137 of 255 = 54%

175
119
137

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

Portions of RGB colors in percentages

R + G + B =
175 + 119 + 137 = 431 (100%)
R 175 of 431 ~ 40.6%
G 119 of 431 ~ 27.61%
B 137 of 431 ~ 31.79%

%40.6
%27.61
%31.79

CMYK color model

#AF7789 color CMYK value is (0,32,22,31).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 21.71%
  • key color value is 31.37%
CMYK:
(0,32,22,31)
C0M32Y22K31 
(0%,32%,22%,31%)
(0.00/0.32/0.22/0.31)	

CMYK percentages

%0
%32
%21.71
%31.37

Codes

Color #AF7789 in popluar color models

AF7789
RGB175119137
HSL341°25.93%57.65%
HSB/HSV341°32.00%68.63%
CMYK0.00%32.00%21.71%
31.37%

Color #AF7789 in popluar number systems.

HEXAF7789
Decimal175119137
Binary10101111111011110001001
Octal257167211

Shades and tints

Shades of #AF7789

#AF7789
(175,119,137)
#A06D7D
(160,109,125)
#916371
(145,99,113)
#825965
(130,89,101)
#734F59
(115,79,89)
#64454D
(100,69,77)
#553B41
(85,59,65)
#463135
(70,49,53)
#372729
(55,39,41)
#281D1D
(40,29,29)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #AF7789

#AF7789
(175,119,137)
#B68393
(182,131,147)
#BD8F9D
(189,143,157)
#C49BA7
(196,155,167)
#CBA7B1
(203,167,177)
#D2B3BB
(210,179,187)
#D9BFC5
(217,191,197)
#E0CBCF
(224,203,207)
#E7D7D9
(231,215,217)
#EEE3E3
(238,227,227)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7789; }

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

This text font color is #AF7789.


Background Color

.myBgColor { background-color: #AF7789; }

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

This div background color is #AF7789.


Border color

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

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

This div border color is #AF7789.


Opacity

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

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

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

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

This text has shadow with #AF7789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7789 on black background.


Color preview on white background

This text has color #AF7789 on white background.



Black color preview on #AF7789 background

This text has black color on #AF7789 background.


White color preview on #AF7789 background

This text has white color on #AF7789 background.