COLOR #AF91A9

HEX: #AF91A9 RGB: (175,145,169)

Color info

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

RGB color model

#AF91A9 color RGB value is (175,145,169).

RGB: (175,145,169) (69%, 57%, 66%)

RGB channels and saturation

R 175 of 255 = 69%
G 145 of 255 = 57%
B 169 of 255 = 66%

175
145
169

R + G + B ~ 64%. #AF91A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 145 + 169 = 489 (100%)
R 175 of 489 ~ 35.79%
G 145 of 489 ~ 29.65%
B 169 of 489 ~ 34.56'%

%35.79
%29.65
%34.56

CMYK color model

#AF91A9 color CMYK value is (0,17,3,31).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 3.43%
  • key color value is 31.37%

CMYK: (0,17,3,31)
C0M17Y3K31 (0%, 17%, 3%, 31%)
(0.00 / 0.17 / 0.03 / 0.31)

CMYK percentages

%0
%17.14
%3.43
%31.37

Codes

Color #AF91A9 in popluar color models

AF 91 A9
RGB 175 145 169
HSL 312° 15.79% 62.75%
HSB/HSV 312° 17.14% 68.63%
CMYK 0.00% 17.14% 3.43%
31.37%

Color #AF91A9 in popluar number systems.

HEX AF 91 A9
Decimal 175 145 169
Binary 10101111 10010001 10101001
Octal 257 221 251

Shades and tints

Shades of #AF91A9

#AF91A9
(175,145,169)
#A0849A
(160,132,154)
#91778B
(145,119,139)
#826A7C
(130,106,124)
#735D6D
(115,93,109)
#64505E
(100,80,94)
#55434F
(85,67,79)
#463640
(70,54,64)
#372931
(55,41,49)
#281C22
(40,28,34)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #AF91A9

#AF91A9
(175,145,169)
#B69BB0
(182,155,176)
#BDA5B7
(189,165,183)
#C4AFBE
(196,175,190)
#CBB9C5
(203,185,197)
#D2C3CC
(210,195,204)
#D9CDD3
(217,205,211)
#E0D7DA
(224,215,218)
#E7E1E1
(231,225,225)
#EEEBE8
(238,235,232)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF91A9 color. Also use rgb(175,145,169) instead hex code.

Text Font Color

.myTextColor { color: #AF91A9; }

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

This text font color is #AF91A9.

Background Color

.myBgColor { background-color: #AF91A9; }

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

This div background color is #AF91A9.

Border color

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

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

This div border color is #AF91A9.

Opacity

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

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

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

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

This text has shadow with #AF91A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF91A9.

Preview

Color preview on black background

This text has color #AF91A9 on black background.


Color preview on white background

This text has color #AF91A9 on white background.


Black color preview on #AF91A9 background

This text has black color on #AF91A9 background.


White color preview on #AF91A9 background

This text has white color on #AF91A9 background.


Related colors

Complementary color

Complementary color for #hex is #506E56.


I love getcolorcode.com

Triadic colors

1 #A9AF91 and #91A9AF with #AF91A9 are triadic colors.

2 #A991AF and #91AFA9 with #AF91A9 are triadic colors.