COLOR #AF9D90

HEX: #AF9D90
RGB: (175,157,144)

Color info

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

RGB color model

#AF9D90 color RGB value is (175,157,144).

  • red value is 175;
  • green value is 157;
  • blue value is 144.
RGB:
(175,157,144)
(69%,62%,56%)

RGB channels and saturation

R 175 of 255 = 69%
G 157 of 255 = 62%
B 144 of 255 = 56%

175
157
144

R + G + B ~ 62%. #AF9D90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 157 + 144 = 476 (100%)
R 175 of 476 ~ 36.76%
G 157 of 476 ~ 32.98%
B 144 of 476 ~ 30.25%

%36.76
%32.98
%30.25

CMYK color model

#AF9D90 color CMYK value is (0,10,18,31).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 17.71%
  • key color value is 31.37%
CMYK:
(0,10,18,31)
C0M10Y18K31 
(0%,10%,18%,31%)
(0.00/0.10/0.18/0.31)	

CMYK percentages

%0
%10.29
%17.71
%31.37

Codes

Color #AF9D90 in popluar color models

AF9D90
RGB175157144
HSL25°16.23%62.55%
HSB/HSV25°17.71%68.63%
CMYK0.00%10.29%17.71%
31.37%

Color #AF9D90 in popluar number systems.

HEXAF9D90
Decimal175157144
Binary101011111001110110010000
Octal257235220

Shades and tints

Shades of #AF9D90

#AF9D90
(175,157,144)
#A08F83
(160,143,131)
#918176
(145,129,118)
#827369
(130,115,105)
#73655C
(115,101,92)
#64574F
(100,87,79)
#554942
(85,73,66)
#463B35
(70,59,53)
#372D28
(55,45,40)
#281F1B
(40,31,27)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #AF9D90

#AF9D90
(175,157,144)
#B6A59A
(182,165,154)
#BDADA4
(189,173,164)
#C4B5AE
(196,181,174)
#CBBDB8
(203,189,184)
#D2C5C2
(210,197,194)
#D9CDCC
(217,205,204)
#E0D5D6
(224,213,214)
#E7DDE0
(231,221,224)
#EEE5EA
(238,229,234)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9D90; }

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

This text font color is #AF9D90.


Background Color

.myBgColor { background-color: #AF9D90; }

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

This div background color is #AF9D90.


Border color

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

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

This div border color is #AF9D90.


Opacity

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

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

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

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

This text has shadow with #AF9D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9D90 on black background.


Color preview on white background

This text has color #AF9D90 on white background.



Black color preview on #AF9D90 background

This text has black color on #AF9D90 background.


White color preview on #AF9D90 background

This text has white color on #AF9D90 background.