COLOR #ADA257

HEX: #ADA257
RGB: (173,162,87)

Color info

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

RGB color model

#ADA257 color RGB value is (173,162,87).

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

RGB channels and saturation

R 173 of 255 = 68%
G 162 of 255 = 64%
B 87 of 255 = 34%

173
162
87

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

Portions of RGB colors in percentages

R + G + B =
173 + 162 + 87 = 422 (100%)
R 173 of 422 ~ 41%
G 162 of 422 ~ 38.39%
B 87 of 422 ~ 20.62%

%41
%38.39
%20.62

CMYK color model

#ADA257 color CMYK value is (0,6,50,32).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 49.71%
  • key color value is 32.16%
CMYK:
(0,6,50,32)
C0M6Y50K32 
(0%,6%,50%,32%)
(0.00/0.06/0.50/0.32)	

CMYK percentages

%0
%6.36
%49.71
%32.16

Codes

Color #ADA257 in popluar color models

ADA257
RGB17316287
HSL52°34.40%50.98%
HSB/HSV52°49.71%67.84%
CMYK0.00%6.36%49.71%
32.16%

Color #ADA257 in popluar number systems.

HEXADA257
Decimal17316287
Binary10101101101000101010111
Octal255242127

Shades and tints

Shades of #ADA257

#ADA257
(173,162,87)
#9E9450
(158,148,80)
#8F8649
(143,134,73)
#807842
(128,120,66)
#716A3B
(113,106,59)
#625C34
(98,92,52)
#534E2D
(83,78,45)
#444026
(68,64,38)
#35321F
(53,50,31)
#262418
(38,36,24)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #ADA257

#ADA257
(173,162,87)
#B4AA66
(180,170,102)
#BBB275
(187,178,117)
#C2BA84
(194,186,132)
#C9C293
(201,194,147)
#D0CAA2
(208,202,162)
#D7D2B1
(215,210,177)
#DEDAC0
(222,218,192)
#E5E2CF
(229,226,207)
#ECEADE
(236,234,222)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA257; }

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

This text font color is #ADA257.


Background Color

.myBgColor { background-color: #ADA257; }

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

This div background color is #ADA257.


Border color

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

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

This div border color is #ADA257.


Opacity

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

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

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

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

This text has shadow with #ADA257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA257 on black background.


Color preview on white background

This text has color #ADA257 on white background.



Black color preview on #ADA257 background

This text has black color on #ADA257 background.


White color preview on #ADA257 background

This text has white color on #ADA257 background.