COLOR #AD9011

HEX: #AD9011
RGB: (173,144,17)

Color info

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

RGB color model

#AD9011 color RGB value is (173,144,17).

  • red value is 173;
  • green value is 144;
  • blue value is 17.
RGB:
(173,144,17)
(68%,56%,7%)

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 17 of 255 = 7%

173
144
17

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

Portions of RGB colors in percentages

R + G + B =
173 + 144 + 17 = 334 (100%)
R 173 of 334 ~ 51.8%
G 144 of 334 ~ 43.11%
B 17 of 334 ~ 5.09%

%51.8
%43.11

CMYK color model

#AD9011 color CMYK value is (0,17,90,32).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 90.17%
  • key color value is 32.16%
CMYK:
(0,17,90,32)
C0M17Y90K32 
(0%,17%,90%,32%)
(0.00/0.17/0.90/0.32)	

CMYK percentages

%0
%16.76
%90.17
%32.16

Codes

Color #AD9011 in popluar color models

AD9011
RGB17314417
HSL49°82.11%37.25%
HSB/HSV49°90.17%67.84%
CMYK0.00%16.76%90.17%
32.16%

Color #AD9011 in popluar number systems.

HEXAD9011
Decimal17314417
Binary101011011001000010001
Octal25522021

Shades and tints

Shades of #AD9011

#AD9011
(173,144,17)
#9E8310
(158,131,16)
#8F760F
(143,118,15)
#80690E
(128,105,14)
#715C0D
(113,92,13)
#624F0C
(98,79,12)
#53420B
(83,66,11)
#44350A
(68,53,10)
#352809
(53,40,9)
#261B08
(38,27,8)
#170E07
(23,14,7)
#000000
(0,0,0)

Tints of #AD9011

#AD9011
(173,144,17)
#B49A26
(180,154,38)
#BBA43B
(187,164,59)
#C2AE50
(194,174,80)
#C9B865
(201,184,101)
#D0C27A
(208,194,122)
#D7CC8F
(215,204,143)
#DED6A4
(222,214,164)
#E5E0B9
(229,224,185)
#ECEACE
(236,234,206)
#F3F4E3
(243,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9011; }

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

This text font color is #AD9011.


Background Color

.myBgColor { background-color: #AD9011; }

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

This div background color is #AD9011.


Border color

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

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

This div border color is #AD9011.


Opacity

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

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

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

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

This text has shadow with #AD9011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9011 on black background.


Color preview on white background

This text has color #AD9011 on white background.



Black color preview on #AD9011 background

This text has black color on #AD9011 background.


White color preview on #AD9011 background

This text has white color on #AD9011 background.