COLOR #ADAF91

HEX: #ADAF91
RGB: (173,175,145)

Color info

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

RGB color model

#ADAF91 color RGB value is (173,175,145).

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

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 145 of 255 = 57%

173
175
145

R + G + B ~ 65%. #ADAF91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 175 + 145 = 493 (100%)
R 173 of 493 ~ 35.09%
G 175 of 493 ~ 35.5%
B 145 of 493 ~ 29.41%

%35.09
%35.5
%29.41

CMYK color model

#ADAF91 color CMYK value is (1,0,17,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 31.37%
CMYK:
(1,0,17,31)
C1M0Y17K31 
(1%,0%,17%,31%)
(0.01/0.00/0.17/0.31)	

CMYK percentages

%1.14
%0
%17.14
%31.37

Codes

Color #ADAF91 in popluar color models

ADAF91
RGB173175145
HSL64°15.79%62.75%
HSB/HSV64°17.14%68.63%
CMYK1.14%0.00%17.14%
31.37%

Color #ADAF91 in popluar number systems.

HEXADAF91
Decimal173175145
Binary101011011010111110010001
Octal255257221

Shades and tints

Shades of #ADAF91

#ADAF91
(173,175,145)
#9EA084
(158,160,132)
#8F9177
(143,145,119)
#80826A
(128,130,106)
#71735D
(113,115,93)
#626450
(98,100,80)
#535543
(83,85,67)
#444636
(68,70,54)
#353729
(53,55,41)
#26281C
(38,40,28)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #ADAF91

#ADAF91
(173,175,145)
#B4B69B
(180,182,155)
#BBBDA5
(187,189,165)
#C2C4AF
(194,196,175)
#C9CBB9
(201,203,185)
#D0D2C3
(208,210,195)
#D7D9CD
(215,217,205)
#DEE0D7
(222,224,215)
#E5E7E1
(229,231,225)
#ECEEEB
(236,238,235)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAF91; }

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

This text font color is #ADAF91.


Background Color

.myBgColor { background-color: #ADAF91; }

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

This div background color is #ADAF91.


Border color

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

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

This div border color is #ADAF91.


Opacity

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

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

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

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

This text has shadow with #ADAF91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAF91 on black background.


Color preview on white background

This text has color #ADAF91 on white background.



Black color preview on #ADAF91 background

This text has black color on #ADAF91 background.


White color preview on #ADAF91 background

This text has white color on #ADAF91 background.