COLOR #AF7985

HEX: #AF7985 RGB: (175,121,133)

Color info

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

RGB color model

#AF7985 color RGB value is (175,121,133).

RGB: (175,121,133) (69%, 47%, 52%)

RGB channels and saturation

R 175 of 255 = 69%
G 121 of 255 = 47%
B 133 of 255 = 52%

175
121
133

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

Portions of RGB colors in percentages

R + G + B = 175 + 121 + 133 = 429 (100%)
R 175 of 429 ~ 40.79%
G 121 of 429 ~ 28.21%
B 133 of 429 ~ 31'%

%40.79
%28.21
%31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 24.00%
  • key color value is 31.37%
CMYK: (0,31,24,31) C0M31Y24K31 (0%,31%,24%,31%) (0.00/0.31/0.24/0.31) 

CMYK percentages

%0
%30.86
%24
%31.37

Codes

Color #AF7985 in popluar color models

AF 79 85
RGB 175 121 133
HSL 347° 25.23% 58.04%
HSB/HSV 347° 30.86% 68.63%
CMYK 0.00% 30.86% 24.00%
31.37%

Color #AF7985 in popluar number systems.

HEX AF 79 85
Decimal 175 121 133
Binary 10101111 1111001 10000101
Octal 257 171 205

Shades and tints

Shades of #AF7985

#AF7985
(175,121,133)
#A06E79
(160,110,121)
#91636D
(145,99,109)
#825861
(130,88,97)
#734D55
(115,77,85)
#644249
(100,66,73)
#55373D
(85,55,61)
#462C31
(70,44,49)
#372125
(55,33,37)
#281619
(40,22,25)
#190B0D
(25,11,13)
#000000
(0,0,0)

Tints of #AF7985

#AF7985
(175,121,133)
#B68590
(182,133,144)
#BD919B
(189,145,155)
#C49DA6
(196,157,166)
#CBA9B1
(203,169,177)
#D2B5BC
(210,181,188)
#D9C1C7
(217,193,199)
#E0CDD2
(224,205,210)
#E7D9DD
(231,217,221)
#EEE5E8
(238,229,232)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7985; }

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

This text font color is #AF7985.

Background Color

.myBgColor { background-color: #AF7985; }

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

This div background color is #AF7985.

Border color

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

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

This div border color is #AF7985.

Opacity

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

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

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

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

This text has shadow with #AF7985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7985.

Preview

Color preview on black background

This text has color #AF7985 on black background.


Color preview on white background

This text has color #AF7985 on white background.


Black color preview on #AF7985 background

This text has black color on #AF7985 background.


White color preview on #AF7985 background

This text has white color on #AF7985 background.


Related colors

Complementary color

Complementary color for #hex is #50867A.


I love getcolorcode.com

Triadic colors

1 #85AF79 and #7985AF with #AF7985 are triadic colors.

2 #8579AF and #79AF85 with #AF7985 are triadic colors.