Color Hex Logo

#ad704c Color Hex

#AD704C
(173,112,76)
0 Favorites   0 Comments

Color spaces of #ad704c

RGB 17311276
HSL0.060.390.49
HSV22°56°68°
CMYK 0.000.350.56   0.32
XYZ24.332320.99449.6073
Yxy20.99440.44290.3822
Hunter Lab45.819614.607219.6420
CIE-Lab52.943420.311729.8295

#ad704c color RGB value is (173,112,76).

#ad704c hex color red value is 173, green value is 112 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ad704c hue: 0.06 , saturation: 0.39 and the lightness value of ad704c is 0.49.

The process color (four color CMYK) of #ad704c color hex is 0.00, 0.35, 0.56, 0.32. Web safe color of #ad704c is #996633. Color #ad704c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110000 01001100
Octal 255 160 114
Decimal 173 112 76
Hex AD 70 4C

RGB Percentages of Color #ad704c

%47.92
%31.02
%21.05

CMYK Percentages of Color #ad704c

%0
%35
%56
%32

Triadic Colors of #ad704c

#ad704c #4cad70 #704cad

Analogous Colors of #ad704c

#ad704c #ada14c #ad4c58

Monochromatic Colors of #ad704c

#ad704c

Complementary Color

#ad704c #4c89ad

#ad704c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad704c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad704c Color CSS Codes

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

#ad704c Text Font Color

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

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


#ad704c Background Color

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

This div background color is #ad704c


#ad704c Border Color

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

This div border color is #ad704c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad704c


Comments

No comments written yet.

Please login to write comment.