COLOR #ADA34C

HEX: #ADA34C
RGB: (173,163,76)

Color info

#ADA34C contains mainly red and green colors. Web safe color of #ADA34C is #999933 (or #993).

RGB color model

#ADA34C color RGB value is (173,163,76).

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

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 76 of 255 = 30%

173
163
76

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

Portions of RGB colors in percentages

R + G + B =
173 + 163 + 76 = 412 (100%)
R 173 of 412 ~ 41.99%
G 163 of 412 ~ 39.56%
B 76 of 412 ~ 18.45%

%41.99
%39.56
%18.45

CMYK color model

#ADA34C color CMYK value is (0,6,56,32).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 56.07%
  • key color value is 32.16%
CMYK:
(0,6,56,32)
C0M6Y56K32 
(0%,6%,56%,32%)
(0.00/0.06/0.56/0.32)	

CMYK percentages

%0
%5.78
%56.07
%32.16

Codes

Color #ADA34C in popluar color models

ADA34C
RGB17316376
HSL54°38.96%48.82%
HSB/HSV54°56.07%67.84%
CMYK0.00%5.78%56.07%
32.16%

Color #ADA34C in popluar number systems.

HEXADA34C
Decimal17316376
Binary10101101101000111001100
Octal255243114

Shades and tints

Shades of #ADA34C

#ADA34C
(173,163,76)
#9E9546
(158,149,70)
#8F8740
(143,135,64)
#80793A
(128,121,58)
#716B34
(113,107,52)
#625D2E
(98,93,46)
#534F28
(83,79,40)
#444122
(68,65,34)
#35331C
(53,51,28)
#262516
(38,37,22)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #ADA34C

#ADA34C
(173,163,76)
#B4AB5C
(180,171,92)
#BBB36C
(187,179,108)
#C2BB7C
(194,187,124)
#C9C38C
(201,195,140)
#D0CB9C
(208,203,156)
#D7D3AC
(215,211,172)
#DEDBBC
(222,219,188)
#E5E3CC
(229,227,204)
#ECEBDC
(236,235,220)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA34C; }

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

This text font color is #ADA34C.


Background Color

.myBgColor { background-color: #ADA34C; }

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

This div background color is #ADA34C.


Border color

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

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

This div border color is #ADA34C.


Opacity

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

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

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

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

This text has shadow with #ADA34C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA34C on black background.


Color preview on white background

This text has color #ADA34C on white background.



Black color preview on #ADA34C background

This text has black color on #ADA34C background.


White color preview on #ADA34C background

This text has white color on #ADA34C background.