Color Hex Logo

#ad723f Color Hex

#AD723F
(173,114,63)
0 Favorites   0 Comments

Color spaces of #ad723f

RGB 17311463
HSL0.080.470.46
HSV28°64°68°
CMYK 0.000.340.64   0.32
XYZ24.148121.27777.5369
Yxy21.27770.45590.4017
Hunter Lab46.127812.722022.6019
CIE-Lab53.252118.177837.2817

#ad723f color RGB value is (173,114,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 00111111
Octal 255 162 77
Decimal 173 114 63
Hex AD 72 3F

RGB Percentages of Color #ad723f

%49.43
%32.57
%18.00

CMYK Percentages of Color #ad723f

%0
%34
%64
%32

Triadic Colors of #ad723f

#ad723f #3fad72 #723fad

Analogous Colors of #ad723f

#ad723f #ada93f #ad3f43

Monochromatic Colors of #ad723f

#ad723f

Complementary Color

#ad723f #3f7aad

#ad723f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad723f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad723f Color CSS Codes

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

#ad723f Text Font Color

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

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


#ad723f Background Color

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

This div background color is #ad723f


#ad723f Border Color

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

This div border color is #ad723f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad723f


Comments

No comments written yet.

Please login to write comment.