COLOR #AD5822

HEX: #AD5822
RGB: (173,88,34)

Color info

#AD5822 contains mainly red color. Web safe color of #AD5822 is #996633 (or #963).

RGB color model

#AD5822 color RGB value is (173,88,34).

  • red value is 173;
  • green value is 88;
  • blue value is 34.
RGB:
(173,88,34)
(68%,35%,13%)

RGB channels and saturation

R 173 of 255 = 68%
G 88 of 255 = 35%
B 34 of 255 = 13%

173
88
34

R + G + B ~ 39%. #AD5822 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 88 + 34 = 295 (100%)
R 173 of 295 ~ 58.64%
G 88 of 295 ~ 29.83%
B 34 of 295 ~ 11.53%

%58.64
%29.83
%11.53

CMYK color model

#AD5822 color CMYK value is (0,49,80,32).

  • cyan value is 0.00%
  • magenta value is 49.13%
  • yellow value is 80.35%
  • key color value is 32.16%
CMYK:
(0,49,80,32)
C0M49Y80K32 
(0%,49%,80%,32%)
(0.00/0.49/0.80/0.32)	

CMYK percentages

%0
%49.13
%80.35
%32.16

Codes

Color #AD5822 in popluar color models

AD5822
RGB1738834
HSL23°67.15%40.59%
HSB/HSV23°80.35%67.84%
CMYK0.00%49.13%80.35%
32.16%

Color #AD5822 in popluar number systems.

HEXAD5822
Decimal1738834
Binary101011011011000100010
Octal25513042

Shades and tints

Shades of #AD5822

#AD5822
(173,88,34)
#9E501F
(158,80,31)
#8F481C
(143,72,28)
#804019
(128,64,25)
#713816
(113,56,22)
#623013
(98,48,19)
#532810
(83,40,16)
#44200D
(68,32,13)
#35180A
(53,24,10)
#261007
(38,16,7)
#170804
(23,8,4)
#000000
(0,0,0)

Tints of #AD5822

#AD5822
(173,88,34)
#B46736
(180,103,54)
#BB764A
(187,118,74)
#C2855E
(194,133,94)
#C99472
(201,148,114)
#D0A386
(208,163,134)
#D7B29A
(215,178,154)
#DEC1AE
(222,193,174)
#E5D0C2
(229,208,194)
#ECDFD6
(236,223,214)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5822; }

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

This text font color is #AD5822.


Background Color

.myBgColor { background-color: #AD5822; }

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

This div background color is #AD5822.


Border color

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

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

This div border color is #AD5822.


Opacity

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

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

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

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

This text has shadow with #AD5822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5822 on black background.


Color preview on white background

This text has color #AD5822 on white background.



Black color preview on #AD5822 background

This text has black color on #AD5822 background.


White color preview on #AD5822 background

This text has white color on #AD5822 background.