COLOR #ADA469

HEX: #ADA469
RGB: (173,164,105)

Color info

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

RGB color model

#ADA469 color RGB value is (173,164,105).

  • red value is 173;
  • green value is 164;
  • blue value is 105.
RGB:
(173,164,105)
(68%,64%,41%)

RGB channels and saturation

R 173 of 255 = 68%
G 164 of 255 = 64%
B 105 of 255 = 41%

173
164
105

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

Portions of RGB colors in percentages

R + G + B =
173 + 164 + 105 = 442 (100%)
R 173 of 442 ~ 39.14%
G 164 of 442 ~ 37.1%
B 105 of 442 ~ 23.76%

%39.14
%37.1
%23.76

CMYK color model

#ADA469 color CMYK value is (0,5,39,32).

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 39.31%
  • key color value is 32.16%
CMYK:
(0,5,39,32)
C0M5Y39K32 
(0%,5%,39%,32%)
(0.00/0.05/0.39/0.32)	

CMYK percentages

%0
%5.2
%39.31
%32.16

Codes

Color #ADA469 in popluar color models

ADA469
RGB173164105
HSL52°29.31%54.51%
HSB/HSV52°39.31%67.84%
CMYK0.00%5.20%39.31%
32.16%

Color #ADA469 in popluar number systems.

HEXADA469
Decimal173164105
Binary10101101101001001101001
Octal255244151

Shades and tints

Shades of #ADA469

#ADA469
(173,164,105)
#9E9660
(158,150,96)
#8F8857
(143,136,87)
#807A4E
(128,122,78)
#716C45
(113,108,69)
#625E3C
(98,94,60)
#535033
(83,80,51)
#44422A
(68,66,42)
#353421
(53,52,33)
#262618
(38,38,24)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #ADA469

#ADA469
(173,164,105)
#B4AC76
(180,172,118)
#BBB483
(187,180,131)
#C2BC90
(194,188,144)
#C9C49D
(201,196,157)
#D0CCAA
(208,204,170)
#D7D4B7
(215,212,183)
#DEDCC4
(222,220,196)
#E5E4D1
(229,228,209)
#ECECDE
(236,236,222)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA469 color. Also use rgb(173,164,105) instead hex code.

Text Font Color

.myTextColor { color: #ADA469; }

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

This text font color is #ADA469.


Background Color

.myBgColor { background-color: #ADA469; }

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

This div background color is #ADA469.


Border color

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

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

This div border color is #ADA469.


Opacity

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

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

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

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

This text has shadow with #ADA469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA469 on black background.


Color preview on white background

This text has color #ADA469 on white background.



Black color preview on #ADA469 background

This text has black color on #ADA469 background.


White color preview on #ADA469 background

This text has white color on #ADA469 background.