COLOR #ADAF89

HEX: #ADAF89 RGB: (173,175,137)

Color info

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

RGB color model

#ADAF89 color RGB value is (173,175,137).

RGB: (173,175,137) (68%, 69%, 54%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 137 of 255 = 54%

173
175
137

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

Portions of RGB colors in percentages

R + G + B = 173 + 175 + 137 = 485 (100%)
R 173 of 485 ~ 35.67%
G 175 of 485 ~ 36.08%
B 137 of 485 ~ 28.25'%

%35.67
%36.08
%28.25

CMYK color model

#ADAF89 color CMYK value is (1,0,22,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 21.71%
  • key color value is 31.37%

CMYK: (1,0,22,31)
C1M0Y22K31 (1%, 0%, 22%, 31%)
(0.01 / 0.00 / 0.22 / 0.31)

CMYK percentages

%1.14
%0
%21.71
%31.37

Codes

Color #ADAF89 in popluar color models

AD AF 89
RGB 173 175 137
HSL 63° 19.19% 61.18%
HSB/HSV 63° 21.71% 68.63%
CMYK 1.14% 0.00% 21.71%
31.37%

Color #ADAF89 in popluar number systems.

HEX AD AF 89
Decimal 173 175 137
Binary 10101101 10101111 10001001
Octal 255 257 211

Shades and tints

Shades of #ADAF89

#ADAF89
(173,175,137)
#9EA07D
(158,160,125)
#8F9171
(143,145,113)
#808265
(128,130,101)
#717359
(113,115,89)
#62644D
(98,100,77)
#535541
(83,85,65)
#444635
(68,70,53)
#353729
(53,55,41)
#26281D
(38,40,29)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #ADAF89

#ADAF89
(173,175,137)
#B4B693
(180,182,147)
#BBBD9D
(187,189,157)
#C2C4A7
(194,196,167)
#C9CBB1
(201,203,177)
#D0D2BB
(208,210,187)
#D7D9C5
(215,217,197)
#DEE0CF
(222,224,207)
#E5E7D9
(229,231,217)
#ECEEE3
(236,238,227)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAF89; }

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

This text font color is #ADAF89.

Background Color

.myBgColor { background-color: #ADAF89; }

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

This div background color is #ADAF89.

Border color

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

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

This div border color is #ADAF89.

Opacity

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

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

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

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

This text has shadow with #ADAF89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAF89.

Preview

Color preview on black background

This text has color #ADAF89 on black background.


Color preview on white background

This text has color #ADAF89 on white background.


Black color preview on #ADAF89 background

This text has black color on #ADAF89 background.


White color preview on #ADAF89 background

This text has white color on #ADAF89 background.


Related colors

Complementary color

Complementary color for #hex is #525076.


I love getcolorcode.com

Triadic colors

1 #89ADAF and #AF89AD with #ADAF89 are triadic colors.

2 #89AFAD and #AFAD89 with #ADAF89 are triadic colors.