COLOR #AF998C

HEX: #AF998C
RGB: (175,153,140)

Color info

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

RGB color model

#AF998C color RGB value is (175,153,140).

  • red value is 175;
  • green value is 153;
  • blue value is 140.
RGB:
(175,153,140)
(69%,60%,55%)

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 140 of 255 = 55%

175
153
140

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

Portions of RGB colors in percentages

R + G + B =
175 + 153 + 140 = 468 (100%)
R 175 of 468 ~ 37.39%
G 153 of 468 ~ 32.69%
B 140 of 468 ~ 29.91%

%37.39
%32.69
%29.91

CMYK color model

#AF998C color CMYK value is (0,13,20,31).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK:
(0,13,20,31)
C0M13Y20K31 
(0%,13%,20%,31%)
(0.00/0.13/0.20/0.31)	

CMYK percentages

%0
%12.57
%20
%31.37

Codes

Color #AF998C in popluar color models

AF998C
RGB175153140
HSL22°17.95%61.76%
HSB/HSV22°20.00%68.63%
CMYK0.00%12.57%20.00%
31.37%

Color #AF998C in popluar number systems.

HEXAF998C
Decimal175153140
Binary101011111001100110001100
Octal257231214

Shades and tints

Shades of #AF998C

#AF998C
(175,153,140)
#A08C80
(160,140,128)
#917F74
(145,127,116)
#827268
(130,114,104)
#73655C
(115,101,92)
#645850
(100,88,80)
#554B44
(85,75,68)
#463E38
(70,62,56)
#37312C
(55,49,44)
#282420
(40,36,32)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #AF998C

#AF998C
(175,153,140)
#B6A296
(182,162,150)
#BDABA0
(189,171,160)
#C4B4AA
(196,180,170)
#CBBDB4
(203,189,180)
#D2C6BE
(210,198,190)
#D9CFC8
(217,207,200)
#E0D8D2
(224,216,210)
#E7E1DC
(231,225,220)
#EEEAE6
(238,234,230)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF998C color. Also use rgb(175,153,140) instead hex code.

Text Font Color

.myTextColor { color: #AF998C; }

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

This text font color is #AF998C.


Background Color

.myBgColor { background-color: #AF998C; }

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

This div background color is #AF998C.


Border color

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

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

This div border color is #AF998C.


Opacity

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

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

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

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

This text has shadow with #AF998C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF998C on black background.


Color preview on white background

This text has color #AF998C on white background.



Black color preview on #AF998C background

This text has black color on #AF998C background.


White color preview on #AF998C background

This text has white color on #AF998C background.