COLOR #AD8144

HEX: #AD8144
RGB: (173,129,68)

Color info

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

RGB color model

#AD8144 color RGB value is (173,129,68).

  • red value is 173;
  • green value is 129;
  • blue value is 68.
RGB:
(173,129,68)
(68%,51%,27%)

RGB channels and saturation

R 173 of 255 = 68%
G 129 of 255 = 51%
B 68 of 255 = 27%

173
129
68

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

Portions of RGB colors in percentages

R + G + B =
173 + 129 + 68 = 370 (100%)
R 173 of 370 ~ 46.76%
G 129 of 370 ~ 34.86%
B 68 of 370 ~ 18.38%

%46.76
%34.86
%18.38

CMYK color model

#AD8144 color CMYK value is (0,25,61,32).

  • cyan value is 0.00%
  • magenta value is 25.43%
  • yellow value is 60.69%
  • key color value is 32.16%
CMYK:
(0,25,61,32)
C0M25Y61K32 
(0%,25%,61%,32%)
(0.00/0.25/0.61/0.32)	

CMYK percentages

%0
%25.43
%60.69
%32.16

Codes

Color #AD8144 in popluar color models

AD8144
RGB17312968
HSL35°43.57%47.25%
HSB/HSV35°60.69%67.84%
CMYK0.00%25.43%60.69%
32.16%

Color #AD8144 in popluar number systems.

HEXAD8144
Decimal17312968
Binary10101101100000011000100
Octal255201104

Shades and tints

Shades of #AD8144

#AD8144
(173,129,68)
#9E763E
(158,118,62)
#8F6B38
(143,107,56)
#806032
(128,96,50)
#71552C
(113,85,44)
#624A26
(98,74,38)
#533F20
(83,63,32)
#44341A
(68,52,26)
#352914
(53,41,20)
#261E0E
(38,30,14)
#171308
(23,19,8)
#000000
(0,0,0)

Tints of #AD8144

#AD8144
(173,129,68)
#B48C55
(180,140,85)
#BB9766
(187,151,102)
#C2A277
(194,162,119)
#C9AD88
(201,173,136)
#D0B899
(208,184,153)
#D7C3AA
(215,195,170)
#DECEBB
(222,206,187)
#E5D9CC
(229,217,204)
#ECE4DD
(236,228,221)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8144 color. Also use rgb(173,129,68) instead hex code.

Text Font Color

.myTextColor { color: #AD8144; }

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

This text font color is #AD8144.


Background Color

.myBgColor { background-color: #AD8144; }

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

This div background color is #AD8144.


Border color

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

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

This div border color is #AD8144.


Opacity

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

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

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

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

This text has shadow with #AD8144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8144 on black background.


Color preview on white background

This text has color #AD8144 on white background.



Black color preview on #AD8144 background

This text has black color on #AD8144 background.


White color preview on #AD8144 background

This text has white color on #AD8144 background.