COLOR #AD7261

HEX: #AD7261
RGB: (173,114,97)

Color info

#AD7261 contains mainly red and green colors. Web safe color of #AD7261 is #996666 (or #966).

RGB color model

#AD7261 color RGB value is (173,114,97).

  • red value is 173;
  • green value is 114;
  • blue value is 97.
RGB:
(173,114,97)
(68%,45%,38%)

RGB channels and saturation

R 173 of 255 = 68%
G 114 of 255 = 45%
B 97 of 255 = 38%

173
114
97

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

Portions of RGB colors in percentages

R + G + B =
173 + 114 + 97 = 384 (100%)
R 173 of 384 ~ 45.05%
G 114 of 384 ~ 29.69%
B 97 of 384 ~ 25.26%

%45.05
%29.69
%25.26

CMYK color model

#AD7261 color CMYK value is (0,34,44,32).

  • cyan value is 0.00%
  • magenta value is 34.10%
  • yellow value is 43.93%
  • key color value is 32.16%
CMYK:
(0,34,44,32)
C0M34Y44K32 
(0%,34%,44%,32%)
(0.00/0.34/0.44/0.32)	

CMYK percentages

%0
%34.1
%43.93
%32.16

Codes

Color #AD7261 in popluar color models

AD7261
RGB17311497
HSL13°31.67%52.94%
HSB/HSV13°43.93%67.84%
CMYK0.00%34.10%43.93%
32.16%

Color #AD7261 in popluar number systems.

HEXAD7261
Decimal17311497
Binary1010110111100101100001
Octal255162141

Shades and tints

Shades of #AD7261

#AD7261
(173,114,97)
#9E6859
(158,104,89)
#8F5E51
(143,94,81)
#805449
(128,84,73)
#714A41
(113,74,65)
#624039
(98,64,57)
#533631
(83,54,49)
#442C29
(68,44,41)
#352221
(53,34,33)
#261819
(38,24,25)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #AD7261

#AD7261
(173,114,97)
#B47E6F
(180,126,111)
#BB8A7D
(187,138,125)
#C2968B
(194,150,139)
#C9A299
(201,162,153)
#D0AEA7
(208,174,167)
#D7BAB5
(215,186,181)
#DEC6C3
(222,198,195)
#E5D2D1
(229,210,209)
#ECDEDF
(236,222,223)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7261; }

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

This text font color is #AD7261.


Background Color

.myBgColor { background-color: #AD7261; }

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

This div background color is #AD7261.


Border color

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

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

This div border color is #AD7261.


Opacity

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

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

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

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

This text has shadow with #AD7261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7261 on black background.


Color preview on white background

This text has color #AD7261 on white background.



Black color preview on #AD7261 background

This text has black color on #AD7261 background.


White color preview on #AD7261 background

This text has white color on #AD7261 background.