COLOR #AD9743

HEX: #AD9743 RGB: (173,151,67)

Color info

#AD9743 contains mainly red and green colors. Web safe color of #AD9743 is #999933 (or #993).

RGB color model

#AD9743 color RGB value is (173,151,67).

RGB: (173,151,67) (68%, 59%, 26%)

RGB channels and saturation

R 173 of 255 = 68%
G 151 of 255 = 59%
B 67 of 255 = 26%

173
151
67

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

Portions of RGB colors in percentages

R + G + B = 173 + 151 + 67 = 391 (100%)
R 173 of 391 ~ 44.25%
G 151 of 391 ~ 38.62%
B 67 of 391 ~ 17.14'%

%44.25
%38.62
%17.14

CMYK color model

#AD9743 color CMYK value is (0,13,61,32).

  • cyan value is 0.00%
  • magenta value is 12.72%
  • yellow value is 61.27%
  • key color value is 32.16%
CMYK: (0,13,61,32) C0M13Y61K32 (0%,13%,61%,32%) (0.00/0.13/0.61/0.32) 

CMYK percentages

%0
%12.72
%61.27
%32.16

Codes

Color #AD9743 in popluar color models

AD 97 43
RGB 173 151 67
HSL 48° 44.17% 47.06%
HSB/HSV 48° 61.27% 67.84%
CMYK 0.00% 12.72% 61.27%
32.16%

Color #AD9743 in popluar number systems.

HEX AD 97 43
Decimal 173 151 67
Binary 10101101 10010111 1000011
Octal 255 227 103

Shades and tints

Shades of #AD9743

#AD9743
(173,151,67)
#9E8A3D
(158,138,61)
#8F7D37
(143,125,55)
#807031
(128,112,49)
#71632B
(113,99,43)
#625625
(98,86,37)
#53491F
(83,73,31)
#443C19
(68,60,25)
#352F13
(53,47,19)
#26220D
(38,34,13)
#171507
(23,21,7)
#000000
(0,0,0)

Tints of #AD9743

#AD9743
(173,151,67)
#B4A054
(180,160,84)
#BBA965
(187,169,101)
#C2B276
(194,178,118)
#C9BB87
(201,187,135)
#D0C498
(208,196,152)
#D7CDA9
(215,205,169)
#DED6BA
(222,214,186)
#E5DFCB
(229,223,203)
#ECE8DC
(236,232,220)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9743 color. Also use rgb(173,151,67) instead hex code.

Text Font Color

.myTextColor { color: #AD9743; }

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

This text font color is #AD9743.

Background Color

.myBgColor { background-color: #AD9743; }

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

This div background color is #AD9743.

Border color

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

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

This div border color is #AD9743.

Opacity

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

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

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

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

This text has shadow with #AD9743 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9743.

Preview

Color preview on black background

This text has color #AD9743 on black background.


Color preview on white background

This text has color #AD9743 on white background.


Black color preview on #AD9743 background

This text has black color on #AD9743 background.


White color preview on #AD9743 background

This text has white color on #AD9743 background.


Related colors

Complementary color

Complementary color for #hex is #5268BC.


I love getcolorcode.com

Triadic colors

1 #43AD97 and #9743AD with #AD9743 are triadic colors.

2 #4397AD and #97AD43 with #AD9743 are triadic colors.