COLOR #ADAE65

HEX: #ADAE65 RGB: (173,174,101)

Color info

#ADAE65 contains mainly red and green colors. Web safe color of #ADAE65 is #999966 (or #996).

RGB color model

#ADAE65 color RGB value is (173,174,101).

RGB: (173,174,101) (68%, 68%, 40%)

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 101 of 255 = 40%

173
174
101

R + G + B ~ 59%. #ADAE65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 174 + 101 = 448 (100%)
R 173 of 448 ~ 38.62%
G 174 of 448 ~ 38.84%
B 101 of 448 ~ 22.54'%

%38.62
%38.84
%22.54

CMYK color model

#ADAE65 color CMYK value is (1,0,42,32).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 41.95%
  • key color value is 31.76%

CMYK: (1,0,42,32)
C1M0Y42K32 (1%, 0%, 42%, 32%)
(0.01 / 0.00 / 0.42 / 0.32)

CMYK percentages

%0.57
%0
%41.95
%31.76

Codes

Color #ADAE65 in popluar color models

AD AE 65
RGB 173 174 101
HSL 61° 31.06% 53.92%
HSB/HSV 61° 41.95% 68.24%
CMYK 0.57% 0.00% 41.95%
31.76%

Color #ADAE65 in popluar number systems.

HEX AD AE 65
Decimal 173 174 101
Binary 10101101 10101110 1100101
Octal 255 256 145

Shades and tints

Shades of #ADAE65

#ADAE65
(173,174,101)
#9E9F5C
(158,159,92)
#8F9053
(143,144,83)
#80814A
(128,129,74)
#717241
(113,114,65)
#626338
(98,99,56)
#53542F
(83,84,47)
#444526
(68,69,38)
#35361D
(53,54,29)
#262714
(38,39,20)
#17180B
(23,24,11)
#000000
(0,0,0)

Tints of #ADAE65

#ADAE65
(173,174,101)
#B4B573
(180,181,115)
#BBBC81
(187,188,129)
#C2C38F
(194,195,143)
#C9CA9D
(201,202,157)
#D0D1AB
(208,209,171)
#D7D8B9
(215,216,185)
#DEDFC7
(222,223,199)
#E5E6D5
(229,230,213)
#ECEDE3
(236,237,227)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAE65 color. Also use rgb(173,174,101) instead hex code.

Text Font Color

.myTextColor { color: #ADAE65; }

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

This text font color is #ADAE65.

Background Color

.myBgColor { background-color: #ADAE65; }

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

This div background color is #ADAE65.

Border color

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

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

This div border color is #ADAE65.

Opacity

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

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

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

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

This text has shadow with #ADAE65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAE65.

Preview

Color preview on black background

This text has color #ADAE65 on black background.


Color preview on white background

This text has color #ADAE65 on white background.


Black color preview on #ADAE65 background

This text has black color on #ADAE65 background.


White color preview on #ADAE65 background

This text has white color on #ADAE65 background.


Related colors

Complementary color

Complementary color for #hex is #52519A.


I love getcolorcode.com

Triadic colors

1 #65ADAE and #AE65AD with #ADAE65 are triadic colors.

2 #65AEAD and #AEAD65 with #ADAE65 are triadic colors.