Color Hex Logo

#ad9319 Color Hex

#AD9319
(173,147,25)
0 Favorites   0 Comments

Color spaces of #ad9319

RGB 17314725
HSL0.140.750.39
HSV49°86°68°
CMYK 0.000.150.86   0.32
XYZ27.842829.82195.2084
Yxy29.82190.44280.4743
Hunter Lab54.6094-4.557732.5718
CIE-Lab61.5002-1.983961.0198

#ad9319 color RGB value is (173,147,25).

#ad9319 hex color red value is 173, green value is 147 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ad9319 hue: 0.14 , saturation: 0.75 and the lightness value of ad9319 is 0.39.

The process color (four color CMYK) of #ad9319 color hex is 0.00, 0.15, 0.86, 0.32. Web safe color of #ad9319 is #999900. Color #ad9319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010011 00011001
Octal 255 223 31
Decimal 173 147 25
Hex AD 93 19

RGB Percentages of Color #ad9319

%50.14
%42.61
%7.25

CMYK Percentages of Color #ad9319

%0
%15
%86
%32

Triadic Colors of #ad9319

#ad9319 #19ad93 #9319ad

Analogous Colors of #ad9319

#ad9319 #7dad19 #ad4919

Monochromatic Colors of #ad9319

#ad9319

Complementary Color

#ad9319 #1933ad

#ad9319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9319 Color CSS Codes

.mybgcolor {background-color:#ad9319; } 
.myforecolor {color:#ad9319; }
.mybordercolor {border:3px solid #ad9319; }

#ad9319 Text Font Color

<p style="color:#ad9319">Text here</p>

This sample text font color is #ad9319
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ad9319 Background Color

<div style="background-color:#ad9319">
Div content here</div>

This div background color is #ad9319


#ad9319 Border Color

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

This div border color is #ad9319


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,147,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ad9319; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ad9319;
  -webkit-box-shadow: 1px 1px 3px 2px #ad9319;
  box-shadow:         1px 1px 3px 2px #ad9319; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,147,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad9319">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ad9319;
  -webkit-box-shadow: 1px 1px 3px 2px #ad9319;
  box-shadow:         1px 1px 3px 2px #ad9319;">
Div content here</div>

This div box has shadow with color #ad9319


Comments

No comments written yet.

Please login to write comment.