COLOR #AF989A

HEX: #AF989A RGB: (175,152,154)

Color info

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

RGB color model

#AF989A color RGB value is (175,152,154).

RGB: (175,152,154) (69%, 60%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 154 of 255 = 60%

175
152
154

R + G + B ~ 63%. #AF989A is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 152 + 154 = 481 (100%)
R 175 of 481 ~ 36.38%
G 152 of 481 ~ 31.6%
B 154 of 481 ~ 32.02'%

%36.38
%31.6
%32.02

CMYK color model

#AF989A color CMYK value is (0,13,12,31).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 12.00%
  • key color value is 31.37%

CMYK: (0,13,12,31)
C0M13Y12K31 (0%, 13%, 12%, 31%)
(0.00 / 0.13 / 0.12 / 0.31)

CMYK percentages

%0
%13.14
%12
%31.37

Codes

Color #AF989A in popluar color models

AF 98 9A
RGB 175 152 154
HSL 355° 12.57% 64.12%
HSB/HSV 355° 13.14% 68.63%
CMYK 0.00% 13.14% 12.00%
31.37%

Color #AF989A in popluar number systems.

HEX AF 98 9A
Decimal 175 152 154
Binary 10101111 10011000 10011010
Octal 257 230 232

Shades and tints

Shades of #AF989A

#AF989A
(175,152,154)
#A08B8C
(160,139,140)
#917E7E
(145,126,126)
#827170
(130,113,112)
#736462
(115,100,98)
#645754
(100,87,84)
#554A46
(85,74,70)
#463D38
(70,61,56)
#37302A
(55,48,42)
#28231C
(40,35,28)
#19160E
(25,22,14)
#000000
(0,0,0)

Tints of #AF989A

#AF989A
(175,152,154)
#B6A1A3
(182,161,163)
#BDAAAC
(189,170,172)
#C4B3B5
(196,179,181)
#CBBCBE
(203,188,190)
#D2C5C7
(210,197,199)
#D9CED0
(217,206,208)
#E0D7D9
(224,215,217)
#E7E0E2
(231,224,226)
#EEE9EB
(238,233,235)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF989A color. Also use rgb(175,152,154) instead hex code.

Text Font Color

.myTextColor { color: #AF989A; }

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

This text font color is #AF989A.

Background Color

.myBgColor { background-color: #AF989A; }

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

This div background color is #AF989A.

Border color

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

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

This div border color is #AF989A.

Opacity

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

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

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

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

This text has shadow with #AF989A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF989A.

Preview

Color preview on black background

This text has color #AF989A on black background.


Color preview on white background

This text has color #AF989A on white background.


Black color preview on #AF989A background

This text has black color on #AF989A background.


White color preview on #AF989A background

This text has white color on #AF989A background.


Related colors

Complementary color

Complementary color for #hex is #506765.


I love getcolorcode.com

Triadic colors

1 #9AAF98 and #989AAF with #AF989A are triadic colors.

2 #9A98AF and #98AF9A with #AF989A are triadic colors.