COLOR #AD7A5D

HEX: #AD7A5D
RGB: (173,122,93)

Color info

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

RGB color model

#AD7A5D color RGB value is (173,122,93).

  • red value is 173;
  • green value is 122;
  • blue value is 93.
RGB:
(173,122,93)
(68%,48%,36%)

RGB channels and saturation

R 173 of 255 = 68%
G 122 of 255 = 48%
B 93 of 255 = 36%

173
122
93

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

Portions of RGB colors in percentages

R + G + B =
173 + 122 + 93 = 388 (100%)
R 173 of 388 ~ 44.59%
G 122 of 388 ~ 31.44%
B 93 of 388 ~ 23.97%

%44.59
%31.44
%23.97

CMYK color model

#AD7A5D color CMYK value is (0,29,46,32).

  • cyan value is 0.00%
  • magenta value is 29.48%
  • yellow value is 46.24%
  • key color value is 32.16%
CMYK:
(0,29,46,32)
C0M29Y46K32 
(0%,29%,46%,32%)
(0.00/0.29/0.46/0.32)	

CMYK percentages

%0
%29.48
%46.24
%32.16

Codes

Color #AD7A5D in popluar color models

AD7A5D
RGB17312293
HSL22°32.79%52.16%
HSB/HSV22°46.24%67.84%
CMYK0.00%29.48%46.24%
32.16%

Color #AD7A5D in popluar number systems.

HEXAD7A5D
Decimal17312293
Binary1010110111110101011101
Octal255172135

Shades and tints

Shades of #AD7A5D

#AD7A5D
(173,122,93)
#9E6F55
(158,111,85)
#8F644D
(143,100,77)
#805945
(128,89,69)
#714E3D
(113,78,61)
#624335
(98,67,53)
#53382D
(83,56,45)
#442D25
(68,45,37)
#35221D
(53,34,29)
#261715
(38,23,21)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #AD7A5D

#AD7A5D
(173,122,93)
#B4866B
(180,134,107)
#BB9279
(187,146,121)
#C29E87
(194,158,135)
#C9AA95
(201,170,149)
#D0B6A3
(208,182,163)
#D7C2B1
(215,194,177)
#DECEBF
(222,206,191)
#E5DACD
(229,218,205)
#ECE6DB
(236,230,219)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7A5D color. Also use rgb(173,122,93) instead hex code.

Text Font Color

.myTextColor { color: #AD7A5D; }

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

This text font color is #AD7A5D.


Background Color

.myBgColor { background-color: #AD7A5D; }

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

This div background color is #AD7A5D.


Border color

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

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

This div border color is #AD7A5D.


Opacity

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

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

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

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

This text has shadow with #AD7A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7A5D on black background.


Color preview on white background

This text has color #AD7A5D on white background.



Black color preview on #AD7A5D background

This text has black color on #AD7A5D background.


White color preview on #AD7A5D background

This text has white color on #AD7A5D background.