COLOR #AFAD90

HEX: #AFAD90
RGB: (175,173,144)

Color info

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

RGB color model

#AFAD90 color RGB value is (175,173,144).

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

RGB channels and saturation

R 175 of 255 = 69%
G 173 of 255 = 68%
B 144 of 255 = 56%

175
173
144

R + G + B ~ 64%. #AFAD90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 173 + 144 = 492 (100%)
R 175 of 492 ~ 35.57%
G 173 of 492 ~ 35.16%
B 144 of 492 ~ 29.27%

%35.57
%35.16
%29.27

CMYK color model

#AFAD90 color CMYK value is (0,1,18,31).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 17.71%
  • key color value is 31.37%
CMYK:
(0,1,18,31)
C0M1Y18K31 
(0%,1%,18%,31%)
(0.00/0.01/0.18/0.31)	

CMYK percentages

%0
%1.14
%17.71
%31.37

Codes

Color #AFAD90 in popluar color models

AFAD90
RGB175173144
HSL56°16.23%62.55%
HSB/HSV56°17.71%68.63%
CMYK0.00%1.14%17.71%
31.37%

Color #AFAD90 in popluar number systems.

HEXAFAD90
Decimal175173144
Binary101011111010110110010000
Octal257255220

Shades and tints

Shades of #AFAD90

#AFAD90
(175,173,144)
#A09E83
(160,158,131)
#918F76
(145,143,118)
#828069
(130,128,105)
#73715C
(115,113,92)
#64624F
(100,98,79)
#555342
(85,83,66)
#464435
(70,68,53)
#373528
(55,53,40)
#28261B
(40,38,27)
#19170E
(25,23,14)
#000000
(0,0,0)

Tints of #AFAD90

#AFAD90
(175,173,144)
#B6B49A
(182,180,154)
#BDBBA4
(189,187,164)
#C4C2AE
(196,194,174)
#CBC9B8
(203,201,184)
#D2D0C2
(210,208,194)
#D9D7CC
(217,215,204)
#E0DED6
(224,222,214)
#E7E5E0
(231,229,224)
#EEECEA
(238,236,234)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAD90; }

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

This text font color is #AFAD90.


Background Color

.myBgColor { background-color: #AFAD90; }

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

This div background color is #AFAD90.


Border color

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

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

This div border color is #AFAD90.


Opacity

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

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

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

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

This text has shadow with #AFAD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAD90 on black background.


Color preview on white background

This text has color #AFAD90 on white background.



Black color preview on #AFAD90 background

This text has black color on #AFAD90 background.


White color preview on #AFAD90 background

This text has white color on #AFAD90 background.