COLOR #ADA370

HEX: #ADA370
RGB: (173,163,112)

Color info

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

RGB color model

#ADA370 color RGB value is (173,163,112).

  • red value is 173;
  • green value is 163;
  • blue value is 112.
RGB:
(173,163,112)
(68%,64%,44%)

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 112 of 255 = 44%

173
163
112

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

Portions of RGB colors in percentages

R + G + B =
173 + 163 + 112 = 448 (100%)
R 173 of 448 ~ 38.62%
G 163 of 448 ~ 36.38%
B 112 of 448 ~ 25%

%38.62
%36.38
%25

CMYK color model

#ADA370 color CMYK value is (0,6,35,32).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 35.26%
  • key color value is 32.16%
CMYK:
(0,6,35,32)
C0M6Y35K32 
(0%,6%,35%,32%)
(0.00/0.06/0.35/0.32)	

CMYK percentages

%0
%5.78
%35.26
%32.16

Codes

Color #ADA370 in popluar color models

ADA370
RGB173163112
HSL50°27.11%55.88%
HSB/HSV50°35.26%67.84%
CMYK0.00%5.78%35.26%
32.16%

Color #ADA370 in popluar number systems.

HEXADA370
Decimal173163112
Binary10101101101000111110000
Octal255243160

Shades and tints

Shades of #ADA370

#ADA370
(173,163,112)
#9E9566
(158,149,102)
#8F875C
(143,135,92)
#807952
(128,121,82)
#716B48
(113,107,72)
#625D3E
(98,93,62)
#534F34
(83,79,52)
#44412A
(68,65,42)
#353320
(53,51,32)
#262516
(38,37,22)
#17170C
(23,23,12)
#000000
(0,0,0)

Tints of #ADA370

#ADA370
(173,163,112)
#B4AB7D
(180,171,125)
#BBB38A
(187,179,138)
#C2BB97
(194,187,151)
#C9C3A4
(201,195,164)
#D0CBB1
(208,203,177)
#D7D3BE
(215,211,190)
#DEDBCB
(222,219,203)
#E5E3D8
(229,227,216)
#ECEBE5
(236,235,229)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA370 color. Also use rgb(173,163,112) instead hex code.

Text Font Color

.myTextColor { color: #ADA370; }

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

This text font color is #ADA370.


Background Color

.myBgColor { background-color: #ADA370; }

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

This div background color is #ADA370.


Border color

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

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

This div border color is #ADA370.


Opacity

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

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

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

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

This text has shadow with #ADA370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA370 on black background.


Color preview on white background

This text has color #ADA370 on white background.



Black color preview on #ADA370 background

This text has black color on #ADA370 background.


White color preview on #ADA370 background

This text has white color on #ADA370 background.