COLOR #AF9097

HEX: #AF9097 RGB: (175,144,151)

Color info

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

RGB color model

#AF9097 color RGB value is (175,144,151).

RGB: (175,144,151) (69%, 56%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 151 of 255 = 59%

175
144
151

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

Portions of RGB colors in percentages

R + G + B = 175 + 144 + 151 = 470 (100%)
R 175 of 470 ~ 37.23%
G 144 of 470 ~ 30.64%
B 151 of 470 ~ 32.13'%

%37.23
%30.64
%32.13

CMYK color model

#AF9097 color CMYK value is (0,18,14,31).

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

CMYK: (0,18,14,31)
C0M18Y14K31 (0%, 18%, 14%, 31%)
(0.00 / 0.18 / 0.14 / 0.31)

CMYK percentages

%0
%17.71
%13.71
%31.37

Codes

Color #AF9097 in popluar color models

AF 90 97
RGB 175 144 151
HSL 346° 16.23% 62.55%
HSB/HSV 346° 17.71% 68.63%
CMYK 0.00% 17.71% 13.71%
31.37%

Color #AF9097 in popluar number systems.

HEX AF 90 97
Decimal 175 144 151
Binary 10101111 10010000 10010111
Octal 257 220 227

Shades and tints

Shades of #AF9097

#AF9097
(175,144,151)
#A0838A
(160,131,138)
#91767D
(145,118,125)
#826970
(130,105,112)
#735C63
(115,92,99)
#644F56
(100,79,86)
#554249
(85,66,73)
#46353C
(70,53,60)
#37282F
(55,40,47)
#281B22
(40,27,34)
#190E15
(25,14,21)
#000000
(0,0,0)

Tints of #AF9097

#AF9097
(175,144,151)
#B69AA0
(182,154,160)
#BDA4A9
(189,164,169)
#C4AEB2
(196,174,178)
#CBB8BB
(203,184,187)
#D2C2C4
(210,194,196)
#D9CCCD
(217,204,205)
#E0D6D6
(224,214,214)
#E7E0DF
(231,224,223)
#EEEAE8
(238,234,232)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9097; }

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

This text font color is #AF9097.

Background Color

.myBgColor { background-color: #AF9097; }

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

This div background color is #AF9097.

Border color

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

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

This div border color is #AF9097.

Opacity

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

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

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

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

This text has shadow with #AF9097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9097.

Preview

Color preview on black background

This text has color #AF9097 on black background.


Color preview on white background

This text has color #AF9097 on white background.


Black color preview on #AF9097 background

This text has black color on #AF9097 background.


White color preview on #AF9097 background

This text has white color on #AF9097 background.


Related colors

Complementary color

Complementary color for #hex is #506F68.


I love getcolorcode.com

Triadic colors

1 #97AF90 and #9097AF with #AF9097 are triadic colors.

2 #9790AF and #90AF97 with #AF9097 are triadic colors.