COLOR #AF7289

HEX: #AF7289 RGB: (175,114,137)

Color info

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

RGB color model

#AF7289 color RGB value is (175,114,137).

RGB: (175,114,137) (69%, 45%, 54%)

RGB channels and saturation

R 175 of 255 = 69%
G 114 of 255 = 45%
B 137 of 255 = 54%

175
114
137

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

Portions of RGB colors in percentages

R + G + B = 175 + 114 + 137 = 426 (100%)
R 175 of 426 ~ 41.08%
G 114 of 426 ~ 26.76%
B 137 of 426 ~ 32.16'%

%41.08
%26.76
%32.16

CMYK color model

#AF7289 color CMYK value is (0,35,22,31).

  • cyan value is 0.00%
  • magenta value is 34.86%
  • yellow value is 21.71%
  • key color value is 31.37%
CMYK: (0,35,22,31) C0M35Y22K31 (0%,35%,22%,31%) (0.00/0.35/0.22/0.31) 

CMYK percentages

%0
%34.86
%21.71
%31.37

Codes

Color #AF7289 in popluar color models

AF 72 89
RGB 175 114 137
HSL 337° 27.60% 56.67%
HSB/HSV 337° 34.86% 68.63%
CMYK 0.00% 34.86% 21.71%
31.37%

Color #AF7289 in popluar number systems.

HEX AF 72 89
Decimal 175 114 137
Binary 10101111 1110010 10001001
Octal 257 162 211

Shades and tints

Shades of #AF7289

#AF7289
(175,114,137)
#A0687D
(160,104,125)
#915E71
(145,94,113)
#825465
(130,84,101)
#734A59
(115,74,89)
#64404D
(100,64,77)
#553641
(85,54,65)
#462C35
(70,44,53)
#372229
(55,34,41)
#28181D
(40,24,29)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #AF7289

#AF7289
(175,114,137)
#B67E93
(182,126,147)
#BD8A9D
(189,138,157)
#C496A7
(196,150,167)
#CBA2B1
(203,162,177)
#D2AEBB
(210,174,187)
#D9BAC5
(217,186,197)
#E0C6CF
(224,198,207)
#E7D2D9
(231,210,217)
#EEDEE3
(238,222,227)
#F5EAED
(245,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7289; }

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

This text font color is #AF7289.

Background Color

.myBgColor { background-color: #AF7289; }

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

This div background color is #AF7289.

Border color

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

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

This div border color is #AF7289.

Opacity

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

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

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

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

This text has shadow with #AF7289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7289.

Preview

Color preview on black background

This text has color #AF7289 on black background.


Color preview on white background

This text has color #AF7289 on white background.


Black color preview on #AF7289 background

This text has black color on #AF7289 background.


White color preview on #AF7289 background

This text has white color on #AF7289 background.


Related colors

Complementary color

Complementary color for #hex is #508D76.


I love getcolorcode.com

Triadic colors

1 #89AF72 and #7289AF with #AF7289 are triadic colors.

2 #8972AF and #72AF89 with #AF7289 are triadic colors.