COLOR #ADA25D

HEX: #ADA25D
RGB: (173,162,93)

Color info

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

RGB color model

#ADA25D color RGB value is (173,162,93).

  • red value is 173;
  • green value is 162;
  • blue value is 93.
RGB:
(173,162,93)
(68%,64%,36%)

RGB channels and saturation

R 173 of 255 = 68%
G 162 of 255 = 64%
B 93 of 255 = 36%

173
162
93

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

Portions of RGB colors in percentages

R + G + B =
173 + 162 + 93 = 428 (100%)
R 173 of 428 ~ 40.42%
G 162 of 428 ~ 37.85%
B 93 of 428 ~ 21.73%

%40.42
%37.85
%21.73

CMYK color model

#ADA25D color CMYK value is (0,6,46,32).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 46.24%
  • key color value is 32.16%
CMYK:
(0,6,46,32)
C0M6Y46K32 
(0%,6%,46%,32%)
(0.00/0.06/0.46/0.32)	

CMYK percentages

%0
%6.36
%46.24
%32.16

Codes

Color #ADA25D in popluar color models

ADA25D
RGB17316293
HSL52°32.79%52.16%
HSB/HSV52°46.24%67.84%
CMYK0.00%6.36%46.24%
32.16%

Color #ADA25D in popluar number systems.

HEXADA25D
Decimal17316293
Binary10101101101000101011101
Octal255242135

Shades and tints

Shades of #ADA25D

#ADA25D
(173,162,93)
#9E9455
(158,148,85)
#8F864D
(143,134,77)
#807845
(128,120,69)
#716A3D
(113,106,61)
#625C35
(98,92,53)
#534E2D
(83,78,45)
#444025
(68,64,37)
#35321D
(53,50,29)
#262415
(38,36,21)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #ADA25D

#ADA25D
(173,162,93)
#B4AA6B
(180,170,107)
#BBB279
(187,178,121)
#C2BA87
(194,186,135)
#C9C295
(201,194,149)
#D0CAA3
(208,202,163)
#D7D2B1
(215,210,177)
#DEDABF
(222,218,191)
#E5E2CD
(229,226,205)
#ECEADB
(236,234,219)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA25D; }

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

This text font color is #ADA25D.


Background Color

.myBgColor { background-color: #ADA25D; }

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

This div background color is #ADA25D.


Border color

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

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

This div border color is #ADA25D.


Opacity

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

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

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

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

This text has shadow with #ADA25D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA25D on black background.


Color preview on white background

This text has color #ADA25D on white background.



Black color preview on #ADA25D background

This text has black color on #ADA25D background.


White color preview on #ADA25D background

This text has white color on #ADA25D background.