COLOR #AF96A9

HEX: #AF96A9 RGB: (175,150,169)

Color info

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

RGB color model

#AF96A9 color RGB value is (175,150,169).

RGB: (175,150,169) (69%, 59%, 66%)

RGB channels and saturation

R 175 of 255 = 69%
G 150 of 255 = 59%
B 169 of 255 = 66%

175
150
169

R + G + B ~ 65%. #AF96A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 150 + 169 = 494 (100%)
R 175 of 494 ~ 35.43%
G 150 of 494 ~ 30.36%
B 169 of 494 ~ 34.21'%

%35.43
%30.36
%34.21

CMYK color model

#AF96A9 color CMYK value is (0,14,3,31).

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

CMYK: (0,14,3,31)
C0M14Y3K31 (0%, 14%, 3%, 31%)
(0.00 / 0.14 / 0.03 / 0.31)

CMYK percentages

%0
%14.29
%3.43
%31.37

Codes

Color #AF96A9 in popluar color models

AF 96 A9
RGB 175 150 169
HSL 314° 13.51% 63.73%
HSB/HSV 314° 14.29% 68.63%
CMYK 0.00% 14.29% 3.43%
31.37%

Color #AF96A9 in popluar number systems.

HEX AF 96 A9
Decimal 175 150 169
Binary 10101111 10010110 10101001
Octal 257 226 251

Shades and tints

Shades of #AF96A9

#AF96A9
(175,150,169)
#A0899A
(160,137,154)
#917C8B
(145,124,139)
#826F7C
(130,111,124)
#73626D
(115,98,109)
#64555E
(100,85,94)
#55484F
(85,72,79)
#463B40
(70,59,64)
#372E31
(55,46,49)
#282122
(40,33,34)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AF96A9

#AF96A9
(175,150,169)
#B69FB0
(182,159,176)
#BDA8B7
(189,168,183)
#C4B1BE
(196,177,190)
#CBBAC5
(203,186,197)
#D2C3CC
(210,195,204)
#D9CCD3
(217,204,211)
#E0D5DA
(224,213,218)
#E7DEE1
(231,222,225)
#EEE7E8
(238,231,232)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF96A9; }

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

This text font color is #AF96A9.

Background Color

.myBgColor { background-color: #AF96A9; }

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

This div background color is #AF96A9.

Border color

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

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

This div border color is #AF96A9.

Opacity

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

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

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

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

This text has shadow with #AF96A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF96A9.

Preview

Color preview on black background

This text has color #AF96A9 on black background.


Color preview on white background

This text has color #AF96A9 on white background.


Black color preview on #AF96A9 background

This text has black color on #AF96A9 background.


White color preview on #AF96A9 background

This text has white color on #AF96A9 background.


Related colors

Complementary color

Complementary color for #hex is #506956.


I love getcolorcode.com

Triadic colors

1 #A9AF96 and #96A9AF with #AF96A9 are triadic colors.

2 #A996AF and #96AFA9 with #AF96A9 are triadic colors.