COLOR #AD7163

HEX: #AD7163 RGB: (173,113,99)

Color info

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

RGB color model

#AD7163 color RGB value is (173,113,99).

RGB: (173,113,99) (68%, 44%, 39%)

RGB channels and saturation

R 173 of 255 = 68%
G 113 of 255 = 44%
B 99 of 255 = 39%

173
113
99

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

Portions of RGB colors in percentages

R + G + B = 173 + 113 + 99 = 385 (100%)
R 173 of 385 ~ 44.94%
G 113 of 385 ~ 29.35%
B 99 of 385 ~ 25.71'%

%44.94
%29.35
%25.71

CMYK color model

#AD7163 color CMYK value is (0,35,43,32).

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

CMYK: (0,35,43,32)
C0M35Y43K32 (0%, 35%, 43%, 32%)
(0.00 / 0.35 / 0.43 / 0.32)

CMYK percentages

%0
%34.68
%42.77
%32.16

Codes

Color #AD7163 in popluar color models

AD 71 63
RGB 173 113 99
HSL 11° 31.09% 53.33%
HSB/HSV 11° 42.77% 67.84%
CMYK 0.00% 34.68% 42.77%
32.16%

Color #AD7163 in popluar number systems.

HEX AD 71 63
Decimal 173 113 99
Binary 10101101 1110001 1100011
Octal 255 161 143

Shades and tints

Shades of #AD7163

#AD7163
(173,113,99)
#9E675A
(158,103,90)
#8F5D51
(143,93,81)
#805348
(128,83,72)
#71493F
(113,73,63)
#623F36
(98,63,54)
#53352D
(83,53,45)
#442B24
(68,43,36)
#35211B
(53,33,27)
#261712
(38,23,18)
#170D09
(23,13,9)
#000000
(0,0,0)

Tints of #AD7163

#AD7163
(173,113,99)
#B47D71
(180,125,113)
#BB897F
(187,137,127)
#C2958D
(194,149,141)
#C9A19B
(201,161,155)
#D0ADA9
(208,173,169)
#D7B9B7
(215,185,183)
#DEC5C5
(222,197,197)
#E5D1D3
(229,209,211)
#ECDDE1
(236,221,225)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7163; }

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

This text font color is #AD7163.

Background Color

.myBgColor { background-color: #AD7163; }

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

This div background color is #AD7163.

Border color

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

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

This div border color is #AD7163.

Opacity

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

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

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

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

This text has shadow with #AD7163 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7163.

Preview

Color preview on black background

This text has color #AD7163 on black background.


Color preview on white background

This text has color #AD7163 on white background.


Black color preview on #AD7163 background

This text has black color on #AD7163 background.


White color preview on #AD7163 background

This text has white color on #AD7163 background.


Related colors

Complementary color

Complementary color for #hex is #528E9C.


I love getcolorcode.com

Triadic colors

1 #63AD71 and #7163AD with #AD7163 are triadic colors.

2 #6371AD and #71AD63 with #AD7163 are triadic colors.