COLOR #AD8635

HEX: #AD8635 RGB: (173,134,53)

Color info

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

RGB color model

#AD8635 color RGB value is (173,134,53).

RGB: (173,134,53) (68%, 53%, 21%)

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 53 of 255 = 21%

173
134
53

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

Portions of RGB colors in percentages

R + G + B = 173 + 134 + 53 = 360 (100%)
R 173 of 360 ~ 48.06%
G 134 of 360 ~ 37.22%
B 53 of 360 ~ 14.72'%

%48.06
%37.22
%14.72

CMYK color model

#AD8635 color CMYK value is (0,23,69,32).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 69.36%
  • key color value is 32.16%

CMYK: (0,23,69,32)
C0M23Y69K32 (0%, 23%, 69%, 32%)
(0.00 / 0.23 / 0.69 / 0.32)

CMYK percentages

%0
%22.54
%69.36
%32.16

Codes

Color #AD8635 in popluar color models

AD 86 35
RGB 173 134 53
HSL 41° 53.10% 44.31%
HSB/HSV 41° 69.36% 67.84%
CMYK 0.00% 22.54% 69.36%
32.16%

Color #AD8635 in popluar number systems.

HEX AD 86 35
Decimal 173 134 53
Binary 10101101 10000110 110101
Octal 255 206 65

Shades and tints

Shades of #AD8635

#AD8635
(173,134,53)
#9E7A31
(158,122,49)
#8F6E2D
(143,110,45)
#806229
(128,98,41)
#715625
(113,86,37)
#624A21
(98,74,33)
#533E1D
(83,62,29)
#443219
(68,50,25)
#352615
(53,38,21)
#261A11
(38,26,17)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #AD8635

#AD8635
(173,134,53)
#B49147
(180,145,71)
#BB9C59
(187,156,89)
#C2A76B
(194,167,107)
#C9B27D
(201,178,125)
#D0BD8F
(208,189,143)
#D7C8A1
(215,200,161)
#DED3B3
(222,211,179)
#E5DEC5
(229,222,197)
#ECE9D7
(236,233,215)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8635 color. Also use rgb(173,134,53) instead hex code.

Text Font Color

.myTextColor { color: #AD8635; }

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

This text font color is #AD8635.

Background Color

.myBgColor { background-color: #AD8635; }

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

This div background color is #AD8635.

Border color

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

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

This div border color is #AD8635.

Opacity

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

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

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

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

This text has shadow with #AD8635 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8635.

Preview

Color preview on black background

This text has color #AD8635 on black background.


Color preview on white background

This text has color #AD8635 on white background.


Black color preview on #AD8635 background

This text has black color on #AD8635 background.


White color preview on #AD8635 background

This text has white color on #AD8635 background.


Related colors

Complementary color

Complementary color for #hex is #5279CA.


I love getcolorcode.com

Triadic colors

1 #35AD86 and #8635AD with #AD8635 are triadic colors.

2 #3586AD and #86AD35 with #AD8635 are triadic colors.