COLOR #ADA802

HEX: #ADA802
RGB: (173,168,2)

Color info

#ADA802 contains mainly red and green colors. Web safe color of #ADA802 is #999900 (or #990).

RGB color model

#ADA802 color RGB value is (173,168,2).

  • red value is 173;
  • green value is 168;
  • blue value is 2.
RGB:
(173,168,2)
(68%,66%,1%)

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 2 of 255 = 1%

173
168
2

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

Portions of RGB colors in percentages

R + G + B =
173 + 168 + 2 = 343 (100%)
R 173 of 343 ~ 50.44%
G 168 of 343 ~ 48.98%
B 2 of 343 ~ 0.58%

%50.44
%48.98

CMYK color model

#ADA802 color CMYK value is (0,3,99,32).

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 98.84%
  • key color value is 32.16%
CMYK:
(0,3,99,32)
C0M3Y99K32 
(0%,3%,99%,32%)
(0.00/0.03/0.99/0.32)	

CMYK percentages

%0
%2.89
%98.84
%32.16

Codes

Color #ADA802 in popluar color models

ADA802
RGB1731682
HSL58°97.71%34.31%
HSB/HSV58°98.84%67.84%
CMYK0.00%2.89%98.84%
32.16%

Color #ADA802 in popluar number systems.

HEXADA802
Decimal1731682
Binary101011011010100010
Octal2552502

Shades and tints

Shades of #ADA802

#ADA802
(173,168,2)
#9E9902
(158,153,2)
#8F8A02
(143,138,2)
#807B02
(128,123,2)
#716C02
(113,108,2)
#625D02
(98,93,2)
#534E02
(83,78,2)
#443F02
(68,63,2)
#353002
(53,48,2)
#262102
(38,33,2)
#171202
(23,18,2)
#000000
(0,0,0)

Tints of #ADA802

#ADA802
(173,168,2)
#B4AF19
(180,175,25)
#BBB630
(187,182,48)
#C2BD47
(194,189,71)
#C9C45E
(201,196,94)
#D0CB75
(208,203,117)
#D7D28C
(215,210,140)
#DED9A3
(222,217,163)
#E5E0BA
(229,224,186)
#ECE7D1
(236,231,209)
#F3EEE8
(243,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA802 color. Also use rgb(173,168,2) instead hex code.

Text Font Color

.myTextColor { color: #ADA802; }

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

This text font color is #ADA802.


Background Color

.myBgColor { background-color: #ADA802; }

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

This div background color is #ADA802.


Border color

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

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

This div border color is #ADA802.


Opacity

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

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

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

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

This text has shadow with #ADA802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA802 on black background.


Color preview on white background

This text has color #ADA802 on white background.



Black color preview on #ADA802 background

This text has black color on #ADA802 background.


White color preview on #ADA802 background

This text has white color on #ADA802 background.