COLOR #AD635B

HEX: #AD635B RGB: (173,99,91)

Color info

#AD635B contains mainly red color. Web safe color of #AD635B is #996666 (or #966).

RGB color model

#AD635B color RGB value is (173,99,91).

RGB: (173,99,91) (68%, 39%, 36%)

RGB channels and saturation

R 173 of 255 = 68%
G 99 of 255 = 39%
B 91 of 255 = 36%

173
99
91

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

Portions of RGB colors in percentages

R + G + B = 173 + 99 + 91 = 363 (100%)
R 173 of 363 ~ 47.66%
G 99 of 363 ~ 27.27%
B 91 of 363 ~ 25.07'%

%47.66
%27.27
%25.07

CMYK color model

#AD635B color CMYK value is (0,43,47,32).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 47.40%
  • key color value is 32.16%

CMYK: (0,43,47,32)
C0M43Y47K32 (0%, 43%, 47%, 32%)
(0.00 / 0.43 / 0.47 / 0.32)

CMYK percentages

%0
%42.77
%47.4
%32.16

Codes

Color #AD635B in popluar color models

AD 63 5B
RGB 173 99 91
HSL 33.33% 51.76%
HSB/HSV 47.40% 67.84%
CMYK 0.00% 42.77% 47.40%
32.16%

Color #AD635B in popluar number systems.

HEX AD 63 5B
Decimal 173 99 91
Binary 10101101 1100011 1011011
Octal 255 143 133

Shades and tints

Shades of #AD635B

#AD635B
(173,99,91)
#9E5A53
(158,90,83)
#8F514B
(143,81,75)
#804843
(128,72,67)
#713F3B
(113,63,59)
#623633
(98,54,51)
#532D2B
(83,45,43)
#442423
(68,36,35)
#351B1B
(53,27,27)
#261213
(38,18,19)
#17090B
(23,9,11)
#000000
(0,0,0)

Tints of #AD635B

#AD635B
(173,99,91)
#B47169
(180,113,105)
#BB7F77
(187,127,119)
#C28D85
(194,141,133)
#C99B93
(201,155,147)
#D0A9A1
(208,169,161)
#D7B7AF
(215,183,175)
#DEC5BD
(222,197,189)
#E5D3CB
(229,211,203)
#ECE1D9
(236,225,217)
#F3EFE7
(243,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD635B color. Also use rgb(173,99,91) instead hex code.

Text Font Color

.myTextColor { color: #AD635B; }

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

This text font color is #AD635B.

Background Color

.myBgColor { background-color: #AD635B; }

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

This div background color is #AD635B.

Border color

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

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

This div border color is #AD635B.

Opacity

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

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

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

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

This text has shadow with #AD635B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD635B.

Preview

Color preview on black background

This text has color #AD635B on black background.


Color preview on white background

This text has color #AD635B on white background.


Black color preview on #AD635B background

This text has black color on #AD635B background.


White color preview on #AD635B background

This text has white color on #AD635B background.


Related colors

Complementary color

Complementary color for #hex is #529CA4.


I love getcolorcode.com

Triadic colors

1 #5BAD63 and #635BAD with #AD635B are triadic colors.

2 #5B63AD and #63AD5B with #AD635B are triadic colors.