COLOR #AD8454

HEX: #AD8454
RGB: (173,132,84)

Color info

#AD8454 contains mainly red and green colors. Web safe color of #AD8454 is #999966 (or #996).

RGB color model

#AD8454 color RGB value is (173,132,84).

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

RGB channels and saturation

R 173 of 255 = 68%
G 132 of 255 = 52%
B 84 of 255 = 33%

173
132
84

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

Portions of RGB colors in percentages

R + G + B =
173 + 132 + 84 = 389 (100%)
R 173 of 389 ~ 44.47%
G 132 of 389 ~ 33.93%
B 84 of 389 ~ 21.59%

%44.47
%33.93
%21.59

CMYK color model

#AD8454 color CMYK value is (0,24,51,32).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 51.45%
  • key color value is 32.16%
CMYK: (0,24,51,32) C0M24Y51K32 (0%,24%,51%,32%) (0.00/0.24/0.51/0.32)

CMYK percentages

%0
%23.7
%51.45
%32.16

Codes

Color #AD8454 in popluar color models

AD8454
RGB17313284
HSL32°35.18%50.39%
HSB/HSV32°51.45%67.84%
CMYK0.00%23.70%51.45%
32.16%

Color #AD8454 in popluar number systems.

HEXAD8454
Decimal17313284
Binary10101101100001001010100
Octal255204124

Shades and tints

Shades of #AD8454

#AD8454
(173,132,84)
#9E784D
(158,120,77)
#8F6C46
(143,108,70)
#80603F
(128,96,63)
#715438
(113,84,56)
#624831
(98,72,49)
#533C2A
(83,60,42)
#443023
(68,48,35)
#35241C
(53,36,28)
#261815
(38,24,21)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #AD8454

#AD8454
(173,132,84)
#B48F63
(180,143,99)
#BB9A72
(187,154,114)
#C2A581
(194,165,129)
#C9B090
(201,176,144)
#D0BB9F
(208,187,159)
#D7C6AE
(215,198,174)
#DED1BD
(222,209,189)
#E5DCCC
(229,220,204)
#ECE7DB
(236,231,219)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8454; }

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

This text font color is #AD8454.


Background Color

.myBgColor { background-color: #AD8454; }

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

This div background color is #AD8454.


Border color

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

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

This div border color is #AD8454.


Opacity

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

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

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

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

This text has shadow with #AD8454 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AD8454 on black background.


Color preview on white background

This text has color #AD8454 on white background.



Black color preview on #AD8454 background

This text has black color on #AD8454 background.


White color preview on #AD8454 background

This text has white color on #AD8454 background.