COLOR #ADA25E

HEX: #ADA25E
RGB: (173,162,94)

Color info

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

RGB color model

#ADA25E color RGB value is (173,162,94).

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

RGB channels and saturation

R 173 of 255 = 68%
G 162 of 255 = 64%
B 94 of 255 = 37%

173
162
94

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

Portions of RGB colors in percentages

R + G + B =
173 + 162 + 94 = 429 (100%)
R 173 of 429 ~ 40.33%
G 162 of 429 ~ 37.76%
B 94 of 429 ~ 21.91%

%40.33
%37.76
%21.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 45.66%
  • 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
%45.66
%32.16

Codes

Color #ADA25E in popluar color models

ADA25E
RGB17316294
HSL52°32.51%52.35%
HSB/HSV52°45.66%67.84%
CMYK0.00%6.36%45.66%
32.16%

Color #ADA25E in popluar number systems.

HEXADA25E
Decimal17316294
Binary10101101101000101011110
Octal255242136

Shades and tints

Shades of #ADA25E

#ADA25E
(173,162,94)
#9E9456
(158,148,86)
#8F864E
(143,134,78)
#807846
(128,120,70)
#716A3E
(113,106,62)
#625C36
(98,92,54)
#534E2E
(83,78,46)
#444026
(68,64,38)
#35321E
(53,50,30)
#262416
(38,36,22)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #ADA25E

#ADA25E
(173,162,94)
#B4AA6C
(180,170,108)
#BBB27A
(187,178,122)
#C2BA88
(194,186,136)
#C9C296
(201,194,150)
#D0CAA4
(208,202,164)
#D7D2B2
(215,210,178)
#DEDAC0
(222,218,192)
#E5E2CE
(229,226,206)
#ECEADC
(236,234,220)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA25E; }

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

This text font color is #ADA25E.


Background Color

.myBgColor { background-color: #ADA25E; }

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

This div background color is #ADA25E.


Border color

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

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

This div border color is #ADA25E.


Opacity

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

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

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

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

This text has shadow with #ADA25E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA25E on black background.


Color preview on white background

This text has color #ADA25E on white background.



Black color preview on #ADA25E background

This text has black color on #ADA25E background.


White color preview on #ADA25E background

This text has white color on #ADA25E background.