COLOR #AD7B54

HEX: #AD7B54 RGB: (173,123,84)

Color info

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

RGB color model

#AD7B54 color RGB value is (173,123,84).

RGB: (173,123,84) (68%, 48%, 33%)

RGB channels and saturation

R 173 of 255 = 68%
G 123 of 255 = 48%
B 84 of 255 = 33%

173
123
84

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

Portions of RGB colors in percentages

R + G + B = 173 + 123 + 84 = 380 (100%)
R 173 of 380 ~ 45.53%
G 123 of 380 ~ 32.37%
B 84 of 380 ~ 22.11'%

%45.53
%32.37
%22.11

CMYK color model

#AD7B54 color CMYK value is (0,29,51,32).

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

CMYK: (0,29,51,32)
C0M29Y51K32 (0%, 29%, 51%, 32%)
(0.00 / 0.29 / 0.51 / 0.32)

CMYK percentages

%0
%28.9
%51.45
%32.16

Codes

Color #AD7B54 in popluar color models

AD 7B 54
RGB 173 123 84
HSL 26° 35.18% 50.39%
HSB/HSV 26° 51.45% 67.84%
CMYK 0.00% 28.90% 51.45%
32.16%

Color #AD7B54 in popluar number systems.

HEX AD 7B 54
Decimal 173 123 84
Binary 10101101 1111011 1010100
Octal 255 173 124

Shades and tints

Shades of #AD7B54

#AD7B54
(173,123,84)
#9E704D
(158,112,77)
#8F6546
(143,101,70)
#805A3F
(128,90,63)
#714F38
(113,79,56)
#624431
(98,68,49)
#53392A
(83,57,42)
#442E23
(68,46,35)
#35231C
(53,35,28)
#261815
(38,24,21)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #AD7B54

#AD7B54
(173,123,84)
#B48763
(180,135,99)
#BB9372
(187,147,114)
#C29F81
(194,159,129)
#C9AB90
(201,171,144)
#D0B79F
(208,183,159)
#D7C3AE
(215,195,174)
#DECFBD
(222,207,189)
#E5DBCC
(229,219,204)
#ECE7DB
(236,231,219)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7B54; }

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

This text font color is #AD7B54.

Background Color

.myBgColor { background-color: #AD7B54; }

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

This div background color is #AD7B54.

Border color

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

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

This div border color is #AD7B54.

Opacity

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

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

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

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

This text has shadow with #AD7B54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7B54.

Preview

Color preview on black background

This text has color #AD7B54 on black background.


Color preview on white background

This text has color #AD7B54 on white background.


Black color preview on #AD7B54 background

This text has black color on #AD7B54 background.


White color preview on #AD7B54 background

This text has white color on #AD7B54 background.


Related colors

Complementary color

Complementary color for #hex is #5284AB.


I love getcolorcode.com

Triadic colors

1 #54AD7B and #7B54AD with #AD7B54 are triadic colors.

2 #547BAD and #7BAD54 with #AD7B54 are triadic colors.