COLOR #AD9074

HEX: #AD9074
RGB: (173,144,116)

Color info

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

RGB color model

#AD9074 color RGB value is (173,144,116).

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

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 116 of 255 = 45%

173
144
116

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

Portions of RGB colors in percentages

R + G + B =
173 + 144 + 116 = 433 (100%)
R 173 of 433 ~ 39.95%
G 144 of 433 ~ 33.26%
B 116 of 433 ~ 26.79%

%39.95
%33.26
%26.79

CMYK color model

#AD9074 color CMYK value is (0,17,33,32).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 32.95%
  • key color value is 32.16%
CMYK:
(0,17,33,32)
C0M17Y33K32 
(0%,17%,33%,32%)
(0.00/0.17/0.33/0.32)	

CMYK percentages

%0
%16.76
%32.95
%32.16

Codes

Color #AD9074 in popluar color models

AD9074
RGB173144116
HSL29°25.79%56.67%
HSB/HSV29°32.95%67.84%
CMYK0.00%16.76%32.95%
32.16%

Color #AD9074 in popluar number systems.

HEXAD9074
Decimal173144116
Binary10101101100100001110100
Octal255220164

Shades and tints

Shades of #AD9074

#AD9074
(173,144,116)
#9E836A
(158,131,106)
#8F7660
(143,118,96)
#806956
(128,105,86)
#715C4C
(113,92,76)
#624F42
(98,79,66)
#534238
(83,66,56)
#44352E
(68,53,46)
#352824
(53,40,36)
#261B1A
(38,27,26)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #AD9074

#AD9074
(173,144,116)
#B49A80
(180,154,128)
#BBA48C
(187,164,140)
#C2AE98
(194,174,152)
#C9B8A4
(201,184,164)
#D0C2B0
(208,194,176)
#D7CCBC
(215,204,188)
#DED6C8
(222,214,200)
#E5E0D4
(229,224,212)
#ECEAE0
(236,234,224)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9074; }

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

This text font color is #AD9074.


Background Color

.myBgColor { background-color: #AD9074; }

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

This div background color is #AD9074.


Border color

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

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

This div border color is #AD9074.


Opacity

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

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

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

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

This text has shadow with #AD9074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9074 on black background.


Color preview on white background

This text has color #AD9074 on white background.



Black color preview on #AD9074 background

This text has black color on #AD9074 background.


White color preview on #AD9074 background

This text has white color on #AD9074 background.