COLOR #AF97A1

HEX: #AF97A1 RGB: (175,151,161)

Color info

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

RGB color model

#AF97A1 color RGB value is (175,151,161).

RGB: (175,151,161) (69%, 59%, 63%)

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 161 of 255 = 63%

175
151
161

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

Portions of RGB colors in percentages

R + G + B = 175 + 151 + 161 = 487 (100%)
R 175 of 487 ~ 35.93%
G 151 of 487 ~ 31.01%
B 161 of 487 ~ 33.06'%

%35.93
%31.01
%33.06

CMYK color model

#AF97A1 color CMYK value is (0,14,8,31).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 8.00%
  • key color value is 31.37%

CMYK: (0,14,8,31)
C0M14Y8K31 (0%, 14%, 8%, 31%)
(0.00 / 0.14 / 0.08 / 0.31)

CMYK percentages

%0
%13.71
%8
%31.37

Codes

Color #AF97A1 in popluar color models

AF 97 A1
RGB 175 151 161
HSL 335° 13.04% 63.92%
HSB/HSV 335° 13.71% 68.63%
CMYK 0.00% 13.71% 8.00%
31.37%

Color #AF97A1 in popluar number systems.

HEX AF 97 A1
Decimal 175 151 161
Binary 10101111 10010111 10100001
Octal 257 227 241

Shades and tints

Shades of #AF97A1

#AF97A1
(175,151,161)
#A08A93
(160,138,147)
#917D85
(145,125,133)
#827077
(130,112,119)
#736369
(115,99,105)
#64565B
(100,86,91)
#55494D
(85,73,77)
#463C3F
(70,60,63)
#372F31
(55,47,49)
#282223
(40,34,35)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AF97A1

#AF97A1
(175,151,161)
#B6A0A9
(182,160,169)
#BDA9B1
(189,169,177)
#C4B2B9
(196,178,185)
#CBBBC1
(203,187,193)
#D2C4C9
(210,196,201)
#D9CDD1
(217,205,209)
#E0D6D9
(224,214,217)
#E7DFE1
(231,223,225)
#EEE8E9
(238,232,233)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF97A1 color. Also use rgb(175,151,161) instead hex code.

Text Font Color

.myTextColor { color: #AF97A1; }

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

This text font color is #AF97A1.

Background Color

.myBgColor { background-color: #AF97A1; }

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

This div background color is #AF97A1.

Border color

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

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

This div border color is #AF97A1.

Opacity

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

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

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

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

This text has shadow with #AF97A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF97A1.

Preview

Color preview on black background

This text has color #AF97A1 on black background.


Color preview on white background

This text has color #AF97A1 on white background.


Black color preview on #AF97A1 background

This text has black color on #AF97A1 background.


White color preview on #AF97A1 background

This text has white color on #AF97A1 background.


Related colors

Complementary color

Complementary color for #hex is #50685E.


I love getcolorcode.com

Triadic colors

1 #A1AF97 and #97A1AF with #AF97A1 are triadic colors.

2 #A197AF and #97AFA1 with #AF97A1 are triadic colors.