COLOR #AF91AB

HEX: #AF91AB RGB: (175,145,171)

Color info

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

RGB color model

#AF91AB color RGB value is (175,145,171).

RGB: (175,145,171) (69%, 57%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 145 of 255 = 57%
B 171 of 255 = 67%

175
145
171

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

Portions of RGB colors in percentages

R + G + B = 175 + 145 + 171 = 491 (100%)
R 175 of 491 ~ 35.64%
G 145 of 491 ~ 29.53%
B 171 of 491 ~ 34.83'%

%35.64
%29.53
%34.83

CMYK color model

#AF91AB color CMYK value is (0,17,2,31).

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

CMYK: (0,17,2,31)
C0M17Y2K31 (0%, 17%, 2%, 31%)
(0.00 / 0.17 / 0.02 / 0.31)

CMYK percentages

%0
%17.14
%2.29
%31.37

Codes

Color #AF91AB in popluar color models

AF 91 AB
RGB 175 145 171
HSL 308° 15.79% 62.75%
HSB/HSV 308° 17.14% 68.63%
CMYK 0.00% 17.14% 2.29%
31.37%

Color #AF91AB in popluar number systems.

HEX AF 91 AB
Decimal 175 145 171
Binary 10101111 10010001 10101011
Octal 257 221 253

Shades and tints

Shades of #AF91AB

#AF91AB
(175,145,171)
#A0849C
(160,132,156)
#91778D
(145,119,141)
#826A7E
(130,106,126)
#735D6F
(115,93,111)
#645060
(100,80,96)
#554351
(85,67,81)
#463642
(70,54,66)
#372933
(55,41,51)
#281C24
(40,28,36)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #AF91AB

#AF91AB
(175,145,171)
#B69BB2
(182,155,178)
#BDA5B9
(189,165,185)
#C4AFC0
(196,175,192)
#CBB9C7
(203,185,199)
#D2C3CE
(210,195,206)
#D9CDD5
(217,205,213)
#E0D7DC
(224,215,220)
#E7E1E3
(231,225,227)
#EEEBEA
(238,235,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF91AB; }

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

This text font color is #AF91AB.

Background Color

.myBgColor { background-color: #AF91AB; }

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

This div background color is #AF91AB.

Border color

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

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

This div border color is #AF91AB.

Opacity

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

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

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

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

This text has shadow with #AF91AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF91AB.

Preview

Color preview on black background

This text has color #AF91AB on black background.


Color preview on white background

This text has color #AF91AB on white background.


Black color preview on #AF91AB background

This text has black color on #AF91AB background.


White color preview on #AF91AB background

This text has white color on #AF91AB background.


Related colors

Complementary color

Complementary color for #hex is #506E54.


I love getcolorcode.com

Triadic colors

1 #ABAF91 and #91ABAF with #AF91AB are triadic colors.

2 #AB91AF and #91AFAB with #AF91AB are triadic colors.