COLOR #AD6402

HEX: #AD6402
RGB: (173,100,2)

Color info

#AD6402 contains mainly red color. Web safe color of #AD6402 is #996600 (or #960).

RGB color model

#AD6402 color RGB value is (173,100,2).

  • red value is 173;
  • green value is 100;
  • blue value is 2.
RGB:
(173,100,2)
(68%,39%,1%)

RGB channels and saturation

R 173 of 255 = 68%
G 100 of 255 = 39%
B 2 of 255 = 1%

173
100
2

R + G + B ~ 36%. #AD6402 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 100 + 2 = 275 (100%)
R 173 of 275 ~ 62.91%
G 100 of 275 ~ 36.36%
B 2 of 275 ~ 0.73%

%62.91
%36.36

CMYK color model

#AD6402 color CMYK value is (0,42,99,32).

  • cyan value is 0.00%
  • magenta value is 42.20%
  • yellow value is 98.84%
  • key color value is 32.16%
CMYK:
(0,42,99,32)
C0M42Y99K32 
(0%,42%,99%,32%)
(0.00/0.42/0.99/0.32)	

CMYK percentages

%0
%42.2
%98.84
%32.16

Codes

Color #AD6402 in popluar color models

AD6402
RGB1731002
HSL34°97.71%34.31%
HSB/HSV34°98.84%67.84%
CMYK0.00%42.20%98.84%
32.16%

Color #AD6402 in popluar number systems.

HEXAD6402
Decimal1731002
Binary10101101110010010
Octal2551442

Shades and tints

Shades of #AD6402

#AD6402
(173,100,2)
#9E5B02
(158,91,2)
#8F5202
(143,82,2)
#804902
(128,73,2)
#714002
(113,64,2)
#623702
(98,55,2)
#532E02
(83,46,2)
#442502
(68,37,2)
#351C02
(53,28,2)
#261302
(38,19,2)
#170A02
(23,10,2)
#000000
(0,0,0)

Tints of #AD6402

#AD6402
(173,100,2)
#B47219
(180,114,25)
#BB8030
(187,128,48)
#C28E47
(194,142,71)
#C99C5E
(201,156,94)
#D0AA75
(208,170,117)
#D7B88C
(215,184,140)
#DEC6A3
(222,198,163)
#E5D4BA
(229,212,186)
#ECE2D1
(236,226,209)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6402 color. Also use rgb(173,100,2) instead hex code.

Text Font Color

.myTextColor { color: #AD6402; }

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

This text font color is #AD6402.


Background Color

.myBgColor { background-color: #AD6402; }

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

This div background color is #AD6402.


Border color

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

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

This div border color is #AD6402.


Opacity

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

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

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

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

This text has shadow with #AD6402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6402 on black background.


Color preview on white background

This text has color #AD6402 on white background.



Black color preview on #AD6402 background

This text has black color on #AD6402 background.


White color preview on #AD6402 background

This text has white color on #AD6402 background.