COLOR #AD5B63

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

173
91
99

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

Portions of RGB colors in percentages

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

%47.66
%25.07
%27.27

CMYK color model

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

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

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

CMYK percentages

%0
%47.4
%42.77
%32.16

Codes

Color #AD5B63 in popluar color models

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

Color #AD5B63 in popluar number systems.

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

Shades and tints

Shades of #AD5B63

#AD5B63
(173,91,99)
#9E535A
(158,83,90)
#8F4B51
(143,75,81)
#804348
(128,67,72)
#713B3F
(113,59,63)
#623336
(98,51,54)
#532B2D
(83,43,45)
#442324
(68,35,36)
#351B1B
(53,27,27)
#261312
(38,19,18)
#170B09
(23,11,9)
#000000
(0,0,0)

Tints of #AD5B63

#AD5B63
(173,91,99)
#B46971
(180,105,113)
#BB777F
(187,119,127)
#C2858D
(194,133,141)
#C9939B
(201,147,155)
#D0A1A9
(208,161,169)
#D7AFB7
(215,175,183)
#DEBDC5
(222,189,197)
#E5CBD3
(229,203,211)
#ECD9E1
(236,217,225)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5B63; }

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

This text font color is #AD5B63.

Background Color

.myBgColor { background-color: #AD5B63; }

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

This div background color is #AD5B63.

Border color

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

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

This div border color is #AD5B63.

Opacity

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

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

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

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

This text has shadow with #AD5B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD5B63.

Preview

Color preview on black background

This text has color #AD5B63 on black background.


Color preview on white background

This text has color #AD5B63 on white background.


Black color preview on #AD5B63 background

This text has black color on #AD5B63 background.


White color preview on #AD5B63 background

This text has white color on #AD5B63 background.


Related colors

Complementary color

Complementary color for #hex is #52A49C.


I love getcolorcode.com

Triadic colors

1 #63AD5B and #5B63AD with #AD5B63 are triadic colors.

2 #635BAD and #5BAD63 with #AD5B63 are triadic colors.