COLOR #AD905C

HEX: #AD905C
RGB: (173,144,92)

Color info

#AD905C contains mainly red and green colors. Web safe color of #AD905C is #999966 (or #996).

RGB color model

#AD905C color RGB value is (173,144,92).

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

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 92 of 255 = 36%

173
144
92

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

Portions of RGB colors in percentages

R + G + B =
173 + 144 + 92 = 409 (100%)
R 173 of 409 ~ 42.3%
G 144 of 409 ~ 35.21%
B 92 of 409 ~ 22.49%

%42.3
%35.21
%22.49

CMYK color model

#AD905C color CMYK value is (0,17,47,32).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 46.82%
  • key color value is 32.16%
CMYK:
(0,17,47,32)
C0M17Y47K32 
(0%,17%,47%,32%)
(0.00/0.17/0.47/0.32)	

CMYK percentages

%0
%16.76
%46.82
%32.16

Codes

Color #AD905C in popluar color models

AD905C
RGB17314492
HSL39°33.06%51.96%
HSB/HSV39°46.82%67.84%
CMYK0.00%16.76%46.82%
32.16%

Color #AD905C in popluar number systems.

HEXAD905C
Decimal17314492
Binary10101101100100001011100
Octal255220134

Shades and tints

Shades of #AD905C

#AD905C
(173,144,92)
#9E8354
(158,131,84)
#8F764C
(143,118,76)
#806944
(128,105,68)
#715C3C
(113,92,60)
#624F34
(98,79,52)
#53422C
(83,66,44)
#443524
(68,53,36)
#35281C
(53,40,28)
#261B14
(38,27,20)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #AD905C

#AD905C
(173,144,92)
#B49A6A
(180,154,106)
#BBA478
(187,164,120)
#C2AE86
(194,174,134)
#C9B894
(201,184,148)
#D0C2A2
(208,194,162)
#D7CCB0
(215,204,176)
#DED6BE
(222,214,190)
#E5E0CC
(229,224,204)
#ECEADA
(236,234,218)
#F3F4E8
(243,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD905C; }

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

This text font color is #AD905C.


Background Color

.myBgColor { background-color: #AD905C; }

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

This div background color is #AD905C.


Border color

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

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

This div border color is #AD905C.


Opacity

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

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

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

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

This text has shadow with #AD905C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD905C on black background.


Color preview on white background

This text has color #AD905C on white background.



Black color preview on #AD905C background

This text has black color on #AD905C background.


White color preview on #AD905C background

This text has white color on #AD905C background.