COLOR #AD5851

HEX: #AD5851 RGB: (173,88,81)

Color info

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

RGB color model

#AD5851 color RGB value is (173,88,81).

RGB: (173,88,81) (68%, 35%, 32%)

RGB channels and saturation

R 173 of 255 = 68%
G 88 of 255 = 35%
B 81 of 255 = 32%

173
88
81

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

Portions of RGB colors in percentages

R + G + B = 173 + 88 + 81 = 342 (100%)
R 173 of 342 ~ 50.58%
G 88 of 342 ~ 25.73%
B 81 of 342 ~ 23.68'%

%50.58
%25.73
%23.68

CMYK color model

#AD5851 color CMYK value is (0,49,53,32).

  • cyan value is 0.00%
  • magenta value is 49.13%
  • yellow value is 53.18%
  • key color value is 32.16%

CMYK: (0,49,53,32)
C0M49Y53K32 (0%, 49%, 53%, 32%)
(0.00 / 0.49 / 0.53 / 0.32)

CMYK percentages

%0
%49.13
%53.18
%32.16

Codes

Color #AD5851 in popluar color models

AD 58 51
RGB 173 88 81
HSL 36.22% 49.80%
HSB/HSV 53.18% 67.84%
CMYK 0.00% 49.13% 53.18%
32.16%

Color #AD5851 in popluar number systems.

HEX AD 58 51
Decimal 173 88 81
Binary 10101101 1011000 1010001
Octal 255 130 121

Shades and tints

Shades of #AD5851

#AD5851
(173,88,81)
#9E504A
(158,80,74)
#8F4843
(143,72,67)
#80403C
(128,64,60)
#713835
(113,56,53)
#62302E
(98,48,46)
#532827
(83,40,39)
#442020
(68,32,32)
#351819
(53,24,25)
#261012
(38,16,18)
#17080B
(23,8,11)
#000000
(0,0,0)

Tints of #AD5851

#AD5851
(173,88,81)
#B46760
(180,103,96)
#BB766F
(187,118,111)
#C2857E
(194,133,126)
#C9948D
(201,148,141)
#D0A39C
(208,163,156)
#D7B2AB
(215,178,171)
#DEC1BA
(222,193,186)
#E5D0C9
(229,208,201)
#ECDFD8
(236,223,216)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5851 color. Also use rgb(173,88,81) instead hex code.

Text Font Color

.myTextColor { color: #AD5851; }

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

This text font color is #AD5851.

Background Color

.myBgColor { background-color: #AD5851; }

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

This div background color is #AD5851.

Border color

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

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

This div border color is #AD5851.

Opacity

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

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

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

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

This text has shadow with #AD5851 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD5851.

Preview

Color preview on black background

This text has color #AD5851 on black background.


Color preview on white background

This text has color #AD5851 on white background.


Black color preview on #AD5851 background

This text has black color on #AD5851 background.


White color preview on #AD5851 background

This text has white color on #AD5851 background.


Related colors

Complementary color

Complementary color for #hex is #52A7AE.


I love getcolorcode.com

Triadic colors

1 #51AD58 and #5851AD with #AD5851 are triadic colors.

2 #5158AD and #58AD51 with #AD5851 are triadic colors.