COLOR #ADAD75

HEX: #ADAD75
RGB: (173,173,117)

Color info

#ADAD75 contains red, green and blue colors in about the same proportion. Web safe color of #ADAD75 is #999966 (or #996).

RGB color model

#ADAD75 color RGB value is (173,173,117).

  • red value is 173;
  • green value is 173;
  • blue value is 117.
RGB:
(173,173,117)
(68%,68%,46%)

RGB channels and saturation

R 173 of 255 = 68%
G 173 of 255 = 68%
B 117 of 255 = 46%

173
173
117

R + G + B ~ 61%. #ADAD75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 117 = 463 (100%)
R 173 of 463 ~ 37.37%
G 173 of 463 ~ 37.37%
B 117 of 463 ~ 25.27%

%37.37
%37.37
%25.27

CMYK color model

#ADAD75 color CMYK value is (0,0,32,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 32.16%
CMYK:
(0,0,32,32)
C0M0Y32K32 
(0%,0%,32%,32%)
(0.00/0.00/0.32/0.32)	

CMYK percentages

%0
%0
%32.37
%32.16

Codes

Color #ADAD75 in popluar color models

ADAD75
RGB173173117
HSL60°25.45%56.86%
HSB/HSV60°32.37%67.84%
CMYK0.00%0.00%32.37%
32.16%

Color #ADAD75 in popluar number systems.

HEXADAD75
Decimal173173117
Binary10101101101011011110101
Octal255255165

Shades and tints

Shades of #ADAD75

#ADAD75
(173,173,117)
#9E9E6B
(158,158,107)
#8F8F61
(143,143,97)
#808057
(128,128,87)
#71714D
(113,113,77)
#626243
(98,98,67)
#535339
(83,83,57)
#44442F
(68,68,47)
#353525
(53,53,37)
#26261B
(38,38,27)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #ADAD75

#ADAD75
(173,173,117)
#B4B481
(180,180,129)
#BBBB8D
(187,187,141)
#C2C299
(194,194,153)
#C9C9A5
(201,201,165)
#D0D0B1
(208,208,177)
#D7D7BD
(215,215,189)
#DEDEC9
(222,222,201)
#E5E5D5
(229,229,213)
#ECECE1
(236,236,225)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAD75; }

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

This text font color is #ADAD75.


Background Color

.myBgColor { background-color: #ADAD75; }

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

This div background color is #ADAD75.


Border color

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

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

This div border color is #ADAD75.


Opacity

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

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

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

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

This text has shadow with #ADAD75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAD75 on black background.


Color preview on white background

This text has color #ADAD75 on white background.



Black color preview on #ADAD75 background

This text has black color on #ADAD75 background.


White color preview on #ADAD75 background

This text has white color on #ADAD75 background.