COLOR #AD636B

HEX: #AD636B RGB: (173,99,107)

Color info

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

RGB color model

#AD636B color RGB value is (173,99,107).

RGB: (173,99,107) (68%, 39%, 42%)

RGB channels and saturation

R 173 of 255 = 68%
G 99 of 255 = 39%
B 107 of 255 = 42%

173
99
107

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

Portions of RGB colors in percentages

R + G + B = 173 + 99 + 107 = 379 (100%)
R 173 of 379 ~ 45.65%
G 99 of 379 ~ 26.12%
B 107 of 379 ~ 28.23'%

%45.65
%26.12
%28.23

CMYK color model

#AD636B color CMYK value is (0,43,38,32).

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

CMYK: (0,43,38,32)
C0M43Y38K32 (0%, 43%, 38%, 32%)
(0.00 / 0.43 / 0.38 / 0.32)

CMYK percentages

%0
%42.77
%38.15
%32.16

Codes

Color #AD636B in popluar color models

AD 63 6B
RGB 173 99 107
HSL 354° 31.09% 53.33%
HSB/HSV 354° 42.77% 67.84%
CMYK 0.00% 42.77% 38.15%
32.16%

Color #AD636B in popluar number systems.

HEX AD 63 6B
Decimal 173 99 107
Binary 10101101 1100011 1101011
Octal 255 143 153

Shades and tints

Shades of #AD636B

#AD636B
(173,99,107)
#9E5A62
(158,90,98)
#8F5159
(143,81,89)
#804850
(128,72,80)
#713F47
(113,63,71)
#62363E
(98,54,62)
#532D35
(83,45,53)
#44242C
(68,36,44)
#351B23
(53,27,35)
#26121A
(38,18,26)
#170911
(23,9,17)
#000000
(0,0,0)

Tints of #AD636B

#AD636B
(173,99,107)
#B47178
(180,113,120)
#BB7F85
(187,127,133)
#C28D92
(194,141,146)
#C99B9F
(201,155,159)
#D0A9AC
(208,169,172)
#D7B7B9
(215,183,185)
#DEC5C6
(222,197,198)
#E5D3D3
(229,211,211)
#ECE1E0
(236,225,224)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD636B; }

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

This text font color is #AD636B.

Background Color

.myBgColor { background-color: #AD636B; }

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

This div background color is #AD636B.

Border color

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

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

This div border color is #AD636B.

Opacity

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

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

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

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

This text has shadow with #AD636B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD636B.

Preview

Color preview on black background

This text has color #AD636B on black background.


Color preview on white background

This text has color #AD636B on white background.


Black color preview on #AD636B background

This text has black color on #AD636B background.


White color preview on #AD636B background

This text has white color on #AD636B background.


Related colors

Complementary color

Complementary color for #hex is #529C94.


I love getcolorcode.com

Triadic colors

1 #6BAD63 and #636BAD with #AD636B are triadic colors.

2 #6B63AD and #63AD6B with #AD636B are triadic colors.