COLOR #AD7541

HEX: #AD7541
RGB: (173,117,65)

Color info

#AD7541 contains mainly red and green colors. Web safe color of #AD7541 is #996633 (or #963).

RGB color model

#AD7541 color RGB value is (173,117,65).

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

RGB channels and saturation

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

173
117
65

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

Portions of RGB colors in percentages

R + G + B =
173 + 117 + 65 = 355 (100%)
R 173 of 355 ~ 48.73%
G 117 of 355 ~ 32.96%
B 65 of 355 ~ 18.31%

%48.73
%32.96
%18.31

CMYK color model

#AD7541 color CMYK value is (0,32,62,32).

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

CMYK percentages

%0
%32.37
%62.43
%32.16

Codes

Color #AD7541 in popluar color models

AD7541
RGB17311765
HSL29°45.38%46.67%
HSB/HSV29°62.43%67.84%
CMYK0.00%32.37%62.43%
32.16%

Color #AD7541 in popluar number systems.

HEXAD7541
Decimal17311765
Binary1010110111101011000001
Octal255165101

Shades and tints

Shades of #AD7541

#AD7541
(173,117,65)
#9E6B3C
(158,107,60)
#8F6137
(143,97,55)
#805732
(128,87,50)
#714D2D
(113,77,45)
#624328
(98,67,40)
#533923
(83,57,35)
#442F1E
(68,47,30)
#352519
(53,37,25)
#261B14
(38,27,20)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #AD7541

#AD7541
(173,117,65)
#B48152
(180,129,82)
#BB8D63
(187,141,99)
#C29974
(194,153,116)
#C9A585
(201,165,133)
#D0B196
(208,177,150)
#D7BDA7
(215,189,167)
#DEC9B8
(222,201,184)
#E5D5C9
(229,213,201)
#ECE1DA
(236,225,218)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7541; }

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

This text font color is #AD7541.


Background Color

.myBgColor { background-color: #AD7541; }

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

This div background color is #AD7541.


Border color

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

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

This div border color is #AD7541.


Opacity

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

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

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

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

This text has shadow with #AD7541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7541 on black background.


Color preview on white background

This text has color #AD7541 on white background.



Black color preview on #AD7541 background

This text has black color on #AD7541 background.


White color preview on #AD7541 background

This text has white color on #AD7541 background.