COLOR #AD7A65

HEX: #AD7A65 RGB: (173,122,101)

Color info

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

RGB color model

#AD7A65 color RGB value is (173,122,101).

RGB: (173,122,101) (68%, 48%, 40%)

RGB channels and saturation

R 173 of 255 = 68%
G 122 of 255 = 48%
B 101 of 255 = 40%

173
122
101

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

Portions of RGB colors in percentages

R + G + B = 173 + 122 + 101 = 396 (100%)
R 173 of 396 ~ 43.69%
G 122 of 396 ~ 30.81%
B 101 of 396 ~ 25.51'%

%43.69
%30.81
%25.51

CMYK color model

#AD7A65 color CMYK value is (0,29,42,32).

  • cyan value is 0.00%
  • magenta value is 29.48%
  • yellow value is 41.62%
  • key color value is 32.16%

CMYK: (0,29,42,32)
C0M29Y42K32 (0%, 29%, 42%, 32%)
(0.00 / 0.29 / 0.42 / 0.32)

CMYK percentages

%0
%29.48
%41.62
%32.16

Codes

Color #AD7A65 in popluar color models

AD 7A 65
RGB 173 122 101
HSL 18° 30.51% 53.73%
HSB/HSV 18° 41.62% 67.84%
CMYK 0.00% 29.48% 41.62%
32.16%

Color #AD7A65 in popluar number systems.

HEX AD 7A 65
Decimal 173 122 101
Binary 10101101 1111010 1100101
Octal 255 172 145

Shades and tints

Shades of #AD7A65

#AD7A65
(173,122,101)
#9E6F5C
(158,111,92)
#8F6453
(143,100,83)
#80594A
(128,89,74)
#714E41
(113,78,65)
#624338
(98,67,56)
#53382F
(83,56,47)
#442D26
(68,45,38)
#35221D
(53,34,29)
#261714
(38,23,20)
#170C0B
(23,12,11)
#000000
(0,0,0)

Tints of #AD7A65

#AD7A65
(173,122,101)
#B48673
(180,134,115)
#BB9281
(187,146,129)
#C29E8F
(194,158,143)
#C9AA9D
(201,170,157)
#D0B6AB
(208,182,171)
#D7C2B9
(215,194,185)
#DECEC7
(222,206,199)
#E5DAD5
(229,218,213)
#ECE6E3
(236,230,227)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7A65; }

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

This text font color is #AD7A65.

Background Color

.myBgColor { background-color: #AD7A65; }

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

This div background color is #AD7A65.

Border color

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

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

This div border color is #AD7A65.

Opacity

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

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

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

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

This text has shadow with #AD7A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7A65.

Preview

Color preview on black background

This text has color #AD7A65 on black background.


Color preview on white background

This text has color #AD7A65 on white background.


Black color preview on #AD7A65 background

This text has black color on #AD7A65 background.


White color preview on #AD7A65 background

This text has white color on #AD7A65 background.


Related colors

Complementary color

Complementary color for #hex is #52859A.


I love getcolorcode.com

Triadic colors

1 #65AD7A and #7A65AD with #AD7A65 are triadic colors.

2 #657AAD and #7AAD65 with #AD7A65 are triadic colors.