COLOR #AD844B

HEX: #AD844B
RGB: (173,132,75)

Color info

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

RGB color model

#AD844B color RGB value is (173,132,75).

  • red value is 173;
  • green value is 132;
  • blue value is 75.
RGB:
(173,132,75)
(68%,52%,29%)

RGB channels and saturation

R 173 of 255 = 68%
G 132 of 255 = 52%
B 75 of 255 = 29%

173
132
75

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

Portions of RGB colors in percentages

R + G + B =
173 + 132 + 75 = 380 (100%)
R 173 of 380 ~ 45.53%
G 132 of 380 ~ 34.74%
B 75 of 380 ~ 19.74%

%45.53
%34.74
%19.74

CMYK color model

#AD844B color CMYK value is (0,24,57,32).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 56.65%
  • key color value is 32.16%
CMYK:
(0,24,57,32)
C0M24Y57K32 
(0%,24%,57%,32%)
(0.00/0.24/0.57/0.32)	

CMYK percentages

%0
%23.7
%56.65
%32.16

Codes

Color #AD844B in popluar color models

AD844B
RGB17313275
HSL35°39.52%48.63%
HSB/HSV35°56.65%67.84%
CMYK0.00%23.70%56.65%
32.16%

Color #AD844B in popluar number systems.

HEXAD844B
Decimal17313275
Binary10101101100001001001011
Octal255204113

Shades and tints

Shades of #AD844B

#AD844B
(173,132,75)
#9E7845
(158,120,69)
#8F6C3F
(143,108,63)
#806039
(128,96,57)
#715433
(113,84,51)
#62482D
(98,72,45)
#533C27
(83,60,39)
#443021
(68,48,33)
#35241B
(53,36,27)
#261815
(38,24,21)
#170C0F
(23,12,15)
#000000
(0,0,0)

Tints of #AD844B

#AD844B
(173,132,75)
#B48F5B
(180,143,91)
#BB9A6B
(187,154,107)
#C2A57B
(194,165,123)
#C9B08B
(201,176,139)
#D0BB9B
(208,187,155)
#D7C6AB
(215,198,171)
#DED1BB
(222,209,187)
#E5DCCB
(229,220,203)
#ECE7DB
(236,231,219)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD844B color. Also use rgb(173,132,75) instead hex code.

Text Font Color

.myTextColor { color: #AD844B; }

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

This text font color is #AD844B.


Background Color

.myBgColor { background-color: #AD844B; }

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

This div background color is #AD844B.


Border color

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

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

This div border color is #AD844B.


Opacity

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

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

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

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

This text has shadow with #AD844B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD844B on black background.


Color preview on white background

This text has color #AD844B on white background.



Black color preview on #AD844B background

This text has black color on #AD844B background.


White color preview on #AD844B background

This text has white color on #AD844B background.