COLOR #AF9888

HEX: #AF9888 RGB: (175,152,136)

Color info

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

RGB color model

#AF9888 color RGB value is (175,152,136).

RGB: (175,152,136) (69%, 60%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 136 of 255 = 53%

175
152
136

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

Portions of RGB colors in percentages

R + G + B = 175 + 152 + 136 = 463 (100%)
R 175 of 463 ~ 37.8%
G 152 of 463 ~ 32.83%
B 136 of 463 ~ 29.37'%

%37.8
%32.83
%29.37

CMYK color model

#AF9888 color CMYK value is (0,13,22,31).

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

CMYK: (0,13,22,31)
C0M13Y22K31 (0%, 13%, 22%, 31%)
(0.00 / 0.13 / 0.22 / 0.31)

CMYK percentages

%0
%13.14
%22.29
%31.37

Codes

Color #AF9888 in popluar color models

AF 98 88
RGB 175 152 136
HSL 25° 19.60% 60.98%
HSB/HSV 25° 22.29% 68.63%
CMYK 0.00% 13.14% 22.29%
31.37%

Color #AF9888 in popluar number systems.

HEX AF 98 88
Decimal 175 152 136
Binary 10101111 10011000 10001000
Octal 257 230 210

Shades and tints

Shades of #AF9888

#AF9888
(175,152,136)
#A08B7C
(160,139,124)
#917E70
(145,126,112)
#827164
(130,113,100)
#736458
(115,100,88)
#64574C
(100,87,76)
#554A40
(85,74,64)
#463D34
(70,61,52)
#373028
(55,48,40)
#28231C
(40,35,28)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #AF9888

#AF9888
(175,152,136)
#B6A192
(182,161,146)
#BDAA9C
(189,170,156)
#C4B3A6
(196,179,166)
#CBBCB0
(203,188,176)
#D2C5BA
(210,197,186)
#D9CEC4
(217,206,196)
#E0D7CE
(224,215,206)
#E7E0D8
(231,224,216)
#EEE9E2
(238,233,226)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9888; }

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

This text font color is #AF9888.

Background Color

.myBgColor { background-color: #AF9888; }

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

This div background color is #AF9888.

Border color

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

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

This div border color is #AF9888.

Opacity

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

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

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

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

This text has shadow with #AF9888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9888.

Preview

Color preview on black background

This text has color #AF9888 on black background.


Color preview on white background

This text has color #AF9888 on white background.


Black color preview on #AF9888 background

This text has black color on #AF9888 background.


White color preview on #AF9888 background

This text has white color on #AF9888 background.


Related colors

Complementary color

Complementary color for #hex is #506777.


I love getcolorcode.com

Triadic colors

1 #88AF98 and #9888AF with #AF9888 are triadic colors.

2 #8898AF and #98AF88 with #AF9888 are triadic colors.