COLOR #AD602E

HEX: #AD602E
RGB: (173,96,46)

Color info

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

RGB color model

#AD602E color RGB value is (173,96,46).

  • red value is 173;
  • green value is 96;
  • blue value is 46.
RGB:
(173,96,46)
(68%,38%,18%)

RGB channels and saturation

R 173 of 255 = 68%
G 96 of 255 = 38%
B 46 of 255 = 18%

173
96
46

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

Portions of RGB colors in percentages

R + G + B =
173 + 96 + 46 = 315 (100%)
R 173 of 315 ~ 54.92%
G 96 of 315 ~ 30.48%
B 46 of 315 ~ 14.6%

%54.92
%30.48
%14.6

CMYK color model

#AD602E color CMYK value is (0,45,73,32).

  • cyan value is 0.00%
  • magenta value is 44.51%
  • yellow value is 73.41%
  • key color value is 32.16%
CMYK:
(0,45,73,32)
C0M45Y73K32 
(0%,45%,73%,32%)
(0.00/0.45/0.73/0.32)	

CMYK percentages

%0
%44.51
%73.41
%32.16

Codes

Color #AD602E in popluar color models

AD602E
RGB1739646
HSL24°57.99%42.94%
HSB/HSV24°73.41%67.84%
CMYK0.00%44.51%73.41%
32.16%

Color #AD602E in popluar number systems.

HEXAD602E
Decimal1739646
Binary101011011100000101110
Octal25514056

Shades and tints

Shades of #AD602E

#AD602E
(173,96,46)
#9E582A
(158,88,42)
#8F5026
(143,80,38)
#804822
(128,72,34)
#71401E
(113,64,30)
#62381A
(98,56,26)
#533016
(83,48,22)
#442812
(68,40,18)
#35200E
(53,32,14)
#26180A
(38,24,10)
#171006
(23,16,6)
#000000
(0,0,0)

Tints of #AD602E

#AD602E
(173,96,46)
#B46E41
(180,110,65)
#BB7C54
(187,124,84)
#C28A67
(194,138,103)
#C9987A
(201,152,122)
#D0A68D
(208,166,141)
#D7B4A0
(215,180,160)
#DEC2B3
(222,194,179)
#E5D0C6
(229,208,198)
#ECDED9
(236,222,217)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD602E color. Also use rgb(173,96,46) instead hex code.

Text Font Color

.myTextColor { color: #AD602E; }

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

This text font color is #AD602E.


Background Color

.myBgColor { background-color: #AD602E; }

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

This div background color is #AD602E.


Border color

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

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

This div border color is #AD602E.


Opacity

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

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

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

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

This text has shadow with #AD602E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD602E on black background.


Color preview on white background

This text has color #AD602E on white background.



Black color preview on #AD602E background

This text has black color on #AD602E background.


White color preview on #AD602E background

This text has white color on #AD602E background.