COLOR #AD7B67

HEX: #AD7B67 RGB: (173,123,103)

Color info

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

RGB color model

#AD7B67 color RGB value is (173,123,103).

RGB: (173,123,103) (68%, 48%, 40%)

RGB channels and saturation

R 173 of 255 = 68%
G 123 of 255 = 48%
B 103 of 255 = 40%

173
123
103

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

Portions of RGB colors in percentages

R + G + B = 173 + 123 + 103 = 399 (100%)
R 173 of 399 ~ 43.36%
G 123 of 399 ~ 30.83%
B 103 of 399 ~ 25.81'%

%43.36
%30.83
%25.81

CMYK color model

#AD7B67 color CMYK value is (0,29,40,32).

  • cyan value is 0.00%
  • magenta value is 28.90%
  • yellow value is 40.46%
  • key color value is 32.16%

CMYK: (0,29,40,32)
C0M29Y40K32 (0%, 29%, 40%, 32%)
(0.00 / 0.29 / 0.40 / 0.32)

CMYK percentages

%0
%28.9
%40.46
%32.16

Codes

Color #AD7B67 in popluar color models

AD 7B 67
RGB 173 123 103
HSL 17° 29.91% 54.12%
HSB/HSV 17° 40.46% 67.84%
CMYK 0.00% 28.90% 40.46%
32.16%

Color #AD7B67 in popluar number systems.

HEX AD 7B 67
Decimal 173 123 103
Binary 10101101 1111011 1100111
Octal 255 173 147

Shades and tints

Shades of #AD7B67

#AD7B67
(173,123,103)
#9E705E
(158,112,94)
#8F6555
(143,101,85)
#805A4C
(128,90,76)
#714F43
(113,79,67)
#62443A
(98,68,58)
#533931
(83,57,49)
#442E28
(68,46,40)
#35231F
(53,35,31)
#261816
(38,24,22)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #AD7B67

#AD7B67
(173,123,103)
#B48774
(180,135,116)
#BB9381
(187,147,129)
#C29F8E
(194,159,142)
#C9AB9B
(201,171,155)
#D0B7A8
(208,183,168)
#D7C3B5
(215,195,181)
#DECFC2
(222,207,194)
#E5DBCF
(229,219,207)
#ECE7DC
(236,231,220)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7B67 color. Also use rgb(173,123,103) instead hex code.

Text Font Color

.myTextColor { color: #AD7B67; }

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

This text font color is #AD7B67.

Background Color

.myBgColor { background-color: #AD7B67; }

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

This div background color is #AD7B67.

Border color

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

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

This div border color is #AD7B67.

Opacity

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

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

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

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

This text has shadow with #AD7B67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7B67.

Preview

Color preview on black background

This text has color #AD7B67 on black background.


Color preview on white background

This text has color #AD7B67 on white background.


Black color preview on #AD7B67 background

This text has black color on #AD7B67 background.


White color preview on #AD7B67 background

This text has white color on #AD7B67 background.


Related colors

Complementary color

Complementary color for #hex is #528498.


I love getcolorcode.com

Triadic colors

1 #67AD7B and #7B67AD with #AD7B67 are triadic colors.

2 #677BAD and #7BAD67 with #AD7B67 are triadic colors.