Color Hex Logo

#ad723d Color Hex

#AD723D
(173,114,61)
0 Favorites   0 Comments

Color spaces of #ad723d

RGB 17311461
HSL0.080.480.46
HSV28°65°68°
CMYK 0.000.340.65   0.32
XYZ24.093221.25587.2478
Yxy21.25580.45810.4041
Hunter Lab46.104012.599122.9521
CIE-Lab53.228318.040138.3044

#ad723d color RGB value is (173,114,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 00111101
Octal 255 162 75
Decimal 173 114 61
Hex AD 72 3D

RGB Percentages of Color #ad723d

%49.71
%32.76
%17.53

CMYK Percentages of Color #ad723d

%0
%34
%65
%32

Triadic Colors of #ad723d

#ad723d #3dad72 #723dad

Analogous Colors of #ad723d

#ad723d #adaa3d #ad3d40

Monochromatic Colors of #ad723d

#ad723d

Complementary Color

#ad723d #3d78ad

#ad723d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad723d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad723d Color CSS Codes

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

#ad723d Text Font Color

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

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


#ad723d Background Color

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

This div background color is #ad723d


#ad723d Border Color

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

This div border color is #ad723d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad723d


Comments

No comments written yet.

Please login to write comment.