COLOR #AD9256

HEX: #AD9256 RGB: (173,146,86)

Color info

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

RGB color model

#AD9256 color RGB value is (173,146,86).

RGB: (173,146,86) (68%, 57%, 34%)

RGB channels and saturation

R 173 of 255 = 68%
G 146 of 255 = 57%
B 86 of 255 = 34%

173
146
86

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

Portions of RGB colors in percentages

R + G + B = 173 + 146 + 86 = 405 (100%)
R 173 of 405 ~ 42.72%
G 146 of 405 ~ 36.05%
B 86 of 405 ~ 21.23'%

%42.72
%36.05
%21.23

CMYK color model

#AD9256 color CMYK value is (0,16,50,32).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 50.29%
  • key color value is 32.16%

CMYK: (0,16,50,32)
C0M16Y50K32 (0%, 16%, 50%, 32%)
(0.00 / 0.16 / 0.50 / 0.32)

CMYK percentages

%0
%15.61
%50.29
%32.16

Codes

Color #AD9256 in popluar color models

AD 92 56
RGB 173 146 86
HSL 41° 34.66% 50.78%
HSB/HSV 41° 50.29% 67.84%
CMYK 0.00% 15.61% 50.29%
32.16%

Color #AD9256 in popluar number systems.

HEX AD 92 56
Decimal 173 146 86
Binary 10101101 10010010 1010110
Octal 255 222 126

Shades and tints

Shades of #AD9256

#AD9256
(173,146,86)
#9E854F
(158,133,79)
#8F7848
(143,120,72)
#806B41
(128,107,65)
#715E3A
(113,94,58)
#625133
(98,81,51)
#53442C
(83,68,44)
#443725
(68,55,37)
#352A1E
(53,42,30)
#261D17
(38,29,23)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #AD9256

#AD9256
(173,146,86)
#B49B65
(180,155,101)
#BBA474
(187,164,116)
#C2AD83
(194,173,131)
#C9B692
(201,182,146)
#D0BFA1
(208,191,161)
#D7C8B0
(215,200,176)
#DED1BF
(222,209,191)
#E5DACE
(229,218,206)
#ECE3DD
(236,227,221)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9256 color. Also use rgb(173,146,86) instead hex code.

Text Font Color

.myTextColor { color: #AD9256; }

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

This text font color is #AD9256.

Background Color

.myBgColor { background-color: #AD9256; }

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

This div background color is #AD9256.

Border color

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

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

This div border color is #AD9256.

Opacity

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

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

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

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

This text has shadow with #AD9256 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9256.

Preview

Color preview on black background

This text has color #AD9256 on black background.


Color preview on white background

This text has color #AD9256 on white background.


Black color preview on #AD9256 background

This text has black color on #AD9256 background.


White color preview on #AD9256 background

This text has white color on #AD9256 background.


Related colors

Complementary color

Complementary color for #hex is #526DA9.


I love getcolorcode.com

Triadic colors

1 #56AD92 and #9256AD with #AD9256 are triadic colors.

2 #5692AD and #92AD56 with #AD9256 are triadic colors.