COLOR #ADA279

HEX: #ADA279 RGB: (173,162,121)

Color info

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

RGB color model

#ADA279 color RGB value is (173,162,121).

RGB: (173,162,121) (68%, 64%, 47%)

RGB channels and saturation

R 173 of 255 = 68%
G 162 of 255 = 64%
B 121 of 255 = 47%

173
162
121

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

Portions of RGB colors in percentages

R + G + B = 173 + 162 + 121 = 456 (100%)
R 173 of 456 ~ 37.94%
G 162 of 456 ~ 35.53%
B 121 of 456 ~ 26.54'%

%37.94
%35.53
%26.54

CMYK color model

#ADA279 color CMYK value is (0,6,30,32).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 30.06%
  • key color value is 32.16%

CMYK: (0,6,30,32)
C0M6Y30K32 (0%, 6%, 30%, 32%)
(0.00 / 0.06 / 0.30 / 0.32)

CMYK percentages

%0
%6.36
%30.06
%32.16

Codes

Color #ADA279 in popluar color models

AD A2 79
RGB 173 162 121
HSL 47° 24.07% 57.65%
HSB/HSV 47° 30.06% 67.84%
CMYK 0.00% 6.36% 30.06%
32.16%

Color #ADA279 in popluar number systems.

HEX AD A2 79
Decimal 173 162 121
Binary 10101101 10100010 1111001
Octal 255 242 171

Shades and tints

Shades of #ADA279

#ADA279
(173,162,121)
#9E946E
(158,148,110)
#8F8663
(143,134,99)
#807858
(128,120,88)
#716A4D
(113,106,77)
#625C42
(98,92,66)
#534E37
(83,78,55)
#44402C
(68,64,44)
#353221
(53,50,33)
#262416
(38,36,22)
#17160B
(23,22,11)
#000000
(0,0,0)

Tints of #ADA279

#ADA279
(173,162,121)
#B4AA85
(180,170,133)
#BBB291
(187,178,145)
#C2BA9D
(194,186,157)
#C9C2A9
(201,194,169)
#D0CAB5
(208,202,181)
#D7D2C1
(215,210,193)
#DEDACD
(222,218,205)
#E5E2D9
(229,226,217)
#ECEAE5
(236,234,229)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA279 color. Also use rgb(173,162,121) instead hex code.

Text Font Color

.myTextColor { color: #ADA279; }

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

This text font color is #ADA279.

Background Color

.myBgColor { background-color: #ADA279; }

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

This div background color is #ADA279.

Border color

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

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

This div border color is #ADA279.

Opacity

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

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

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

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

This text has shadow with #ADA279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA279.

Preview

Color preview on black background

This text has color #ADA279 on black background.


Color preview on white background

This text has color #ADA279 on white background.


Black color preview on #ADA279 background

This text has black color on #ADA279 background.


White color preview on #ADA279 background

This text has white color on #ADA279 background.


Related colors

Complementary color

Complementary color for #hex is #525D86.


I love getcolorcode.com

Triadic colors

1 #79ADA2 and #A279AD with #ADA279 are triadic colors.

2 #79A2AD and #A2AD79 with #ADA279 are triadic colors.