Color Hex Logo

#ad723c Color Hex

#AD723C
(173,114,60)
0 Favorites   0 Comments

Color spaces of #ad723c

RGB 17311460
HSL0.080.480.46
HSV29°65°68°
CMYK 0.000.340.65   0.32
XYZ24.066521.24517.1072
Yxy21.24510.45910.4053
Hunter Lab46.092412.539523.1225
CIE-Lab53.216717.973238.8119

#ad723c color RGB value is (173,114,60).

#ad723c hex color red value is 173, green value is 114 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ad723c hue: 0.08 , saturation: 0.48 and the lightness value of ad723c is 0.46.

The process color (four color CMYK) of #ad723c color hex is 0.00, 0.34, 0.65, 0.32. Web safe color of #ad723c is #996633. Color #ad723c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 00111100
Octal 255 162 74
Decimal 173 114 60
Hex AD 72 3C

RGB Percentages of Color #ad723c

%49.86
%32.85
%17.29

CMYK Percentages of Color #ad723c

%0
%34
%65
%32

Triadic Colors of #ad723c

#ad723c #3cad72 #723cad

Analogous Colors of #ad723c

#ad723c #adab3c #ad3c3f

Monochromatic Colors of #ad723c

#ad723c

Complementary Color

#ad723c #3c77ad

#ad723c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad723c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad723c Color CSS Codes

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

#ad723c Text Font Color

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

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


#ad723c Background Color

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

This div background color is #ad723c


#ad723c Border Color

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

This div border color is #ad723c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad723c


Comments

No comments written yet.

Please login to write comment.