COLOR #ADA25F

HEX: #ADA25F RGB: (173,162,95)

Color info

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

RGB color model

#ADA25F color RGB value is (173,162,95).

RGB: (173,162,95) (68%, 64%, 37%)

RGB channels and saturation

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

173
162
95

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

Portions of RGB colors in percentages

R + G + B = 173 + 162 + 95 = 430 (100%)
R 173 of 430 ~ 40.23%
G 162 of 430 ~ 37.67%
B 95 of 430 ~ 22.09'%

%40.23
%37.67
%22.09

CMYK color model

#ADA25F color CMYK value is (0,6,45,32).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 45.09%
  • key color value is 32.16%
CMYK: (0,6,45,32) C0M6Y45K32 (0%,6%,45%,32%) (0.00/0.06/0.45/0.32) 

CMYK percentages

%0
%6.36
%45.09
%32.16

Codes

Color #ADA25F in popluar color models

AD A2 5F
RGB 173 162 95
HSL 52° 32.23% 52.55%
HSB/HSV 52° 45.09% 67.84%
CMYK 0.00% 6.36% 45.09%
32.16%

Color #ADA25F in popluar number systems.

HEX AD A2 5F
Decimal 173 162 95
Binary 10101101 10100010 1011111
Octal 255 242 137

Shades and tints

Shades of #ADA25F

#ADA25F
(173,162,95)
#9E9457
(158,148,87)
#8F864F
(143,134,79)
#807847
(128,120,71)
#716A3F
(113,106,63)
#625C37
(98,92,55)
#534E2F
(83,78,47)
#444027
(68,64,39)
#35321F
(53,50,31)
#262417
(38,36,23)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #ADA25F

#ADA25F
(173,162,95)
#B4AA6D
(180,170,109)
#BBB27B
(187,178,123)
#C2BA89
(194,186,137)
#C9C297
(201,194,151)
#D0CAA5
(208,202,165)
#D7D2B3
(215,210,179)
#DEDAC1
(222,218,193)
#E5E2CF
(229,226,207)
#ECEADD
(236,234,221)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA25F; }

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

This text font color is #ADA25F.

Background Color

.myBgColor { background-color: #ADA25F; }

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

This div background color is #ADA25F.

Border color

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

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

This div border color is #ADA25F.

Opacity

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

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

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

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

This text has shadow with #ADA25F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA25F.

Preview

Color preview on black background

This text has color #ADA25F on black background.


Color preview on white background

This text has color #ADA25F on white background.


Black color preview on #ADA25F background

This text has black color on #ADA25F background.


White color preview on #ADA25F background

This text has white color on #ADA25F background.


Related colors

Complementary color

Complementary color for #hex is #525DA0.


I love getcolorcode.com

Triadic colors

1 #5FADA2 and #A25FAD with #ADA25F are triadic colors.

2 #5FA2AD and #A2AD5F with #ADA25F are triadic colors.