Color Hex Logo

#ad722d Color Hex

#AD722D
(173,114,45)
0 Favorites   0 Comments

Color spaces of #ad722d

RGB 17311445
HSL0.090.590.43
HSV32°74°68°
CMYK 0.000.340.74   0.32
XYZ23.724521.10835.3065
Yxy21.10830.47320.4210
Hunter Lab45.943811.772525.3127
CIE-Lab53.067817.109546.0281

#ad722d color RGB value is (173,114,45).

#ad722d hex color red value is 173, green value is 114 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ad722d hue: 0.09 , saturation: 0.59 and the lightness value of ad722d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 00101101
Octal 255 162 55
Decimal 173 114 45
Hex AD 72 2D

RGB Percentages of Color #ad722d

%52.11
%34.34
%13.55

CMYK Percentages of Color #ad722d

%0
%34
%74
%32

Triadic Colors of #ad722d

#ad722d #2dad72 #722dad

Analogous Colors of #ad722d

#ad722d #a8ad2d #ad322d

Monochromatic Colors of #ad722d

#ad722d

Complementary Color

#ad722d #2d68ad

#ad722d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad722d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad722d Color CSS Codes

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

#ad722d Text Font Color

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

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


#ad722d Background Color

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

This div background color is #ad722d


#ad722d Border Color

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

This div border color is #ad722d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad722d


Comments

No comments written yet.

Please login to write comment.