Color Hex Logo

#ad493e Color Hex

#AD493E
(173,73,62)
0 Favorites   0 Comments

Color spaces of #ad493e

RGB 1737362
HSL0.020.470.46
HSV64°68°
CMYK 0.000.580.64   0.32
XYZ20.485613.99716.1794
Yxy13.99710.50380.3442
Hunter Lab37.412732.266816.3960
CIE-Lab44.228840.176126.9842

#ad493e color RGB value is (173,73,62).

#ad493e hex color red value is 173, green value is 73 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ad493e hue: 0.02 , saturation: 0.47 and the lightness value of ad493e is 0.46.

The process color (four color CMYK) of #ad493e color hex is 0.00, 0.58, 0.64, 0.32. Web safe color of #ad493e is #993333. Color #ad493e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001001 00111110
Octal 255 111 76
Decimal 173 73 62
Hex AD 49 3E

RGB Percentages of Color #ad493e

%56.17
%23.70
%20.13

CMYK Percentages of Color #ad493e

%0
%58
%64
%32

Triadic Colors of #ad493e

#ad493e #3ead49 #493ead

Analogous Colors of #ad493e

#ad493e #ad813e #ad3e6b

Monochromatic Colors of #ad493e

#ad493e

Complementary Color

#ad493e #3ea2ad

#ad493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad493e Color CSS Codes

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

#ad493e Text Font Color

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

This sample text font color is #ad493e
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.


#ad493e Background Color

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

This div background color is #ad493e


#ad493e Border Color

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

This div border color is #ad493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad493e


Comments

No comments written yet.

Please login to write comment.