COLOR #AF8999

HEX: #AF8999 RGB: (175,137,153)

Color info

#AF8999 contains red, green and blue colors in about the same proportion. Web safe color of #AF8999 is #999999 (or #999).

RGB color model

#AF8999 color RGB value is (175,137,153).

RGB: (175,137,153) (69%, 54%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 153 of 255 = 60%

175
137
153

R + G + B ~ 61%. #AF8999 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 137 + 153 = 465 (100%)
R 175 of 465 ~ 37.63%
G 137 of 465 ~ 29.46%
B 153 of 465 ~ 32.9'%

%37.63
%29.46
%32.9

CMYK color model

#AF8999 color CMYK value is (0,22,13,31).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 12.57%
  • key color value is 31.37%
CMYK: (0,22,13,31) C0M22Y13K31 (0%,22%,13%,31%) (0.00/0.22/0.13/0.31) 

CMYK percentages

%0
%21.71
%12.57
%31.37

Codes

Color #AF8999 in popluar color models

AF 89 99
RGB 175 137 153
HSL 335° 19.19% 61.18%
HSB/HSV 335° 21.71% 68.63%
CMYK 0.00% 21.71% 12.57%
31.37%

Color #AF8999 in popluar number systems.

HEX AF 89 99
Decimal 175 137 153
Binary 10101111 10001001 10011001
Octal 257 211 231

Shades and tints

Shades of #AF8999

#AF8999
(175,137,153)
#A07D8C
(160,125,140)
#91717F
(145,113,127)
#826572
(130,101,114)
#735965
(115,89,101)
#644D58
(100,77,88)
#55414B
(85,65,75)
#46353E
(70,53,62)
#372931
(55,41,49)
#281D24
(40,29,36)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #AF8999

#AF8999
(175,137,153)
#B693A2
(182,147,162)
#BD9DAB
(189,157,171)
#C4A7B4
(196,167,180)
#CBB1BD
(203,177,189)
#D2BBC6
(210,187,198)
#D9C5CF
(217,197,207)
#E0CFD8
(224,207,216)
#E7D9E1
(231,217,225)
#EEE3EA
(238,227,234)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8999; }

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

This text font color is #AF8999.

Background Color

.myBgColor { background-color: #AF8999; }

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

This div background color is #AF8999.

Border color

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

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

This div border color is #AF8999.

Opacity

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

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

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

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

This text has shadow with #AF8999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8999.

Preview

Color preview on black background

This text has color #AF8999 on black background.


Color preview on white background

This text has color #AF8999 on white background.


Black color preview on #AF8999 background

This text has black color on #AF8999 background.


White color preview on #AF8999 background

This text has white color on #AF8999 background.


Related colors

Complementary color

Complementary color for #hex is #507666.


I love getcolorcode.com

Triadic colors

1 #99AF89 and #8999AF with #AF8999 are triadic colors.

2 #9989AF and #89AF99 with #AF8999 are triadic colors.