COLOR #ADA77F

HEX: #ADA77F RGB: (173,167,127)

Color info

#ADA77F contains red, green and blue colors in about the same proportion. Web safe color of #ADA77F is #999966 (or #996).

RGB color model

#ADA77F color RGB value is (173,167,127).

RGB: (173,167,127) (68%, 65%, 50%)

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 127 of 255 = 50%

173
167
127

R + G + B ~ 61%. #ADA77F is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 167 + 127 = 467 (100%)
R 173 of 467 ~ 37.04%
G 167 of 467 ~ 35.76%
B 127 of 467 ~ 27.19'%

%37.04
%35.76
%27.19

CMYK color model

#ADA77F color CMYK value is (0,3,27,32).

  • cyan value is 0.00%
  • magenta value is 3.47%
  • yellow value is 26.59%
  • key color value is 32.16%

CMYK: (0,3,27,32)
C0M3Y27K32 (0%, 3%, 27%, 32%)
(0.00 / 0.03 / 0.27 / 0.32)

CMYK percentages

%0
%3.47
%26.59
%32.16

Codes

Color #ADA77F in popluar color models

AD A7 7F
RGB 173 167 127
HSL 52° 21.90% 58.82%
HSB/HSV 52° 26.59% 67.84%
CMYK 0.00% 3.47% 26.59%
32.16%

Color #ADA77F in popluar number systems.

HEX AD A7 7F
Decimal 173 167 127
Binary 10101101 10100111 1111111
Octal 255 247 177

Shades and tints

Shades of #ADA77F

#ADA77F
(173,167,127)
#9E9874
(158,152,116)
#8F8969
(143,137,105)
#807A5E
(128,122,94)
#716B53
(113,107,83)
#625C48
(98,92,72)
#534D3D
(83,77,61)
#443E32
(68,62,50)
#352F27
(53,47,39)
#26201C
(38,32,28)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #ADA77F

#ADA77F
(173,167,127)
#B4AF8A
(180,175,138)
#BBB795
(187,183,149)
#C2BFA0
(194,191,160)
#C9C7AB
(201,199,171)
#D0CFB6
(208,207,182)
#D7D7C1
(215,215,193)
#DEDFCC
(222,223,204)
#E5E7D7
(229,231,215)
#ECEFE2
(236,239,226)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA77F color. Also use rgb(173,167,127) instead hex code.

Text Font Color

.myTextColor { color: #ADA77F; }

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

This text font color is #ADA77F.

Background Color

.myBgColor { background-color: #ADA77F; }

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

This div background color is #ADA77F.

Border color

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

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

This div border color is #ADA77F.

Opacity

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

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

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

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

This text has shadow with #ADA77F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA77F.

Preview

Color preview on black background

This text has color #ADA77F on black background.


Color preview on white background

This text has color #ADA77F on white background.


Black color preview on #ADA77F background

This text has black color on #ADA77F background.


White color preview on #ADA77F background

This text has white color on #ADA77F background.


Related colors

Complementary color

Complementary color for #hex is #525880.


I love getcolorcode.com

Triadic colors

1 #7FADA7 and #A77FAD with #ADA77F are triadic colors.

2 #7FA7AD and #A7AD7F with #ADA77F are triadic colors.